.banner {
  position: relative;
  width: 100%;
  overflow: clip;
  background-color: #ffffff;
}
.banner .row {
  position: relative;
  z-index: 50;
  max-width: calc(100% - 1rem);
  margin: auto;
}
.banner .texts {
  margin: 40px 0 60px 0;
  text-align:center;
}
.banner h1 ,.banner h3 {
  color: #3b393a;
  font-size: 35px;
  font-weight: bold;
  margin: 40px auto 0 auto;
}
.banner h3{
    margin: 0 auto 10px auto;
}
.banner .texts > p {
  color: #908c89;
  font-size: 17px;
  line-height:27px;
  margin: 10px 0 30px 0;
}
.banner .links{
    margin:20px auto 40px auto;
}
.banner .appointment{
    background-color: #038a9d;
    border:2px solid #038a9d;
    color: #ffffff;
    border-radius: 20px;
    padding: 5px 15px;
    margin-left:20px;
}
.banner .appointment:hover{
    background-color: transparent;
    color: #038a9d;
}
.banner .consultation{
    border:2px solid #038a9d;
    color:#038a9d;
    border-radius: 20px;
    padding: 5px 15px;
}
.banner .consultation:hover{
    background-color: #038a9d;
    color: #ffffff;
}
.banner .data {
    display:none !important;
  margin-top: 20px;
}
.banner .data .number {
  color: #004552;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.banner .data .text {
  color: #908c89;
  font-size: 15px;
}
.banner .data .block {
  background-color: #ffffff;
  width: 2px;
  height: 100%;
  border-radius: 5px;
}
.banner .images img {
  width: 75%;
}
.banner::after {
  content: "";
  position: absolute;
  z-index: 30;
  top: -50px;
  right: -100px;
  background: radial-gradient(
    circle at center,
    rgba(3, 138, 157, 0.2) 0%,
    rgba(3, 138, 157, 0.1) 40%,
    rgba(255, 255, 255, 0.2) 70%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 400px;
  height: 400px;
  border-radius: 50%;
}

.banner::before {
  content: "";
  position: absolute;
  z-index: 40;
  top: 50%;
  /* transform: translateY(-50%); */
  left: -100px;
  background: radial-gradient(
    circle at center,
    rgba(3, 138, 157, 0.2) 0%,
    rgba(3, 138, 157, 0.1) 40%,
    rgba(255, 255, 255, 0.2) 70%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 400px;
  height: 400px;
  border-radius: 50%;
}
.banner .img1 {
  position: absolute;
  z-index: 20;
  width: 200px;
  display: none;
}
.banner .img2 {
    position: absolute;
    z-index: 20;
    width: 100px;
    top: 0;
    right: -5%;
    opacity: 0.2;
}
.banner .img3 {
position: absolute;
    z-index: 20;
    width: 100px;
    top: 50%;
    left: -5%;
    transform: scaleX(-1) translateY(-50%);
    opacity: 0.3;
}
@media (min-width: 768px) {
  .banner h1,.banner h3 {
    font-size: 28px;
    margin:0;
  }
  .banner h3{
      margin:0 0 20px 0;
  }
  .banner .texts > p {
  margin:0 0 20px 0;
}
  .banner .texts {
    text-align:right;
    margin: 0;
  }
  .banner .links{
    margin:20px 0 0 0;
}
  .banner .data {
    display:flex !important;
}
  .banner::after {
    width: 500px;
  }
  .banner::before {
    width: 500px;
    transform: translateY(-50%);
  }
  .banner .img1 {
    display: block;
        top: -4%;
        right: 50%;
        transform: translateX(50%);
        opacity: 0.3;
  }
  .banner::after {
    width: 600px;
    height: 600px;
  }
  .banner::before {
    width: 600px;
    height: 600px;
  }
  .banner .images img {
        margin-top: 50px;
    }
}
@media (min-width: 992px) {
  .banner .row {
    max-width: calc(100% - 4rem);
  }
  .banner::after {
    width: 800px;
    height: 800px;
  }
  .banner::before {
    width: 800px;
    height: 800px;
  }
}
@media (min-width: 1200px) {
    .banner .row {
    max-width: calc(100% - 8rem);
  }
    .banner .images img {
        width: 60%;
    }
  .banner::after {
    width: 1000px;
    height: 1000px;
    right: -20%;
    top: -30%;
  }
  .banner::before {
    width: 1000px;
    height: 1000px;
    left: -20%;
  }
  .banner h1 , .banner h3{
    font-size: 50px;
    line-height:65px;
  }
  .banner .texts > p {
    font-size: 20px;
    padding-left: 25%;
    line-height: 35px;
  }
  .banner .img1 {
    width: 300px;
  }
  .banner .img2 {
    width: 200px;
  }
  .banner .img3 {
    width: 200px;
  }
  .banner .data .number {
    font-size: 30px;
  }
  .banner .data .text {
    font-size: 17px;
  }
}