.review-card{
  background: #1ABC9C14;
  padding: 32px;
  border-radius: 16px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.review-card .et_pb_text_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  height: 93%;
}

.breadcrumbs span{
  color: var(--indigo-100) !important;
}

.review-text h4{
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  color: #0D5E4E;
  padding-top: 15px;
}

.review-person{
  display: flex;
  gap: 16px;
  align-items: center;
}

.review-person-details p{
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #0D5E4E;
}

.review-person-details p:first-child{
  font-weight: 600;
  padding: 0px;
}

.row-member p{
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #515155;
}

.row-member h2{
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  text-align: left;
  color: var(--indigo-100);
}

.row-member{
  max-width: none !important;
  width: 100%;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  background: white;
  margin: auto;
  display: flex;
  justify-content: center;
  padding-top: 104px;
  padding-bottom: 104px;

}

.member-section{
  padding: 0px !important;
  background: var(--absolute-zero-100) !important;
}

.row-member .et_pb_column:first-child img{
  height: 400px;
  width: 400px;
  max-width: none;
  border-radius: 16px;
}

.row-member .et_pb_column:first-child{
  max-width: 400px;
  margin-right: 79px;
}

.row-member .et_pb_column:last-child{
  max-width:800px;
  width: 100%;
}

.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
  margin-bottom: 32px !important;
}

a.back-to-team{
  display: flex;
  align-items: center;
  gap: 4px;
}

.back-to-team h6{
  color: var(--indigo-100);
}

.back-to-team p{
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 32px;
  color: var(--indigo-100);
  padding: 0px !important;
}

.back-to-team img{
  width: 20px;
  height: 20px;
}

.back-to-team{
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 24px;
}

.back-to-team:hover{
  border-radius: 100px;
  background: rgba(235, 238, 238);
  padding-left: 8px;
  animation-timing-function: ease-out;
  animation-duration: 300ms;
  width: fit-content;
}

.back-to-team:hover img {
  content: url(/wp-content/uploads/2024/11/Frame-427320658.png);
  width: 32px;
  height: 32px;
}

.row-member .et_pb_column:first-child .et_pb_image{
  position: sticky;
  top: 20px;
}


@media screen and (max-width: 1300px) {
.row-member .et_pb_column:first-child{
  padding-left: 32px;
}

.row-member .et_pb_column:last-child{
  padding-right: 32px;
}

}

@media screen and (max-width: 1240px) {

.row-member{
  flex-direction: column;
  padding: 0%;
}

.row-member h2{
  font-size: 32px;
  line-height: 48px;
}


.row-member .et_pb_column:first-child img{
  width: auto;
  height: auto;
  max-width: 100%;
}

.row-member .et_pb_column{
  width: 100%;
  max-width: none !important;
}

.row-member .et_pb_column:first-child .et_pb_image{
  position: relative;
  display: flex;
  justify-content: center;
  top: 0px;
 }

 .row-member .et_pb_column:first-child{
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 0px;
 }

.row-member .et_pb_column:last-child {
  padding-right: 32px;
  padding-left: 32px;
}

.row-member .et_pb_column:last-child .et_pb_module:first-child .et_pb_text_inner:first-child h2,
.row-member .et_pb_column:last-child .et_pb_module:first-child .et_pb_text_inner:first-child p{
  text-align: center;
}

.review-card{
  padding: 24px;
}

.row-member p {
  line-height: 28px;
}

}
