@font-face {
    font-family: Jellee;
    src: url('./fonts/Jellee-Roman.otf'), url("./fonts/Jellee-Roman.ttf");
}

body {
    margin: 0;
    padding: 0;
    background: rgba(252, 222, 3, 0.09);
}

main {
    overflow: hidden;
}

header {
    background: #1D1D1B;
    display: flex;
    justify-content: center;
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    width: 100%;
    padding: 0 75px;
}

header img {
    width: 100%;
    max-width: 74px;
    height: 100%;
    max-height: 62px;
    margin: 22px 0;
}

header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

header nav ul li {
    font-family: "Jellee", sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: #fff;
    margin-left: 41px;
}

header nav ul li a {
    text-decoration: none;
    color: #fff;
    position: relative;
    font-size: 18px;
    transition: color 0.3s ease;
}

header nav ul li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

header nav ul li a:hover {
    color: #FCDE02;
}

header nav ul li a:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

main .wrapper {
    background-image: url("./img/Rectangle.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
}

main .banner-one {
    padding: 60px 75px;
    max-width: 1280px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

main .banner-one .banner-one_content h2 {
    color: #000;
    font-family: Jellee, sans-serif;
    font-size: 48px;
    font-style: normal;
    line-height: 62px;
    max-width: 496px;
    width: 100%;
}

main .banner-one .banner-one_content h3 {
    color: #000;
    font-family: Jellee, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    max-width: 487px;
    width: 100%;
}

main .banner-one .banner-one_content .banner-one_content-btn {
    display: flex;
    display: none;
}

main .banner-one .banner-one_content .banner-one_content-btn button {
    border: 0;
    background: #000;
    border-radius: 36px;
    height: 70px;
    cursor: pointer;
    max-width: 221px;
    width: 100%;
    margin-top: 25px;
}

main .banner-one .banner-one_content .banner-one_content-btn button:first-child {
    margin-right: 17px;
}

main .banner-one div,
main .banner-one h2,
main .banner-one h3,
main .features img,
main .get-started #apple-button,
main .get-started #google-play-button {
    transition: transform 1s ease;
}

main .banner-one #cards,
main .features #phone2,
main .get-started #google-play-button {
    transform: translateX(600px);
}

main .features #phone1,
main .features #phone3,
main .get-started #apple-button {
    transform: translateX(-600px);
}

main .banner-one h2,
main .banner-one h3 {
    transform: translateX(-300px);
}

main .banner-one #banner-one_buttons,
main .get-started #get-starter_buttons {
    transform: translateY(300px);
}

main .features {
    max-width: 1280px;
    padding: 150px 75px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}

main .features .features_one,
main .features .features_two,
main .features .features_three {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

main .features .features_two {
    padding: 150px 0;
}

main .features .features_one img,
main .features .features_two img,
main .features .features_three img {
    max-width: 290px;
    width: 100%;
}
main .features .features_one .features_one-content h4,
main .features .features_one .features_one-content h2,
main .features .features_one .features_one-content span,
main .features .features_two .features_two-content h4,
main .features .features_two .features_two-content h2,
main .features .features_two .features_two-content span,
main .features .features_two .features_two-content ul li,
main .features .features_three .features_three-content h4,
main .features .features_three .features_three-content h2,
main .features .features_three .features_three-content span {
    font-family: Jellee, sans-serif;
    font-style: normal;
}

main .features .features_one .features_one-content h4,
main .features .features_two .features_two-content h4,
main .features .features_three .features_three-content h4 {
    color: #FCDE02;
    font-size: 16px;
    line-height: 20.8px;
}

main .features .features_one .features_one-content h2,
main .features .features_two .features_two-content h2,
main .features .features_three .features_three-content h2 {
    color: #1D1D1B;
    font-size: 36px;
    line-height: 20.8px;
}

main .features .features_one .features_one-content span,
main .features .features_two .features_two-content span,
main .features .features_three .features_three-content span {
    color: #767676;
    font-size: 18px;
    line-height: 32px;
    display: block;
    max-width: 477px;
    width: 100%;
}

main .features .features_one .features_one-content span:last-child,
main .features .features_two .features_two-content span:last-child,
main .features .features_three .features_three-content span:last-child {
    padding-top: 20px;
}

main .features .features_two .features_two-content span:nth-child(3),
main .features .features_three .features_three-content span:nth-child(3) {
    padding-bottom: 20px;
}

main .features .features_two .features_two-content ul {
    padding-left: 30px;
}

main .features .features_two .features_two-content ul li {
    color: #1D1D1B;
    font-size: 18px;
}

main .subscription {
    max-width: 1280px;
    padding: 48px 75px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 30px;
}

main .wrapper-subscription p {
    color: #1D1D1B;
    font-size: 16px;
    font-family: Jellee, sans-serif;
    max-width: 1100px;
    padding: 28px 75px 100px;
    margin: 0 auto;
}

main .subscription .subscription_block-one,
main .subscription .subscription_block-three {
    background: #FCDE02;
    border-radius: 30px;
    max-width: 329px;
    width: 100%;
    box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.16);
    min-width: 260px;
}

main .subscription .subscription_block-one .subscription_block-one_header {
    display: flex;
    border-bottom: 2px #1D1D1B solid;
    padding-bottom: 11px;
    margin: 59px 28px 14px;
}

main .subscription .subscription_block-one .subscription_block-one_header img,
main .subscription .subscription_block-three .subscription_block-three_header img {
    width: 100%;
    max-width: 70px;
    margin-right: 28px;
}

main .subscription .subscription_block-one .subscription_block-one_header div,
main .subscription .subscription_block-three .subscription_block-three_header div {
    display: flex;
    flex-direction: column;
}

main .subscription .subscription_block-one .subscription_block-one_header div span,
main .subscription .subscription_block-three .subscription_block-three_header div span {
    font-family: Jellee, sans-serif;
    font-style: normal;
    line-height: 20.8px;
    text-transform: uppercase;
    color: #1D1D1B;
}

main .subscription .subscription_block-one .subscription_block-one_header div span:first-child,
main .subscription .subscription_block-three .subscription_block-three_header div span:first-child {
    font-size: 16px;
}

main .subscription .subscription_block-one .subscription_block-one_header div h4,
main .subscription .subscription_block-three .subscription_block-three_header div h4 {
    margin: 10px 0 0;
    font-family: Jellee, sans-serif;
    font-style: normal;
    line-height: 20.8px;
    text-transform: uppercase;
    font-weight: normal;
}

main .subscription .subscription_block-one .subscription_block-one_header div h4 span,
main .subscription .subscription_block-three .subscription_block-three_header div h4 span {
    font-size: 32px !important;
    padding-right: 7px;
}

main .subscription .subscription_block-one .subscription_block-one_header div span:last-child,
main .subscription .subscription_block-three .subscription_block-three_header div span:last-child {
    font-size: 14px;
}

main .subscription .subscription_block-one .subscription_block-one_content span,
main .subscription .subscription_block-three .subscription_block-three_content span {
    font-family: Jellee, sans-serif;
    color: #1D1D1B;
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    max-width: 227px;
    width: 100%;
    display: block;
    padding: 0 28px;
}

main .subscription .subscription_block-one .wrapper-btn,
main .subscription .subscription_block-two .wrapper-btn,
main .subscription .subscription_block-three .wrapper-btn {
    display: flex;
    justify-content: center;
}

main .subscription .subscription_block-one .wrapper-btn a,
main .subscription .subscription_block-two .wrapper-btn a,
main .subscription .subscription_block-three .wrapper-btn a {
    text-decoration: none;
}

main .subscription .subscription_block-one .wrapper-btn button,
main .subscription .subscription_block-three .wrapper-btn button {
    border: 0;
    background: #1D1D1B;
    border-radius: 8px;
    padding: 14px 44px;
    font-family: Jellee, sans-serif;
    font-size: 20px;
    font-style: normal;
    margin-top: 64px;
    margin-bottom: 27px;
    cursor: pointer;
}

main .subscription .subscription_block-one .wrapper-btn button a,
main .subscription .subscription_block-three .wrapper-btn button a {
    color: #FCDE02;
}

main .subscription .subscription_block-two .wrapper-btn button a {
    color: #1D1D1B;
}

main .subscription .subscription_block-two {
    background: #1D1D1B;
    border-radius: 30px;
    max-width: 418px;
    width: 100%;
    min-width: 360px;
}

main .subscription .subscription_block-two .subscription_block-two_mark,
main .subscription .subscription_block-three .subscription_block-three_mark{
    display: flex;
    justify-content: flex-end;
}

main .subscription .subscription_block-two .subscription_block-two_mark span {
    display: block;
    background: #FCDE02;
    border-radius: 8px;
    color: #1D1D1B;
    margin: 18px 22px 0 0;
    font-family: Jellee, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 20.8px;
    text-transform: uppercase;
    padding: 2px 17px;
}

main .subscription .subscription_block-two .subscription_block-two_header {
    display: flex;
    border-bottom: 2px #FCDE02 solid;
    padding-bottom: 11px;
    margin: 34px 36px 0;
}

main .subscription .subscription_block-two .subscription_block-two_header img {
    width: 100%;
    max-width: 88px;
    margin-right: 30px;
}

main .subscription .subscription_block-two .subscription_block-two_header div {
    display: flex;
    flex-direction: column;
}

main .subscription .subscription_block-two .subscription_block-two_header div span,
main .subscription .subscription_block-two .subscription_block-two_header div h3,
main .subscription .subscription_block-two .subscription_block-two_header div h4 {
    font-family: Jellee, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: normal;
}

main .subscription .subscription_block-two .subscription_block-two_header div span:first-child {
    color: #FCDE02;
    line-height: 20.8px;
    font-size: 24px;
}

main .subscription .subscription_block-two .subscription_block-two_header div h4 {
    font-size: 16px;
    color: #fff;
    margin: 15px 0 5px;
}

main .subscription .subscription_block-two .subscription_block-two_header div h4 span {
    font-size: 32px !important;
    padding-right: 7px;
}

main .subscription .subscription_block-two .subscription_block-two_header div h3 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

main .subscription .subscription_block-two .subscription_block-two_header div h3 span {
    color: #FCDE02;
}

main .subscription .subscription_block-two .subscription_block-two_content span {
    font-family: Jellee, sans-serif;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    max-width: 288px;
    width: 100%;
    display: block;
    padding: 0 36px;
}

main .subscription .subscription_block-two .wrapper-btn button {
    border: 0;
    color: #1D1D1B;
    background: #FCDE02;
    border-radius: 8px;
    padding: 19px 61px;
    font-family: Jellee, sans-serif;
    font-size: 24px;
    font-style: normal;
    margin-top: 97px;
    margin-bottom: 34px;
    cursor: pointer;
}

main .subscription .subscription_block-three .subscription_block-three_header {
    display: flex;
    border-bottom: 2px #1D1D1B solid;
    padding-bottom: 11px;
    margin: 22px 28px 14px;
}

main .subscription .subscription_block-three .subscription_block-three_mark span {
    display: block;
    background: #1D1D1B;
    border-radius: 8px;
    color: #FCDE02;
    margin: 19px 28px 0 0;
    font-family: Jellee, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0 23px;
}

main .reviews {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 325px;
}

main .reviews h4 {
    color: #FCDE02;
    font-family: Jellee, sans-serif;
    font-size: 14px;
    line-height: 32px;
    font-weight: normal;
    margin: 0;
}
main .reviews h2 {
    color: #1D1D1B;
    font-family: Jellee, sans-serif;
    font-size: 36px;
    line-height: 20.8px;
    margin-bottom: 57px;
    margin-top: 20px;
    font-weight: normal;
}

main .reviews .reviews_content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

main .reviews .reviews_content .reviews_content_yellow-rectangle {
    width: 100%;
    max-width: 938px;
    height: 197px;
    border-radius: 30px;
    background: #FCDE02;
}

main .reviews .reviews_content .reviews_content_comments {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 52px;
    width: 80%;
}

main .reviews .reviews_content .reviews_content_comments .reviews_content_comment {
    border-radius: 30px;
    background: #1D1D1B;
}

main .reviews .reviews_content .reviews_content_comments div:last-child {
    margin-right: 0;
}

main .reviews .reviews_content .reviews_content_comments div h3 {
    color: #FCDE02;
    font-family: Jellee, sans-serif;
    font-size: 21px;
    line-height: 27.3px;
    padding: 19px 0 0 28px;
    font-weight: normal;
    margin: 0;
}

main .reviews .reviews_content .reviews_content_comments div .reviews_content_comments_stars {
    display: flex;
    padding: 10px 28px;
}

main .reviews .reviews_content .reviews_content_comments div .reviews_content_comments_stars img {
    width: 100%;
    max-width: 19px;
}

main .reviews .reviews_content .reviews_content_comments div span {
    color: #FFF;
    font-family: Jellee, sans-serif;
    font-size: 12px;
    line-height: 25px;
    padding: 0 28px 30px;
    display: block;
    max-width: 274px;
}

main .get-started {
    display: flex;
    max-width: 1280px;
    width: 100%;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 77px;
}

main .get-started h2 {
    color: #000;
    font-family: Jellee, sans-serif;
    font-size: 48px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 35px;
}

main .get-started span {
    display: block;
    color: #000;
    font-family: Jellee, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

main .get-started .get-starter_wrapper-btn {
    display: flex;
}

main .get-started .get-starter_wrapper-btn img {
    max-width: 189px;
}

main .get-started .get-starter_wrapper-btn button {
    border: 0;
    background: #000;
    border-radius: 36px;
    height: 94px;
    cursor: pointer;
    max-width: 297px;
    width: 100%;
    margin-top: 57px;
    padding: 13px 59px;
}

main .get-started .get-starter_wrapper-btn div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

main .get-started .get-starter_wrapper-btn div:first-child button {
    margin-right: 23px;
}

main .get-started .get-starter_wrapper-btn button img {
    width: 100%;
}

footer {
    background-image: url("./img/footer-bg.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

footer .footer_content {
    width: 100%;
    max-width: 1280px;
    padding: 150px 75px 66px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

footer .footer_content img {
    width: 100%;
    max-width: 74px;
}

footer .footer_content nav {
    display: flex;
    align-items: center;
}

footer .footer_content nav div {
    border-right: 2px solid #FCDE02;
    padding: 6px 26px;
}

footer .footer_content nav div:last-child {
    border-right: 0;
}

footer .footer_content nav div a {
    color: #FFF;
    font-family: Jellee, sans-serif;
    font-size: 16px;
    text-decoration: none;
}

footer .footer_content nav div a:hover {
    color: #FCDE02;
}

.terms main,
.privacy main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 75px;
}

.terms main .wrapper-content h5,
.privacy main .wrapper-content h5 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin: 15px 0;
}

.terms main .wrapper-content div h2,
.privacy main .wrapper-content div h2 {
    color: #FCDE02;
    font-family: Jellee, sans-serif;
    font-size: 28px;
    font-weight: normal;
    border-bottom: 2px solid #FCDE02;
}

.terms main .wrapper-content div h3,
.privacy main .wrapper-content div h3 {
    color: #1D1D1B;
    font-family: Jellee, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

.terms main .wrapper-content div span,
.privacy main .wrapper-content div span {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: black;
}

.terms main .wrapper-content div h4,
.privacy main .wrapper-content div h4 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding-left: 30px;
    font-weight: normal;
}
.privacy main .wrapper-content div p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.privacy main .wrapper-content div ul li {
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.slick-prev:before, .slick-next:before {
    color: #1D1D1B !important;
}

main .slick-track {
    display: flex;
    gap: 30px;
}

header nav ul {
    list-style: none;
    display: flex;
}

header nav ul li {
    margin-right: 20px;
}

header .hamburger-menu {
    display: none;
}

main .wrapper-btn-seven-day-subscription {
    display: flex;
    width: 100%;
    justify-content: center;
}

main .wrapper-btn-seven-day-subscription button {
    border: 0;
    background: #FCDE02;
    border-radius: 36px;
    height: 70px;
    cursor: pointer;
    max-width: 300px;
    width: 100%;
    margin-top: 25px;
}

main .wrapper-btn-seven-day-subscription button a {
    color: #1D1D1B;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 992px) {
    main .banner-one #cards {
        display: none;
    }
    main .wrapper .banner-one .banner-one_content {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
    }
    main .features {
        padding: 100px 35px;
    }
    main .features .features_one,
    main .features .features_two,
    main .features .features_three {
        width: 100%;
    }
    main .features .features_two,
    main .features .features_three {
        padding-top: 100px;
        padding-bottom: 0;
    }
    main .subscription {
        flex-direction: column;
    }
    main .subscription .subscription_block-one,
    main .subscription .subscription_block-three {
        max-width: 418px;
    }
    main .subscription .subscription_block-one .subscription_block-one_header div span:first-child,
    main .subscription .subscription_block-three .subscription_block-three_header div span:first-child {
        font-size: 24px;
    }
    main .subscription .subscription_block-one .subscription_block-one_header div span:last-child,
    main .subscription .subscription_block-three .subscription_block-three_header div span:last-child {
        font-size: 20px;
    }
    main .subscription .subscription_block-one .subscription_block-one_header img,
    main .subscription .subscription_block-three .subscription_block-three_header img {
        max-width: 88px;
    }
    main .subscription .subscription_block-one .wrapper-btn button,
    main .subscription .subscription_block-three .wrapper-btn button {
        font-size: 24px;
        margin-top: 97px;
        margin-bottom: 34px;
        padding: 19px 61px;
    }
    main .reviews .reviews_content .reviews_content_yellow-rectangle {
        width: 96%;
    }
    header nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 109px;
        left: 0;
        background-color: #333;
        width: 100%;
        z-index: 2;
    }

    header nav.show {
        display: flex;
    }

    header nav ul {
        flex-direction: column;
        text-align: center;
    }

    header nav ul li {
        margin: 10px 0;
    }

    header .hamburger-menu {
        display: block;
        cursor: pointer;
    }

    header .bar {
        width: 25px;
        height: 3px;
        background-color: #fff;
        margin: 5px 0;
    }
    footer .footer_content {
        padding: 150px 20px 66px ;
    }
}

@media (max-width: 768px) {
    header .wrapper {
        padding: 0 35px;
    }
    main .banner-one {
        padding: 30px 35px;
    }
    main .features {
        padding: 70px 35px;
    }
    main .features .features_one,
    main .features .features_three {
        flex-direction: column-reverse;
        text-align: center;
    }
    main .features .features_two {
        flex-direction: column;
        text-align: center;
    }
    main .features .features_two,
    main .features .features_three {
        padding-top: 70px;
        padding-bottom: 0;
    }
    main .features #phone1,
    main .features #phone2,
    main .features #phone3 {
        margin-top: 30px;
    }
    main .features .features_one .features_one-content h2,
    main .features .features_two .features_two-content h2,
    main .features .features_three .features_three-content h2 {
        font-size: 30px;
        line-height: 32px;
        margin: 15px 0;
    }
    main .features .features_two .features_two-content ul li {
        list-style-position: inside
    }
    main .subscription {
        padding: 48px 35px 70px;
    }
    main .reviews h2 {
        font-size: 30px;
        text-align: center;
        line-height: 30px;
    }
    main .reviews .reviews_content .reviews_content_comments div span {
        max-width: 100%;
    }
    main .get-started h2 {
        font-size: 30px;
    }
    main .get-started .get-starter_wrapper-btn {
        flex-direction: column;
        align-items: center;
    }
    main .get-started .get-starter_wrapper-btn button:first-child {
        margin-right: 0;
    }
    footer .footer_content {
        flex-direction: column;
        align-items: center;
        padding: 100px 20px 66px;
    }
    footer .footer_content nav {
        flex-direction: column;
        margin-top: 20px;
    }
    footer .footer_content nav div {
        border-right: 0;
    }
    .terms main,
    .privacy main {
        padding: 0 35px;
    }
}

@media (max-width: 767px) {
    main .reviews {
        padding-bottom: 200px;
    }
    main .wrapper-subscription p {
        padding: 0 75px 100px;
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 520px) {
    main .banner-one .banner-one_content #banner-one_h2 {
        font-size: 36px;
        line-height: 38px;
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    main .subscription .subscription_block-one,
    main .subscription .subscription_block-two,
    main .subscription .subscription_block-three {
        min-width: 325px;
    }
    main #subscription .subscription_block-one .subscription_block-one_header div span:first-child,
    main #subscription .subscription_block-two .subscription_block-two_header div span:first-child,
    main #subscription .subscription_block-three .subscription_block-three_header div span:first-child {
        font-size: 16px;
    }
    main #subscription .subscription_block-one .subscription_block-one_header img,
    main #subscription .subscription_block-two .subscription_block-two_header img,
    main #subscription .subscription_block-three .subscription_block-three_header img {
        max-width: 70px;
    }
    main #subscription .subscription_block-one .subscription_block-one_header div span:last-child,
    main .subscription .subscription_block-two .subscription_block-two_header div h3,
    main #subscription .subscription_block-three .subscription_block-three_header div span:last-child {
        font-size: 14px;
    }
    main #subscription .subscription_block-one .wrapper-btn button,
    main .subscription .subscription_block-two .wrapper-btn button,
    main #subscription .subscription_block-three .wrapper-btn button {
        font-size: 20px;
        padding: 15px 51px
    }
    main .wrapper-subscription p {
        padding: 0 25px 100px;
    }
}

@media (max-width: 425px) {
    main .banner-one .banner-one_content #banner-one_buttons {
        flex-direction: column;
        align-items: center;
    }
    main .banner-one .banner-one_content #banner-one_buttons button:first-child {
        margin-right: 0;
    }
    main .slick-track {
        gap: 15px;
    }
}
