.doctor-profile-section-lp-30 {
  padding: 60px 20px;
}

.doctor-profile-section-lp-30 .wrap {
  display: flex;
  gap: 60px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  align-items: stretch;
}

.doctor-profile-section-lp-30 .wrap .left-content,
.doctor-profile-section-lp-30 .wrap .right-content {
  width: 100%;
  max-width: 50%;
}

.doctor-profile-section-lp-30 .wrap .right-content {
	position: relative;
}

.doctor-profile-section-lp-30 .wrap .right-content > img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    position: absolute;
    object-fit: cover;
    object-position: top;
}

.doctor-profile-section-lp-30 .wrap .right-content .wysiwyg-content * {
  color: #000;
}

.doctor-profile-section-lp-30 .wrap .left-content label {
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  line-height: 30.89px;
  color: #909090;
  text-transform: capitalize;
  display: block;
  letter-spacing: unset;
  margin-bottom: 8px;
}

.doctor-profile-section-lp-30 .wrap .left-content h3 {
  color: #000;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; 
  font-family: Roboto;
}
.doctor-profile-section-lp-30 .wrap .left-content .wysiwyg-content * {
  font-family: Roboto;
  color: #000;
}
.doctor-profile-section-lp-30 .wrap .left-content .button-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 32px;
}
.doctor-profile-section-lp-30 .wrap .left-content .button-wrapper a {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #000;
}
.doctor-profile-section-lp-30 .wrap .left-content .button-wrapper a .button-text {
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  width: 150px;
  padding: 11px;
  text-align: center;
  border: solid 1px #000;
  position: relative;
  transition: all ease 200ms;
  z-index: 1;
}
.doctor-profile-section-lp-30 .wrap .left-content .button-wrapper a:hover .button-text {
  border: solid 1px #042D5A;
  color: #fff;
}
.doctor-profile-section-lp-30 .wrap .left-content .button-wrapper a .button-icon {
  width: 47px;
  background: #042D5A;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor-profile-section-lp-30 .wrap .left-content .button-wrapper a .button-icon::before {
  content: '';
  height: 100%;
  position: absolute;
  right: 47px;
  width: 0;
  background: #042D5A;
  transition: all ease 500ms;
}

.doctor-profile-section-lp-30 .wrap .left-content .button-wrapper a:hover .button-icon::before {
  width: 100%;
}

.doctor-profile-section-lp-30 .img-wrap {
  display: none;
}

.doctor-profile-section-lp-30 .img-wrap img {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .doctor-profile-section-lp-30 {
    padding: 40px 20px;
  }
  .doctor-profile-section-lp-30 .wrap {
    flex-direction: column;
  }
  .doctor-profile-section-lp-30 .wrap .left-content,
  .doctor-profile-section-lp-30 .wrap .right-content {
    max-width: 100%;
  }
  .doctor-profile-section-lp-30 .wrap .right-content {
    display: none;
  }
  .doctor-profile-section-lp-30 .img-wrap  {
    display: block;
    margin-top: 24px;
    margin-bottom: 29px;
    display: flex;
    
  }
 
  .doctor-profile-section-lp-30 .wrap .left-content h3 {
    text-align: center;
    font-size: 28px; 
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 29px;
  }
  .doctor-profile-section-lp-30 .wrap .left-content label  {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
 
  .doctor-profile-section-lp-30 .wrap .left-content .button-wrapper a .button-text {
    width: 113px;
    padding: 11px 6px;
    font-size: 13px;
    letter-spacing: unset;
    font-weight: 500;
    line-height: 22px;
  }
  .doctor-profile-section-lp-30 .wrap .left-content .button-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}