.b-hero + .breadcrumbs {
  margin-bottom: 50px;
}

.b-description {
  margin-bottom: 100px;
}

.b-description__heading {
  font-size: 24px;
  font-weight: bold;
  color: #2B3269;
  margin-bottom: 20px;
}

.b-description__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.b-why-work-with-us {
  margin: 100px 0;
}

.b-why-work-with-us h2,
.b-clients h2,
.b-contact h2,
.b-team h2 {
  margin-bottom: 40px;
}

.b-why-work-with-us__benefits,
.b-contact__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.b-why-work-with-us__benefit {
  display: flex;
  flex-flow: column nowrap;
  background-color: #eaf1fe;
  padding: 32px 24px;
  width: calc((100% / 3) - 30px);
  border-radius: 20px;
}

.b-why-work-with-us__benefit h3 {
  font-size: 18px;
  font-weight: bold;
  color: #2B3269;
  margin-bottom: 20px;
}

.b-why-work-with-us__benefit p {
  margin-bottom: 24px;
}

.b-why-work-with-us a {
  width: fit-content;
  margin-top: auto;
}

.b-clients,
.b-team,
.b-contact,
.b-cta,
.b-opinion {
  margin-bottom: 100px;
}

.b-team__members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.b-team__member {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: calc((100% / 4) - 10px);
  max-width: 320px;
}

.b-team__member-thumbnail {
  aspect-ratio: 16 / 9;
  object-position: center;
  object-fit: contain;
  margin-bottom: 16px;
}

.b-team__member-name {
  font-size: 16px;
  font-weight: bold;
  color: #2B3269;
  margin-bottom: 8px;
}

.b-team__member-name,
.b-team__member-position {
  text-align: center;
}

.b-team__member-position {
  margin-bottom: 8px;
}

.b-team__member-links {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  gap: 10px;
}

.b-team__member-links > a:first-of-type {
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-contact__link {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: calc((100% / 3) - 30px);
  max-width: 320px;
}

.b-contact__link-icon {
  aspect-ratio: 16 / 9;
  object-position: center;
  object-fit: contain;
  margin-bottom: 16px;
}

.b-contact__link-title {
  font-size: 16px;
  font-weight: bold;
  color: #2B3269;
  margin-top: auto;
}

.b-cta {
  background-color: #1A1674;
  padding: 50px 0;
}

.b-cta__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.b-cta__icon {
  max-width: 64px;
}

.b-cta__content h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #f9a543;
  font-size: 24px;
  line-height: 1.3;
}

.b-cta__content p {
  color: #ffffff;
}

.b-cta__content a {
  margin-left: auto;
  padding-left: 32px;
  padding-right: 32px;
  min-width: 180px;
}

.b-opinion__opinion {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.b-opinion__opinion-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: 100px;
  width: 100px;
  height: 100px;
}

.b-opinion__opinion-icon img {
  width: 100%;
  height: auto;
}

.b-opinion__opinion-text {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.b-opinion__opinion-text p {
  margin-bottom: 10px;
}

.b-opinion__opinion-text a {
  margin-top: 14px;
}

.b-opinion__author {
  align-self: flex-start;
  text-align: left;
}

@media (max-width: 991.9px) {
  .b-why-work-with-us__benefit {
    width: calc((100% / 2) - 30px);
  }
}

@media (max-width: 767.9px) {
  .b-description {
    margin-bottom: 50px;
  }

  .b-why-work-with-us {
    margin: 50px 0;
  }

  .b-why-work-with-us__benefit {
    width: 100%;
    padding: 24px 16px;
  }

  .b-contact__link,
  .b-team__member {
    width: 100%;
  }

  .b-clients,
  .b-team,
  .b-contact,
  .b-cta,
  .b-opinion {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .b-description .row {
    display: flex;
    align-items: center;
  }

  .b-description .row.revert .col-xs-12:first-of-type {
    order: 2;
  }

  .b-description .row.revert .col-xs-12:last-of-type {
    order: 1;
  }

  .b-description__content {
    padding-left: 40px;
  }

  .b-description .row.revert .b-description__content {
    padding-left: 0px;
    padding-right: 40px;
  }

  .b-description__heading {
    font-size: 32px;
  }

  .b-opinion__opinion {
    flex-flow: row nowrap;
  }

  .b-opinion__opinion-text {
    padding-left: 48px;
  }

  .b-opinion__opinion-icon-container {
    padding-left: 64px;
    padding-right: 64px;
  }

  .b-contact {
    margin-bottom: 200px;
  }
}