.custom_profile-title > p,
.custom_bio-content > p,
.custom_profile-title h2 {
  margin: 0;
  padding: 0;
}

.custom_main-section,
.custom_accordion-bio,
.custom_section-profile,
.custom_profile-content,
.custom_profile-title,
.custom_bio-toggle,
.custom_toggle-expand,
.custom_toggle-collaps {
  display: flex;
}
.custom_main-section {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 24px;
}
.custom_image-container {
  height: 191px;
}
.custom_accordion-bio {
  flex-direction: column;
  align-items: flex-end;
  background-color: #fafafa;
}

.custom_section-profile {
  justify-content: space-between;
  height: fit-content;
  width: 49.4%;
}
.custom_profile-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-color: #fafafa;
}

.custom_bio-content > p {
  min-height: 125px;
  padding: 24px;
}
.custom_profile-title {
  max-width: 348px;
  flex-direction: column;
  gap: 8px;
  padding: 24px 0 0 24px;
}
.custom_profile-title > p {
  text-transform: uppercase;
  line-height: 20px;
}
.custom_bio-toggle {
  align-items: flex-end;
  height: fit-content;
  gap: 8px;
  padding: 0 24px 24px 0;
  cursor: pointer;
}
.custom_bio-toggle >span{
  font-weight: 300;
  line-height: 20px;
}
.custom_profile-image {
  max-width: 216px !important;
  height: 217px !important;
  object-fit: cover;
}

.custom_bio-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
}
.custom_content-title {
  max-height: 0;
}

.custom_toggle-expand,
.custom_toggle-collaps {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  gap: 8px;
  cursor: pointer;
  align-items: flex-end;
}
.display_none {
  display: none;
}
.display_flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .custom_section-profile {
    width: 100%;
    background-color: #fafafa;
  }
  .custom_accordion-bio {
    margin-left: -175px;
  }

  .custom_bio-toggle {
    justify-content: flex-end;
    padding: 0 16px 16px 0;
  }
  .custom_toggle-expand,
  .custom_toggle-collaps {
    font-weight: 300;
  }
  .custom_profile-image {
    max-width: 171px !important;
    height: 191px !important;
    position: relative;
  }
  .custom_profile-content {
    width: auto;
  }
  .custom_profile-title > p{
    line-height: 19px;
  }
  .custom_profile-title > h2 {
    line-height: 17px;
  }
  .custom_bio-content > p {
    margin-top: 40px;
    padding: 16px;
  }
  .custom_profile-title {
    padding: 16px 16px 0 16px;
    min-height: 150px;
  }
}

@media screen and (max-width: 340px) {
  .custom_profile-image {
    max-width: 130px !important;
    height: 187px !important;
    
  }
  .custom_accordion-bio{
    margin-left: -131px;
  }
}
@media screen and (max-width: 1024px) {
  .custom_section-profile {
    width: 100%;
    
  }
}