.title-wrapper {
  padding-top: 0;
}
.title-wrapper .title-item {
  color: #333;
}

img {
  max-width: 100%;
}

body {
  background-color: #EEF5FF;
}

.about-us-hero {
  padding: 46px 0 30px;
  position: relative;
}
.about-us-hero:before {
  position: absolute;
  background: url("../png/aboutus-hero-bg.png") no-repeat;
  background-size: 100% 100%;
  content: "";
  width: 100%;
  height: calc(100% + 30px);
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: -1;
}
.about-us-hero .title-item {
  font-family: IBM Plex Serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: center;
}
.about-us-hero .blocks-wrapper {
  margin-top: 63px;
  display: flex;
  column-gap: 20px;
}
.about-us-hero .blocks-wrapper .block-item {
  flex: 1;
  padding-top: 37px;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 500px;
  padding-bottom: 67px;
  border-bottom: 4px solid #498BF9;
  border-radius: 30px;
}
.about-us-hero .blocks-wrapper .block-item:first-child {
  position: relative;
}
.about-us-hero .blocks-wrapper .block-item:first-child:after {
  position: absolute;
  content: url("../svg/aboutus-hero-arrow.svg");
  right: -10px;
  transform: translateX(50%);
  bottom: 140px;
}
.about-us-hero .blocks-wrapper .block-item .title-wrapper {
  flex: 1;
}
.about-us-hero .blocks-wrapper .block-item .image-wrapper {
  margin-bottom: 20px;
}
.about-us-hero .blocks-wrapper .block-item .title-item {
  font-family: IBM Plex Serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28.71px;
  text-align: center;
}
.about-us-hero .blocks-wrapper .block-item .text-wrapper {
  max-width: 422px;
  margin: 0 auto;
}
.about-us-hero .blocks-wrapper .block-item .text-item {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.6px;
  text-align: center;
  color: #333;
}

.cta-block {
  padding: 69px 0 40px;
}
.cta-block .title-item {
  font-family: IBM Plex Serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: center;
}
.cta-block .text-wrapper {
  margin-top: 43px;
  background-color: #fff;
  padding: 40px 81px 40px;
  border-radius: 30px;
  border-bottom: 4px solid #498BF9;
}
.cta-block .text-wrapper .text-item {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.6px;
  text-align: center;
  color: #333;
}
.cta-block .text-wrapper .cta-wrapper {
  display: flex;
  justify-content: center;
  width: 475px;
  margin: 0 auto;
  column-gap: 16px;
}
.cta-block .text-wrapper .cta-wrapper .global-btn {
  flex: 1;
}
.cta-block .text-wrapper .cta-wrapper .global-btn.cta-blue a {
  background-color: #498BF9;
  border-color: #498BF9;
}
.cta-block .text-wrapper .cta-wrapper .global-btn.cta-blue a:hover {
  background-color: #629DFF;
  border-color: #629DFF;
}
.cta-block .text-wrapper .cta-wrapper .global-btn a {
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 14px 38px;
}

.story-blocks {
  padding-top: 55px;
  padding-bottom: 70px;
}
.story-blocks .container > .title-wrapper {
  margin-bottom: 44px;
}
.story-blocks .title-item {
  font-family: IBM Plex Serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: center;
}
.story-blocks .blocks-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.story-blocks .block-item {
  background-color: #fff;
  display: flex;
  min-height: 500px;
  border-radius: 30px;
  border-bottom: 4px solid #498BF9;
  padding: 40px 40px 25px;
  column-gap: 37px;
  position: relative;
}
.story-blocks .block-item:after {
  content: "";
  width: 200px;
  background: url("../svg/story-blocks-1st-arrow.svg") no-repeat left;
  position: absolute;
  top: 70px;
  left: -20px;
  bottom: -70px;
  z-index: 2;
  background-size: auto 100%;
}
.story-blocks .block-item:nth-child(2n):after {
  content: "";
  background: url("../svg/story-blocks-2nd-arrow.svg") no-repeat left;
  background-size: auto 100%;
  top: 80px;
}
.story-blocks .block-item:nth-child(3n):after {
  content: "";
  background: url("../svg/story-blocks-3th-arrow.svg") no-repeat left;
  top: 80px;
  background-size: auto 100%;
  left: -50px;
}
.story-blocks .block-item:nth-child(4n):after {
  content: unset;
}
.story-blocks .block-item .texts-wrapper {
  flex: 0 1 458px;
}
.story-blocks .block-item .texts-wrapper p {
  margin-bottom: 11px;
}
.story-blocks .block-item .texts-wrapper a {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #41C46E;
}
.story-blocks .block-item .title-item {
  font-family: IBM Plex Serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: unset;
  margin-bottom: 18px;
}
.story-blocks .block-item .subtitle-item {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.6px;
  margin-bottom: 30px;
}
.story-blocks .block-item .text-wrapper {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.story-blocks .block-item .index-wrapper {
  flex: 0 0 56px;
  max-height: calc(100% - 40px);
  background-color: #498BF9;
  border-radius: 16px;
  margin-bottom: 10px;
}
.story-blocks .block-item .index-wrapper .index-item {
  width: 100%;
  display: block;
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding-top: 16px;
}
.story-blocks .block-item .images-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section[class] {
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1024px) {
  .story-blocks .block-item {
    flex-direction: column;
  }
  .story-blocks .block-item:after, .story-blocks .block-item:nth-child(2n):after, .story-blocks .block-item:nth-child(3n):after {
    content: unset;
  }
  .story-blocks .block-item .images-wrapper {
    justify-content: center;
  }
  .story-blocks .block-item .texts-wrapper {
    flex: unset;
  }
  .story-blocks .block-item .index-wrapper {
    margin-bottom: 32px;
  }
  .about-us-hero .blocks-wrapper {
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .about-us-hero .blocks-wrapper .block-item {
    margin: 0 auto;
    width: 100%;
    flex: unset;
    padding: 37px 24px 67px;
  }
  .about-us-hero .blocks-wrapper .block-item:first-child:after {
    bottom: -14px;
    left: 15px;
    width: 94px;
    height: 24px;
    right: unset;
    content: "";
    background: url("../svg/aboutus-hero-arrow.svg") no-repeat;
    background-size: 100% 100%;
    transform: rotate(90deg) translateY(50%);
  }
  .about-us-hero .blocks-wrapper .block-item img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cta-block .text-wrapper {
    padding: 40px 27.5px 40px;
  }
  .cta-block .text-wrapper .cta-wrapper {
    flex-direction: column;
    width: 100%;
  }
  section[class] {
    padding-right: 12px;
    padding-left: 12px;
  }
}