.speak-expert {
  display: flex;
  justify-content: space-between;
  border: none;
  border-radius: 20px;
}

.speak-expert.clinical {
  border-radius: 20px !important;
}

.speak-expert .conte__ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.speak-expert .img-cont_ {
  width: 50%;
}

.speak-expert .img-cont_.clinical {
  width: 50%;
}

.speak-expert .left {
  text-align: left;
}

.speak-expert .right {
  text-align: right;
}

.speak-expert .center {
  text-align: center;
}

.speak-expert .img-cont_ img {
  width: 349px;
  /*   height: 349px !important; */
  object-fit: cover;
}

.speak-expert .img-cont_ img.clinical {
  width: 100%;
  /*   height: 349px !important; */
  object-fit: cover;
}

.speak-expert .ob__top-image {
  display: block;
  margin: auto;
}

.speak-expert .ob__title {
  margin-top: 20px;
}

.speak-expert .ob__text {
  padding: 0 28px;
  width: 66%;
}

.speak-expert .ob__content {
  display: flex;
  justify-content: space-between;
  line-height: 150%;
  flex-flow: wrap;
}

.speak-expert .ob__content > div {
  width: 49%;
}

.speak-expert .ob__content a {
  color: #0270E0;
  text-decoration: none;
}

.speak-expert .ob__content p {
  width: 100%;
}

.speak-expert .ob__content ol {
  padding-left: 20px;
}

.ob__content ol li::marker {
  color: #23CDF5;
  font-weight: bold;
}

.speak-expert .ob__button2 a {
  margin-top: 25px;
  display: inline-block;
  padding: 11px 45px;
  font-size: 18px;
  background-color: #4B8F80;
  border: 2px solid #4B8F80;
  color: #ebf6f4;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.speak-expert .ob__button2 .btn-1{
  margin-right: 20px;
}
.speak-expert .ob__button2 .btn-2{
  border: 2px solid #4B8F80;
  background-color: #ebf6f4;
  color: #4B8F80;
}
.speak-expert .ob__button2 .btn-2:hover{
  border: 2px solid #4B8F80;
  background-color: #4B8F80;
  color: #ffffff;
}

.speak-expert .ob__button2 a:hover {
  border: 2px solid #4B8F80;
  background-color: #ffffff
  color: #4B8F80;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media (max-width: 1200px) {
  .speak-expert {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

}

@media (max-width: 768px) {
  .speak-expert .conte__ {
    flex-flow: column;
    text-align: center;
  }

  .speak-expert .sp6__ {
    width: 100%;
  }

  .speak-expert .ob__title,
  .speak-expert .ob__title > *,
  .speak-expert .ob__content,
  .speak-expert .ob__content > * {
    text-align: center !important;
  }
  .speak-expert .ob__content > ul li {
    text-align: left !important;
  }
  .ob__button2{
    margin-bottom: 30px;
  }
  .speak-expert .ob__button2 a{
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .speak-expert .ob__text {
    padding: 0px;
  }
  .speak-expert .ob__button2 a.btn-2{
    padding: 11px 30px;
  }
}
@media (max-width: 460px) {
  .speak-expert .ob__button2 a{
    display: block !important;
  }
}
