@import './global.css';

body {
    background-color: #b6b7bb !important;
}
main {
    min-height: 100vh;
}

.description,
.benefits {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.pd_top {
    width: 100%;
    height: 70px;
}

.flex_big_size {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.description_image_continer {
    width: 100%;
    height: 30vh;
    display: flex;
    align-items: center;
}
.description_image_continer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.description_text_continer {
    width: 90%;
    max-width: 600px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
}
.description_text_continer h2 {
    font-family: 'PT Serif', serif;
    font-size: 1.6rem;
    color: var(--total_black);
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.description_text_continer h4 {
    font-size: 1.2rem;
    color: var(--total_black);
    margin-bottom: 20px;
}
.description_text_continer p {
    font-size: 1.2rem;
    color: var(--total_black);
}

.for_cookies {
    width: 80%;
    max-width: 1200px;
}
.for_cookies p {
    margin-bottom: 12px;
}
.content_tittle_benefist {
    width: 90%;
    max-width: 600px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 30px 0 20px;
}
.content_tittle_benefist img {
    width: 20px;
    height: min-content;
}
.content_tittle_benefist h2 {
    font-family: 'PT Serif', serif;
    font-size: 1.6rem;
    color: var(--total_black);
    letter-spacing: 1px;
}
.text_benefist {
    width: 90%;
    max-width: 600px;
    margin: 0px 0 40px;
}
.text_benefist li {
    list-style: none;
    margin-bottom: 6px;
    font-size: 1.2rem;
}
.pending_action {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--dow_green-text);
    padding: 0  0 0 5%;
}
.pending_action .content_action_personal_data p,
.pending_action .button_action .color_in_black {
    color: var(--total_black);
}
.pending_action .button_action span {
    background-color: var(--total_black);
}

@media screen and (min-width: 750px) and (min-height: 900px) {
    .flex_big_size {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        gap: 40px;
        justify-content: flex-start;
        padding-right: 30px;
    }
    .description_image_continer {
        padding-top: 30px;
    }
}
@media screen and (min-width: 830px) and (max-height: 800px) {

    .flex_big_size {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        gap: 40px;
        justify-content: flex-start;
        padding-right: 60px;
    }
    .description_image_continer {
        padding-top: 30px;
        height: 65vh;
    }
}
@media screen and (min-width: 1020px) {
    .flex_big_size {
        gap: 50px;
        padding-right: 60px;
        flex-direction: row;
    }
    .description_image_continer {
        padding-top: 50px;
    }
    .description_text_continer {
        margin: 50px 0;
    }
    .description_text_continer h2 {
        font-size: 2rem;
        letter-spacing: 1.2px;
    }
    .description_text_continer h4 {
        font-size: 1.6rem;
    }
    .description_text_continer p {
        font-size: 1.6rem;
    }
    .content_tittle_benefist {
        width: 80%;
        max-width: 800px;
        gap: 28px;
        margin: 50px 0 30px;
    }
    .content_tittle_benefist img {
        width: 24px;
        height: min-content;
    }
    .content_tittle_benefist h2 {
        font-size: 2rem;
        letter-spacing: 1.2px;
    }
    .text_benefist {
        width: 80%;
        max-width: 800px;
    }
    .text_benefist li {
        list-style: none;
        margin-bottom: 8px;
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 1200px) {
    .pd_top {
        width: 100%;
        height: 80px;
    }
    .flex_big_size {
        gap: 60px;
        padding: 0px;
        max-width: 1000px;
        margin-top: 10px;
    }
    .description_image_continer {
        width: 65%;
        height: 50vh
    }
    .description_text_continer h2 {
        font-size: 2.6rem;
        letter-spacing: 1.2px;
        margin-bottom: 24px;
    }
    .description_text_continer h4 {
        font-size: 1.6rem;
        margin-bottom: 24px;
        letter-spacing: 0.4px;
    }
    .description_text_continer p {
        font-size: 1.6rem;

    }
    .content_tittle_benefist {
        width: 80%;
        max-width: 900px;
        gap: 28px;
        margin: 50px 0 30px;
    }
    .content_tittle_benefist img {
        width: 28px;
        height: min-content;
    }
    .content_tittle_benefist h2 {
        font-size: 2.6rem;
        letter-spacing: 1.2px;
    }
    .text_benefist {
        width: 80%;
        max-width: 900px;
    }
    .text_benefist li {
        list-style: none;
        margin-bottom: 8px;
        font-size: 1.6rem;
    }
    .pending_action {
        padding: 0 20%;
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 1200px) and (min-height: 900px) {
    .pd_top {
        width: 100%;
        height: 80px;
    }
    .flex_big_size {
        gap: 80px;
    }
    .description_image_continer {
        width: 85%;
        height: 35vh;
    }
}
@media screen and (min-width: 1900px) {
    .pd_top {
        width: 100%;
        height: 80px;
    }
    .flex_big_size {
        gap: 80px;
        padding: 0px;
        max-width: 1200px;
        margin-top: 20px;
    }
    .description_image_continer {
        width: 45%;
        height: 40vh;
    }
    .description_text_continer h2 {
        font-size: 2.8rem;
        letter-spacing: 1.4px;
        margin-bottom: 28px;
    }
    .description_text_continer h4 {
        font-size: 1.8rem;
        margin-bottom: 28px;
    }
    .description_text_continer p {
        font-size: 1.8rem;
    }
    .content_tittle_benefist h2 {
        font-size: 2.8rem;
        letter-spacing: 1.4px;
    }
    .text_benefist {
        margin: 0px 0 30px;
    }
    .text_benefist li {
        font-size: 1.8rem;
    }
    .pending_action {
        padding: 0 30% 30px;
        margin-top: 30px;

    }
}