.service-contracts {
  padding-top: 30px
}
.service-contracts__wrapper {
  border-bottom: 1px solid #f0efef;
  padding-bottom: 50px
}
.service-contracts__row {
  display: flex;
  align-items: start;
  justify-content: space-between
}
.service-contracts__content {
  width: 100%;
  max-width: 740px;
  margin-right: 40px
}
.service-contracts__title.title {
  line-height: 40px;
  margin-bottom: 30px
}
.service-contracts__text {
  line-height: 24px
}
.service-contracts__text:not(:last-child) {
  margin-bottom: 20px
}
.service-contracts__text a {
  color: #0e66a3;
  text-decoration: underline
}
.service-contracts__more {
  width: 100%;
  max-width: 360px;
  background-color: #072e66;
  color: #fff;
  padding: 40px 40px 45px
}
.service-contracts__more-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase
}
.service-contracts__more-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  padding: 7px;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 100%
}
.service-contracts__more-link svg {
  width: 18px;
  min-width: 18px;
  height: 18px
}
@media (max-width:991px) {
  .service-contracts__title.title {
    font-size: 28px;
    line-height: 32px
  }
  .service-contracts__more {
    padding: 24px;
    max-width: 280px
  }
  .service-contracts__more-text {
    font-size: 16px;
    line-height: 18px
  }
}
@media (max-width:767px) {
  .service-contracts {
    padding-top: 0
  }
  .service-contracts__wrapper {
    padding-bottom: 30px
  }
  .service-contracts__row {
    flex-direction: column
  }
  .service-contracts__content {
    max-width: initial;
    margin: 0 0 30px
  }
  .service-contracts__title.title {
    font-size: 22px;
    line-height: 28px
  }
  .service-contracts__text:not(:last-child) {
    margin-bottom: 10px
  }
}
@media (max-width:575px) {
  .service-contracts__more {
    max-width: 100%
  }
}