.profileText {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}

/* .profileText .profileOptions {
    display: block;
} */

.profileDropdwn {
  width: 100%;
  background-color: #ddd;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.profileDropdwn * {
  margin: 0;
  padding: 0;
}

.profileDropdwn p {
  font-weight: bold;
}

.profDropdwnMenu {
  width: 100%;
  position: relative !important;
  display: none;
  margin-top: -10px;
  margin-bottom: 10px;
}

.dropdownItem {
  display: grid;
  grid-template-columns: 50% 50%;
  border: 1px solid #ddd;
}

.dropdownItem.selfDesc {
  grid-template-columns: 100%;
  padding: 0 10px;
}

.dropdownItem .option {
  height: 50px;
  display: flex;
  align-items: center;
}

.dropdownItem .optionDivider {
  height: 50px;
}

.dropdownItem .answer {
  border-left: 1px solid #ddd;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: normal;
}
.dropdownItem .answer p {
  font-size: 14px;
}
.dropdownItem .option p {
  text-align: left;
  padding-left: 10px;
  margin: 0;
  font-size: 14px;
}

.dropdownItem .option p::after {
  content: ":";
}

.dropdownItem .answer p {
  color: #e77e1f;
  text-align: center;
  margin: 0;
  width: 100%;
  word-break: break-word;
}

.profileText .profileButton {
  background-image: linear-gradient(to right, #e77e1f, #e9514c);
  text-align: center;
}

.profImg {
  display: flex;
  justify-content: center;
}

.profBtnimg {
  background-image: url("../images/bgImg.png");
  background-size: cover;
  padding: 5px;
}

.profileButton .btn_profile {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  width: 90%;
  text-transform: uppercase;
  font-weight: bolder;
}

.profileButton .btn_profile:focus {
  box-shadow: none;
  outline: none;
}

@media screen and (max-width: 768px) {
  .pageTitle {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .pageTitle div:first-child {
    display: flex;
    justify-content: flex-start;
  }
  .profileText {
    grid-template-columns: 100%;
    grid-column-gap: 20px;
    padding: 15px;
  }
  /* .profileText>div:nth-child(2) {
        display: flex;
        justify-content: center;
    } */
  .profileHeader {
    text-align: center;
    padding-top: 10px;
  }
  .profileDesc {
    text-align: justify;
  }
  .profileText .profileButton {
    width: 65%;
  }
  .profileButton .btn_profile {
    width: 90%;
  }
}

@media screen and (max-width: 425px) {
  .pageTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pageTitle div:first-child {
    display: flex;
    justify-content: center;
  }
  .profileText .profileOptions {
    text-align: center;
  }
  .dropdownItem {
    display: grid;
    grid-template-columns: 50% 50%;
    border: 1px solid #ddd;
  }
  .profileHeader {
    text-align: center;
    padding-top: 10px;
  }
  .profileDesc {
    text-align: justify;
  }
  .profileText .profileButton {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  /*  */
}

@media screen and (max-width: 321px) {
  .profileText .profileOptions {
    text-align: center;
  }
  .dropdownItem {
    display: grid;
    grid-template-columns: 100%;
    border: 1px solid #ddd;
  }
  .dropdownItem .option {
    border-right: 0px solid #ddd;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .dropdownItem .answer {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .dropdownItem .option p {
    text-align: left;
    padding-left: 10px;
    margin: 0;
  }
  .dropdownItem .answer p {
    color: #e77e1f;
    text-align: left;
    padding-left: 10px;
    margin: 0;
  }
  .profileHeader {
    text-align: center;
    padding-top: 10px;
  }
  .profileDesc {
    text-align: justify;
  }
}
