.tks-box {
  position: relative;
}
.tks-box .first-section {
  background-color: #F1F2F9;
  padding-bottom: 62px;
}
.tks-box .first-section h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  color: #26377D;
}
@media (max-width: 991px) {
  .tks-box .first-section h1 {
    font-size: 32px;
    text-align: center;
    line-height: 43px;
  }
}
.tks-box .first-section p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
}
@media (max-width: 991px) {
  .tks-box .first-section p {
    font-size: 16px;
  }
}
.tks-box .second-section {
  padding: 54px 0;
}
@media (max-width: 991px) {
  .tks-box .second-section {
    padding: 34px 0;
  }
}
.tks-box .second-section p {
  font-family: "Inter";
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
}
@media (max-width: 991px) {
  .tks-box .second-section p {
    font-size: 16px;
  }
}
.tks-box .img-bottle-tks {
  position: absolute;
  max-width: 339px;
  top: 0;
  right: 20%;
}
@media (max-width: 991px) {
  .tks-box .img-bottle-tks {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    margin-top: -50px;
    right: 0;
  }
}