.banner-modular-5 {
  background-color: #f4f6f9;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem;
}

.banner-modular-5 .content-wrapper {
  display: flex;
  max-width: 1396px;
  width: 100%;
  justify-content: space-between;
}

.banner-modular-5 .content-wrapper .left-side {
  width: 23.75rem;
}

.banner-modular-5 .content-wrapper .left-side > h2 {
  font-size: 4rem;
  line-height: 4.5rem;
}

.banner-modular-5 .content-wrapper .right-side {
  display: flex;
  flex-direction: column;
  width: 50%;
  border-bottom: #7a94b8 1px solid;
}

.banner-modular-5 .content-wrapper .right-side .item {
  display: flex;
  min-height: 11.5rem;
  border-top: #7a94b8 1px solid;
  padding-top: 3rem;
  padding-bottom: 3rem;
  justify-content: space-between;
}

.banner-modular-5 .content-wrapper .right-side .item .left-part {
  display: flex;
}

.banner-modular-5 .content-wrapper .right-side .item .left-part .image {
  margin-right: 2.125rem;
}

.banner-modular-5 .content-wrapper .right-side .item .left-part .image > img {
  width: 2.25rem;
  height: 2.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.banner-modular-5 .content-wrapper .right-side .item .left-part .headline {
  width: 200px;
}

.banner-modular-5 .content-wrapper .right-side .item .left-part .headline > h3 {
  font-weight: 600;
  font-size: 2rem;
}

.banner-modular-5 .content-wrapper .right-side .item .text {
  width: 50%;
  margin-right: 0.875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #667b99;
}

@container (width < 1300px) {
  .banner-modular-5 {
    padding: 6rem 4rem;
  }

  .banner-modular-5 .content-wrapper {
    max-width: unset;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    gap: 6rem;
  }

  .banner-modular-5 .content-wrapper .left-side {
    width: 100%;
  }

  .banner-modular-5 .content-wrapper .left-side > h2 {
    text-align: center;
    line-height: 4.125rem;
  }

  .banner-modular-5 .content-wrapper .right-side {
    min-width: 355px;
    border-bottom: none;
    gap: 4rem;
  }

  .banner-modular-5 .content-wrapper .right-side .item {
    min-height: unset;
    padding-top: unset;
    padding-bottom: unset;
    justify-content: unset;
    flex-direction: column;
    border-top: none;
    gap: 1.5rem;
  }

  .banner-modular-5 .content-wrapper .right-side .item .left-part {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

  .banner-modular-5 .content-wrapper .right-side .item .left-part .image {
    margin-right: unset;
  }

  .banner-modular-5 .content-wrapper .right-side .item .left-part .image > img {
    width: 7.5rem;
    height: 7.5rem;
  }

  .banner-modular-5 .content-wrapper .right-side .item .left-part .headline {
    width: 100%;
  }

  .banner-modular-5
    .content-wrapper
    .right-side
    .item
    .left-part
    .headline
    > h3 {
    text-align: center;
  }

  .banner-modular-5 .content-wrapper .right-side .item .text {
    text-align: center;
    margin-right: unset;
    width: 100%;
  }
}

@container (width < 700px) {
  .banner-modular-5 {
    padding: 6rem 1.25rem;
  }

  .banner-modular-5 .content-wrapper {
    gap: 4.5rem;
  }

  .banner-modular-5 .content-wrapper .left-side > h2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .banner-modular-5 .content-wrapper .right-side {
    width: 100%;
    min-width: unset;
    gap: 4.5rem;
  }

  .banner-modular-5 .content-wrapper .right-side .item .left-part .image > img {
    width: 6rem;
    height: 6rem;
  }
}
