.container {
    margin: 0 auto;
    max-width: 1239px;
}

.tabs__header_title {
    margin-top: 60px;
}
.tabs__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tab {
    margin: 40px 0px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    padding: 6.5px 23px;
    border: 1px solid #000;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #000000;
    color: white;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #000000;
    color: white;
}

.tabactive {
    display: block;
}

/* Style the tab content */
.tabcontent {
    display: none;
}

.tabcontent__card {
    border-top: 1px solid #e4e4e7;
    padding: 60px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tabcontent__card:last-child {
    border-bottom: 1px solid #e4e4e7;
}
.tabcontent__card_date {
    color: #71717a;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tabcontent__card_title {
    margin-bottom: 40px;
}
.tabcontent__card_title h3 {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tabcontent__card_preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabcontent__card_preview img {
    margin-right: 20px;
}
.tabcontent__card_color {
    margin-top: 40px;
}
.tabcontent__card_color p {
    margin-bottom: 15px;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tabcontent__card_color p:last-child {
    margin-bottom: 0;
}

.faq {
    margin: 60px 0px 0px 0px;
}
.faq__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("/assets/images/about_page/shadow.png"), url("/assets/images/works_page/bgcfaq.jpg");
    background-repeat: no-repeat;
    background-position: left, 50%;
    background-size: auto auto, cover;
    padding: 31px 53px;
}
.faq__content_title {
    margin-bottom: 12px;
}
.faq__content_title h4 {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 108.333% */
    text-transform: uppercase;
}
.faq__content_discription {
    max-width: 510px;
}
.faq__content_discription p {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
}
.faq__content_discription p a {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
}
.faq__content_btn a {
    margin-top: 20px;
    display: inline-block;
    padding: 12px 195px;
    background-color: white;
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: 1px solid white;
}
.faq__content_btn a:hover {
    background-color: #000;
    color: white;
}

.faq-mob,
.tabcontent__card_preview-mobile {
    display: none !important;
}

@media (min-width: 320px) and (max-width: 1250px) {
    .faq-mob,
    .tabcontent__card_preview-mobile {
        display: block !important;
    }
    .container {
        max-width: 355px;
    }
    .tabs__header_title {
        margin-top: 124px;
    }
    .tabs__header_title h2 {
        text-align: center;
        font-size: 22px;
    }
    .tab button {
        margin-right: 18px;
    }
    .tab button:nth-child(3) {
        margin-right: 0px;
    }
    .tabcontent__card {
        padding: 0px 0px 40px 0px;
    }
    .tabcontent__card_title {
        margin-top: 40px;
    }
    .tablinks {
        margin-bottom: 20px;
    }
    .tablinks:last-child {
        margin-bottom: 0px;
    }
    .tabcontent__card_preview,
    .tabcontent__card_date,
    .breadcrumb,
    .faq {
        display: none;
    }
    .tabcontent__card_preview-mobile {
        max-width: 360px;
        max-height: 500px;
    }
    .card__preview-mobile img {
        margin: 0 auto;
    }
    .prev-mob {
        position: absolute;
        bottom: -40px;
        height: 24px;
        width: 24px;
        left: 30px;
        z-index: 1;
        cursor: pointer;
        border-radius: 15px;
    }
    .prev-mob:hover {
        border: 1px solid black;
        border-radius: 25px;
    }
    .next-mob {
        position: absolute;
        bottom: -40px;
        height: 24px;
        width: 24px;
        right: 30px;
        z-index: 1;
        cursor: pointer;
        border-radius: 15px;
    }
    .next-mob:hover {
        border: 1px solid black;
        border-radius: 25px;
    }
    .tabcontent__card_color {
        margin-top: 60px;
    }
    .faq-mob {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .faq-mob__row {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: url("/assets/images/about_page/faq-shdow-mob.png"), url("/assets/images/faq-logo.svg"), url("/assets/images/about_page/faq-bg-mob.png");
        background-repeat: no-repeat;
        background-position: left, 50px 300px, 50%;
        background-size: auto auto, auto auto, cover;
        padding: 0px 30px 159px 30px;
    }
    .faq-mob__row_title {
        text-align: center;
        margin-bottom: 44px;
        margin-top: 86px;
    }
    .faq-mob__row_title h3 {
        color: #fff;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 118.182% */
        text-transform: uppercase;
    }
    .faq-mob__row_discription p {
        color: #fff;
        text-align: justify;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 173.333% */
    }
    .faq-mob__content_btn {
        margin-top: 30px;
    }
    .faq-mob__content_btn a {
        display: inline-block;
        text-align: center;
        color: #52525b;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 173.333% */
        padding: 12px 0px;
        border: 1px solid #000;
        background: #fff;
        width: 100%;
    }
}