.whatwedo {
    padding-top: 50px
}

.whatwedo__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #c8d3d9;
    border-radius: 10px;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.whatwedo__img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    min-height: 220px;
    background-image: url(../img/clinics.jpg);
    background-size: cover;
    background-position: center center;
}

.whatwedo__header {
    margin: 0;
    padding: 0 0 20px;
    font-size: 16px
}

.whatwedo__col {
    width: 48%
}

.whatwedo__right {
    margin-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 40px 0 0;
}

.whatwedo__main .title {
    padding: 0;
    text-align: left;
    font-size: 20px;
    margin-top: 0;
}

.whatwedo .whatwedo__col ul li,
.whatwedo__list li {
    font-size: 16px;
    color: #354a54;
    margin-left: 30px;
    line-height: 25px;
    margin-bottom: 16px
}

.whatwedo .whatwedo__col ul li:before,
ul.whatwedo__list li:before {
    content: '\2014';
    position: absolute;
    margin-left: -30px;
    color: #0061aa
}

.whatwedo .whatwedo__col ul .whatwedo .whatwedo__col ul__black:before,
.whatwedo .whatwedo__col ul .whatwedo__list__black:before,
.whatwedo__list .whatwedo .whatwedo__col ul__black:before,
.whatwedo__list .whatwedo__list__black:before {
    color: #354a54
}

.whatwedo__scheme {
    background-color: #0babcd;
    border-radius: 10px;
    min-height: 450px
}

.whatwedo__seperator {
    width: 4%;
}

.whatwedo__step {
    border-radius: 100%;
    border: 2px solid #fff;
    height: 180px;
    width: 180px;
    margin: 50px auto 0
}

.whatwedo__step-title {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-top: 40px
}

.clinicsIndex .whatwedo-scheme h3,
.whatwedo__step-text {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 20px auto 0;
    max-width: 150px
}

.whatwedo__text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 25px;
    line-height: 25px
}

.whatwedo__list-container ul {
    padding: 35px 0 40px
}

.whatwedo__list-container li {
    font-size: 16px;
    color: #354a54;
    margin-left: 30px;
    line-height: 25px;
    margin-bottom: 25px;
    margin-bottom: 0
}

.whatwedo__list-container ul li:before {
    content: '\2014';
    position: absolute;
    margin-left: -30px;
    color: #0060aa
}

.whatwedo__list-container a {
    color: #0061aa;
    font-size: 16px;
    border-bottom: 1px dotted rgba(0, 97, 170, .6)
}

.whatwedo__list-container li a {
    display: inline-block
}

.whatwedo__list-container div {
    font-size: 18px
}

.whatwedo__list-container img {
    width: initial
}

.whatwedo__list .whatwedo__black:before {
    color: #354a54
}

.whatwedo__show {
  font-size: 14px;
  margin-bottom: 20px;
}


@media screen and (max-width: 1024px) {

    .whatwedo__col {
        width: 100%
    }

    .whatwedo__img {
        height: 0;
        width: 100%;
        min-height: inherit;
        margin: 0;
        padding-top: 80%;
        border-radius: 0;
    }

    .whatwedo__show {
        margin-bottom: 0px;
        text-align: center;
        display: inline;
    }

    .whatwedo__header {
        padding-top: 34px;
        padding-bottom: 30px;
    }

    .whatwedo__right {
      padding: 20px;
    }
}

@media screen and (max-width: 640px) {
    .whatwedo {
        padding: 30px 0 0;
    }

    .whatwedo__img {
        display: none;
    }

    .whatwedo__header {
        padding: 0 0 20px;
    }

  .whatwedo .container {
      padding: 0
  }

  .whatwedo .whatwedo__scheme {
      border-radius: 0
  }

  .whatwedo__main {
      border: none
  }

  .whatwedo__right {
    padding: 0 20px 0;
  }

}
