main section.header span {
  text-transform: none;
}

main .side-banner {
  width: 100%;
  background-image: linear-gradient(134deg, #322593 0%, #B01695 100%);
  float: none;
  clear: left;
}

main .specialists-container {
  background-image: url("/img/exports/Fill_1.svg");
  background-repeat: no-repeat;
  margin-bottom: 25px;
  width: 100%;
  background-size: 200px;
  padding: 40px 0;
}

main .specialists-container li {
  font-family: "Barlow Condensed", sans-serif;
  color: #F4364C;
  font-weight: 500;
  padding-bottom: 10px;
  font-size: 20px;
  width: 50%;
  display: flex;
}

main .specialists-container li:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #271FAE;
  border-radius: 50%;
  display: block;
  position: relative;
  top: 2px;
  left: -15px;
  flex-shrink: 0;
}

main .specialists-container li:nth-child(3n):before {
  background-image: linear-gradient(134deg, #ffa31e 0%, #dd1679 100%);
}

main .specialists-container li:nth-child(3n+1):before {
  background: #271FAE;
}

main .specialists-container li:nth-child(3n+2):before {
  background-image: linear-gradient(134deg, #322593 0%, #B01695 100%);
}

main .specialists-container li:nth-child(even) {
  margin-left: auto;
}

main .specialist-desc p {
  color: #271FAE;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 23px;
}

main .pre-footer {
  width: 90%;
  margin: 0 auto;
}

main .pre-footer .diagnosed-container {
  float: right;
  display: flex;
  clear: both;
  align-items: center;
  margin-bottom: 15px;
}

main .pre-footer .diagnosed-container .already-diagnosed {
  margin-right: 10px;
  float: left;
  display: block;
  color: #F4364C;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}

@media only screen and (max-width: 767px) {
  main .pre-footer .diagnosed-container .already-diagnosed {
    font-size: 15px;
    line-height: 22px;
  }
}

main .pre-footer .diagnosed-container .arrow {
  float: left;
}

main .pre-footer .diagnosed-container .arrow svg {
  -webkit-transform: rotateZ(-90deg) scale(0.5);
          transform: rotateZ(-90deg) scale(0.5);
}

@media only screen and (min-width: 768px) {
  main .care-left-col {
    width: 60%;
    padding-right: 20px;
    float: left;
  }
  main .care-right-col {
    position: relative;
    top: -145px;
    float: right;
    width: 30%;
  }
  main .details .dialog {
    width: 125%;
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  main .care-right-col {
    display: flex;
    flex-direction: column-reverse;
  }
  main .specialists-container {
    width: 75%;
    margin: 0 auto 25px;
    max-width: 260px;
  }
}
