.action-list__cards {
    margin-bottom: 30px;
}
.action-list__item {
  padding-top: 12px;
}
.action-list__cards {
  justify-content: center;
}
.smartCredit {
    font: 400 16px/22px SamsungOne, sans-serif;
}
.smartCredit img {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.smartCredit-text ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}
.smartCredit-text ol li:before {
    content: counter(num) '. ';
    counter-increment: num;
}
.smartCredit__h3 {
    font: 700 28px/34px SamsungSharpSans, sans-serif;
    text-align: center;
    transition: all 0.2s ease;
}
.smartCredit__h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    transition: all 0.2s ease;
}
.smartCredit-banner {
    background: #f2fcfb;
    height: 500px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
    padding: 0 126px;
    transition: all 0.2s ease;
}
.smartCredit-banner__col {
    width: 65%;
    padding-right: 20px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.smartCredit-banner__logo {
    width: 100%;
    max-width: 266px;
    display: block;
    margin-bottom: 30px;
    transition: all 0.2s ease;
}
.smartCredit-banner__h2 {
    font: 700 36px/44px SamsungSharpSans, sans-serif;
    transition: all 0.2s ease;
}
.smartCredit-banner__img {
    height: 90%;
}
.smartCredit-welcome {
    text-align: center;
    margin-bottom: 40px;
}
.smartCredit-welcome__h3 {
    margin-bottom: 10px;
}
.smartCredit-welcome__text {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 12%;
    transition: all 0.2s ease;
}
.smartCredit-welcome__list {
    display: flex;
    justify-content: space-between;
}
.smartCredit-welcome__item {
    width: calc(33.33% - 23px);
    text-align: center;
    border: 1px #ccc solid;
    border-radius: 20px;
    padding: 20px 40px;
    transition: all 0.2s ease;
}
.smartCredit-welcome__item:nth-child(2) {
    margin-left: 46px;
    margin-right: 46px;
}
.smartCredit-welcome__h4 {
    margin-bottom: 10px;
}
.smartCredit-howWorks {
    background: #f1f9ff;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 60px 50px;
    transition: all 0.2s ease;
}
.smartCredit-howWorks__h3 {
    margin-bottom: 60px;
}
.smartCredit-howWorks__list {
    display: flex;
}
.smartCredit-howWorks__item {
    width: 25%;
    padding: 0 2%;
    transition: all 0.2s ease;
}
.smartCredit-howWorks__h4 {
    margin-bottom: 10px;
}
.smartCredit-howWorks__text {
    transition: all 0.2s ease;
}
.smartCredit-howWorks__icon {
    width: 70%;
    display: block;
    margin: auto auto 30px;
}
.smartCredit-howGet {
    text-align: center;
    margin-bottom: 50px;
    transition: all 0.2s ease;
}
.smartCredit-howGet__h3 {
    margin-bottom: 30px;
}
.smartCredit-howGet__inner {
    background: #00c3b2;
    width: 100%;
    max-width: 750px;
    border-radius: 20px;
    margin: auto;
    padding: 50px 24px;
}
.smartCredit-howGet__logo {
    height: 48px;
    display: block;
    margin: auto auto 20px;
}
.smartCredit-howGet__button-link {
    background: #000;
    width: 220px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: all 0.3s ease;
}
.smartCredit-howGet__button-link:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.smartCredit-devices {
    margin-bottom: 95px;
}
.smartCredit-faq {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease;
}
.smartCredit-faq:not(:last-child) {
    margin-bottom: 40px;
}
.smartCredit-faq__h3 {
    margin-bottom: 50px;
}
.smartCredit-faq__item:not(:last-child) {
    margin-bottom: 15px;
}
.smartCredit-faq__h4 {
    font: 700 16px/24px SamsungSharpSans, sans-serif;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    padding-left: 32px;
    user-select: none;
}
.smartCredit-faq__h4:before,
.smartCredit-faq__h4:after {
    content: '';
    background: #000;
    width: 7px;
    height: 2px;
    position: absolute;
    top: 9px;
    left: 8px;
    transition: all 0.2s ease;
}
.smartCredit-faq__h4:after {
    transform: rotate(90deg);
}
.smartCredit-faq__item-active .smartCredit-faq__h4:before {
    transform: rotate(90deg);
}
.smartCredit-faq__item-active .smartCredit-faq__h4:after {
    transform: rotate(180deg);
}
.smartCredit-faq__text {
    display: none;
    padding: 0 0 25px 32px;
}
.smartCredit-faq__phone {
    color: inherit;
    font-weight: inherit;
    white-space: nowrap;
}
.smartCredit-textFooter {
    width: 845px;
    color: #999;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 12px;
}
.smartCredit-textFooter p:not(:last-child) {
    margin-bottom: 8px;
}

/* Animation */
.smartCredit-faq__item-active .smartCredit-faq__h4:before {
    animation: faq 0.2s linear forwards;
}
@keyframes faq {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Adaptation */
@media screen and (max-width: 1400px) {
    .smartCredit-banner {
        padding: 0 60px;
    }
}
@media screen and (max-width: 1270px) {
    .smartCredit-banner {
        height: 400px;
    }
    .smartCredit-banner__h2 {
        font-size: 30px;
        line-height: 38px;
    }
}
@media screen and (max-width: 1080px) {
    .smartCredit-banner__logo {
        max-width: 230px;
    }
    .smartCredit-banner__h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .smartCredit-welcome__item {
        width: calc(33.33% - 10px);
        padding: 20px;
    }
    .smartCredit-welcome__item:nth-child(2) {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 990px) {
    .smartCredit-howWorks {
        padding-left: 20px;
        padding-right: 20px;
    }
    .smartCredit-howWorks__h3 {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 940px) {
    .smartCredit-banner {
        height: 350px;
        padding: 0 30px;
    }
    .smartCredit-banner__logo {
        max-width: 200px;
    }
    .smartCredit-banner__h2 {
        font-size: 22px;
        line-height: 30px;
    }
}
@media screen and (max-width: 930px) {
    .smartCredit-textFooter {
        width: auto;
    }
}
@media screen and (max-width: 830px) {
    .smartCredit-banner {
        height: 300px;
    }
}
@media screen and (max-width: 767px) {
    .smartCredit__h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .smartCredit-banner {
        height: auto;
        border-radius: 0;
        display: block;
        align-items: inherit;
        justify-content: inherit;
        margin: 0 -20px 35px;
        padding: 20px;
    }
    .smartCredit-banner__col {
        width: auto;
        text-align: center;
        margin-bottom: 20px;
        padding: 0;
    }
    .smartCredit-banner__logo {
        margin: auto auto 20px;
    }
    .smartCredit-banner__h2 {
        line-height: 26px;
    }
    .smartCredit-banner__img {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: auto;
    }
    .smartCredit-welcome {
        margin-bottom: 35px;
    }
    .smartCredit-welcome__text {
        margin-bottom: 35px;
    }
    .smartCredit-welcome__list {
        display: block;
        justify-content: inherit;
    }
    .smartCredit-welcome__item {
        width: 100%;
        max-width: 500px;
        margin: auto !important;
    }
    .smartCredit-welcome__item:not(:last-child) {
        margin-bottom: 20px !important;
    }
    .smartCredit-howWorks {
        border-radius: 10px;
        margin: 0 0 35px;
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .smartCredit-howWorks__list {
        display: block;
    }
    .smartCredit-howWorks__item {
        width: auto;
    }
    .smartCredit-howWorks__item:not(:last-child) {
        margin-bottom: 50px;
    }
    .smartCredit-howWorks__h4 {
        margin-bottom: 8px;
    }
    .smartCredit-howWorks__icon {
        max-width: 250px;
        margin: auto auto 28px;
    }
    .smartCredit-howWorks__text {
        padding: 0 15%;
    }
    .smartCredit-howGet__h3 {
        margin-bottom: 25px;
    }
    .smartCredit-howGet__inner {
        border-radius: 10px;
    }
}
@media screen and (max-width: 550px) {
    .smartCredit-howWorks__item {
        width: auto;
        padding: 0;
    }
    .smartCredit-howWorks__text {
        padding: 0 5%;
    }
}
@media screen and (max-width: 450px) {
    .smartCredit-banner__img {
        width: 80%;
    }
    .smartCredit-welcome__text {
        padding: 0;
    }
    .smartCredit-welcome__item {
        border-radius: 10px;
        padding: 16px;
    }
    .smartCredit-howWorks__text {
        padding: 0;
    }
    .smartCredit-howGet__h3 {
        margin-bottom: 15px;
    }
    .smartCredit-faq {
        margin-bottom: 35px;
    }
    .smartCredit-faq__h3 {
        margin-bottom: 16px;
    }
}