.the-results-area {
  padding: 163px 0 192px;
  background-image: url(/resources/361ccb64/snippet/snippet-188/images/result-bg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .the-results-area {
    padding: 80px 0;
  }
}
.the-results-area::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #e6ecfff2;
}
.the-results-area .full-container {
  max-width: 1012px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 575px) {
  .the-results-area .full-container {
    padding: 0 15px;
  }
}
.the-results-area .full-container .the-results-head {
  text-align: center;
  margin: 0 0 59px;
}
.the-results-area .full-container .the-results-head .title {
  font-family: "Lexend";
  font-weight: 600;
  font-size: 46px;
  line-height: 40px;
  letter-spacing: -0.04em;
  color: #000000;
  margin: 0 0 27px;
}
@media screen and (max-width: 1024px) {
  .the-results-area .full-container .the-results-head .title {
    font-size: 40px;
    line-height: 56px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .the-results-area .full-container .the-results-head .title {
    font-size: 30px;
    line-height: 46px;
  }
}
.the-results-area .full-container .the-results-head .text {
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #000000;
  margin: 0;
}
.the-results-area .full-container .the-results-timeline {
}
.the-results-area .full-container .the-results-timeline .the-results-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  position: relative;
  padding: 0 0 60px;
  margin: 0 0 47px;
}
@media screen and (max-width: 991px) {
  .the-results-area .full-container .the-results-timeline .the-results-box {
    gap: 30px;
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .the-results-area .full-container .the-results-timeline .the-results-box {
    gap: 15px;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 575px) {
  .the-results-area .full-container .the-results-timeline .the-results-box {
    flex-wrap: wrap;
  }
}
.the-results-area
  .full-container
  .the-results-timeline
  .the-results-box:last-child {
  padding: 0;
  margin: 0;
}
.the-results-area
  .full-container
  .the-results-timeline
  .the-results-box::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.12);
  bottom: 0;
  right: 0;
  height: 1px;
  width: calc(100% - 109px);
}
.the-results-area
  .full-container
  .the-results-timeline
  .the-results-box:last-child:after {
  display: none;
}
.the-results-area
  .full-container
  .the-results-timeline
  .the-results-box
  .trb-number {
  font-family: "Lexend";
  font-weight: 300;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.04em;
  color: #000000;
  margin: 0;
  min-width: 40px;
}
.the-results-area
  .full-container
  .the-results-timeline
  .the-results-box
  .trb-title {
  font-family: "Lexend";
  font-weight: 600;
  font-size: 22px;
  line-height: 149%;
  letter-spacing: -0.04em;
  color: #000000;
  margin: 0;
  min-width: 240px;
}
@media screen and (max-width: 575px) {
  .the-results-area
    .full-container
    .the-results-timeline
    .the-results-box
    .trb-title {
    min-width: calc(100% - 60px);
  }
}
.the-results-area
  .full-container
  .the-results-timeline
  .the-results-box
  .trb-text {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #000000;
  margin: 0;
  min-width: calc(100% - 340px);
}
@media screen and (max-width: 575px) {
  .the-results-area
    .full-container
    .the-results-timeline
    .the-results-box
    .trb-text {
    min-width: 100%;
  }
}
