:root {
  --banner-circle-color: rgba(237, 175, 157, 0.39);
}
.module-1 {
  padding-top: var(--module-space);
  padding-bottom: calc(var(--module-space) * 2);
}
.module-1 .module-con {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  border-radius: 50px 50px 50px 0;
  padding: 28px 418px 80px 130px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .module-1 .module-con {
    padding: 68px 318px 68px 50px;
  }
}
@media screen and (max-width: 992px) {
  .module-1 .module-con {
    padding: 58px 218px 58px 40px;
  }
}
@media screen and (max-width: 768px) {
  .module-1 .module-con {
    padding: 48px 30px;
  }
}
.module-1 .module-con .text-box {
  padding-top: 72px;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .module-1 .module-con .text-box {
    padding-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  .module-1 .module-con .text-box {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .module-1 .module-con .text-box {
    padding-top: 0;
  }
}
.module-1 .module-con .text-box p {
  margin-bottom: 134px;
  color: #2a2e4a;
  font-size: 24px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .module-1 .module-con .text-box p {
    margin-bottom: 100px;
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .module-1 .module-con .text-box p {
    margin-bottom: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .module-1 .module-con .text-box p {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.module-1 .module-con .text-box h5 {
  margin-bottom: 14px;
  font-size: 28px;
  color: #003e92;
  line-height: 1.42;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .module-1 .module-con .text-box h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  .module-1 .module-con .text-box h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .module-1 .module-con .text-box h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .module-1 .module-con .text-box h5 {
    font-size: 20px;
  }
}
.module-1 .module-con .text-box h6 {
  font-size: 24px;
  color: #003e92;
  line-height: 1.42;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .module-1 .module-con .text-box h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .module-1 .module-con .text-box h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .module-1 .module-con .text-box h6 {
    font-size: 18px;
  }
}
.module-1 .module-con .figure-box {
  width: 282px;
  position: absolute;
  right: 70px;
  top: 28px;
}
@media screen and (max-width: 1200px) {
  .module-1 .module-con .figure-box {
    width: 200px;
    right: 68px;
  }
}
@media screen and (max-width: 992px) {
  .module-1 .module-con .figure-box {
    width: 160px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .module-1 .module-con .figure-box {
    margin-bottom: 20px;
    position: static;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
  }
}
.module-1 .module-con .figure-box .pic {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .module-1 .module-con .figure-box .pic {
    width: 200px;
  }
}
.module-1 .module-con::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border: 64px solid transparent;
  border-right-color: rgba(255, 255, 255, 0.7);
  transform: rotate(45deg) translate(-72%, -1%);
}
@media screen and (max-width: 1200px) {
  .module-1 .module-con::after {
    border-width: 44px;
  }
}
@media screen and (max-width: 768px) {
  .module-1 .module-con::after {
    border-width: 24px;
  }
}
