.action-list__cards {
    margin-bottom: 30px;
}
.action-list__item {
  padding-top: 12px;
}
.action-list__cards {
  justify-content: center;
}
.sbp {
    font: 400 16px/22px SamsungOne, sans-serif;
}
.sbp img {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.sbp h1,
.sbp h2,
.sbp h3,
.sbp h4,
.sbp h5 {
    transition: all 0.2s ease;
}
.sbp-h1,
.sbp-h2,
.sbp-h3,
.sbp-h5 {
    font-family: SamsungSharpSans, sans-serif;
    font-weight: 700;
}
.sbp-h1 {
    font-size: 28px;
    line-height: 40px;
    border-right: 1px rgba(0, 0, 0, 0.1) solid;
    display: inline-block;
    margin: 0 40px 10px 0;
    padding-right: 40px;
}
.sbp-h2 {
    font-size: 40px;
    line-height: 48px;
}
.sbp-h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
}
.sbp-h4 {
    margin-bottom: 10px;
}
.sbp-h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 16px;
}
.sbp-text b {
    font-weight: 600;
}
.sbp-text ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}
.sbp-text ol li:before {
    content: counter(num) '. ';
    counter-increment: num;
}
.sbp-banner {
    background-color: #c7d0f1;
    background-image: url(../images/banner-bg.png);
    background: linear-gradient(0, #c7d0f1 0%, rgba(199, 208, 241, 0.66) 100%), url(../images/banner-bg.png);
    background-size: cover;
    height: 500px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    padding: 0 40px 0 160px;
    transition: all 0.2s ease;
}
.sbp-banner__info {
    padding-right: 40px;
}
.sbp-banner__logo {
    width: 173px;
    margin-bottom: 40px;
}
.sbp-banner__h2 {
    margin-bottom: 5px;
}
.sbp-banner__h3 {
    font-weight: 400;
}
.sbp-banner__img {
    height: 88%;
}
.sbp-textBlock {
    transition: all 0.2s ease;
}
.sbp-textBlock:not(:last-child) {
    margin-bottom: 30px;
}
.sbp-textBlock__h2 {
    font: 600 28px/35px SamsungSharpSans, sans-serif;
    margin-bottom: 16px;
    transition: all 0.2s ease;
}
.sbp-textBlock__text p:not(:last-child) {
    margin-bottom: 10px;
}
.sbp-textBlock__list {
    display: flex;
    justify-content: space-between;
    transition: all 0.2s ease;
}
.sbp-textBlock__item {
    width: 33.33%;
    min-height: 92px;
    border: 1px #000 solid;
    border-radius: 20px;
    display: flex;
    position: relative;
    padding: 20px 40px 20px 20px;
    transition: all 0.2s ease;
}
.sbp-textBlock__item:nth-child(2) {
    margin: 0 30px;
}
.sbp-textBlock__item-v1 {
    align-items: center;
}
.sbp-textBlock__item-v2 {
    align-items: flex-start;
}
.sbp-textBlock__icon {
    width: 50px;
    height: auto;
    margin: 0 20px 0 25px;
}
.sbp-bannerBottom {
    background-color: rgb(255, 191, 222);
    background: linear-gradient(180deg, rgba(255, 191, 222, 0.4) 0%, rgba(255, 191, 222, 0) 100%), #7d16e8;
    background-size: cover;
    min-height: 300px;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    padding: 17px 0 20px;
    transition: all 0.2s ease;
}
.sbp-bannerBottom__inner {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    padding-left: 25px;
    transition: all 0.2s ease;
}
.sbp-bannerBottom__inner:before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    filter: blur(125px);
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: absolute;
    right: 10%;
}
.sbp-bannerBottom__logo {
    width: 203px;
}
.sbp-bannerBottom__text {
    position: relative;
    padding: 0 18px 0 64px;
}
.sbp-bannerBottom__h3 {
    font-weight: 600;
    margin-bottom: 8px;
}
.sbp-bannerBottom__check {
    display: inline-block;
    margin-right: 10px;
}
.sbp-bannerBottom__buttonWrapper {
    display: inline-block;
}
.sbp-bannerBottom__button {
    height: 34px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    border: 1px #fff solid;
    border-radius: 17px;
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.sbp-bannerBottom__img {
    height: 239px;
    position: relative;
    margin-right: 20px;
}
.sbp-bannerBottom__notice {
    font-size: 10px;
    line-height: 10px;
    position: relative;
    padding: 0 28px;
}
.sbp-bannerBottom__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
@media screen and (max-width: 1330px) {
    .sbp-banner {
        padding-left: 40px;
    }
}
@media screen and (max-width: 1260px) {
    .sbp-banner__text {
        font-size: 26px;
        line-height: 34px;
    }
    .sbp-banner__text b {
        font-size: 32px;
        line-height: 40px;
    }
}
@media screen and (max-width: 1220px) {
    .sbp-textBlock__list {
        padding-right: 0;
    }
}
@media screen and (max-width: 1190px) {
    .sbp-banner {
        height: 420px;
    }
}
@media screen and (max-width: 1150px) {
    .sbp-banner {
        height: 420px;
    }
    .sbp-textBlock__icon {
        margin: 0 10px;
    }
}
@media screen and (max-width: 1130px) {
    .sbp-banner__text {
        font-size: 24px;
        line-height: 32px;
    }
    .sbp-banner__text b {
        font-size: 30px;
        line-height: 38px;
    }
}
@media screen and (max-width: 1100px) {
    .sbp-banner__img {
        height: 75%;
    }
    .sbp-textBlock__item {
        display: block;
    }
    .sbp-textBlock__icon {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 1020px) {
    .sbp-banner {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media screen and (max-width: 1000px) {
    .sbp-bannerBottom__logo {
        width: 170px;
    }
    .sbp-bannerBottom__img {
        height: 210px;
    }
}
@media screen and (max-width: 970px) {
    .sbp-banner__img {
        height: 70%;
    }
}
@media screen and (max-width: 960px) {
    .sbp-textBlock__list {
        display: block;
        margin-top: 24px;
    }
    .sbp-textBlock__item {
        width: 100%;
        max-width: 560px;
        padding: 20px;
    }
    .sbp-textBlock__item:not(:last-child) {
        margin-bottom: 20px;
    }
    .sbp-textBlock__item:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 930px) {
    .sbp-banner__img {
        height: 65%;
    }
}
@media screen and (max-width: 900px) {
    .sbp-banner__img {
        height: 60%;
    }
}
@media screen and (max-width: 880px) {
    .sbp-banner {
        height: auto;
        text-align: center;
        display: block;
        padding: 40px 0;
    }
    .sbp-banner__info {
        padding: 0;
    }
    .sbp-banner__logo {
        display: block;
        margin: auto auto 20px;
    }
    .sbp-banner__text {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .sbp-banner__text b {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 12px;
    }
    .sbp-banner__img {
        width: 100%;
        max-width: 500px;
        display: block;
        position: static;
        top: auto;
        right: auto;
        transform: none;
        margin: auto;
    }
    .sbp-bannerBottom__logo {
        width: 107px;
    }
    .sbp-bannerBottom__img {
        height: 180px;
    }
}
@media screen and (max-width: 767px) {
    .sbp-banner,
    .sbp-bannerBottom {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .sbp-bannerBottom {
        text-align: center;
        padding-top: 32px;
    }
    .sbp-bannerBottom__inner {
        display: block;
        padding: 0;
    }
    .sbp-bannerBottom__inner:before {
        bottom: -50px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .sbp-bannerBottom__logo {
        width: 130px;
        margin: auto auto 20px;
    }
    .sbp-bannerBottom__text {
        padding: 0;
    }
    .sbp-bannerBottom__img {
        width: 281px;
        height: auto;
        margin: auto auto 20px;
    }
    .sbp-bannerBottom__check {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .sbp-bannerBottom__buttonWrapper {
        display: flex;
        margin-bottom: 20px;
    }
    .sbp-bannerBottom__button {
        margin: auto;
    }
    .sbp-bannerBottom__notice {
        text-align: left;
        padding: 0;
    }
}
@media screen and (max-width: 520px) {
    .sbp-banner__logo {
        width: 85px;
    }
    .sbp-banner__text {
        font-size: 20px;
        line-height: 28px;
    }
    .sbp-banner__text b {
        font-size: 26px;
        line-height: 32px;
    }
}
@media screen and (max-width: 480px) {
    .sbp-banner__h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .sbp-banner__h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .sbp-textBlock__h3 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 420px) {
    .sbp-banner {
        margin-bottom: 30px;
        padding: 36px 16px 24px;
    }
    .sbp-banner__text {
        font-size: 18px;
        line-height: 22px;
    }
    .sbp-banner__text b {
        font-size: 20px;
        line-height: 26px;
    }
    .sbp-banner__img {
        width: 90%;
    }
    .sbp-textBlock__h2 {
        font-size: 22px;
        line-height: 27px;
    }
}