body {
    background-color: whitesmoke;
}

.header_attention {
    display: flex;
    padding: 8px 15px;
    background-color: #ec1c24;
    text-align: center;
    justify-content: center;
}

.header_attention>h1 {
    color: white;
    font-size: 22px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.blink {
    animation: blink 2s infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.header_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header_logo>img {
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header_logo>h1 {
    color: red;
    font-size: 6vw;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    font-family: 'Roboto', sans-serif;

}

.header_text {
    position: relative;
    background-color: #000;
}



.header_text_down>h1 {
    color:#000;
    font-size: 3vw;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    /* margin-top: 20px; */
    margin-bottom: 30px;
    /* width: 80%; */
}

.header_text_content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}


    {
    margin-bottom: 20px;
}

.header_text_content>h1 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main_content {
    margin-left: auto;
    margin-right: auto;
    background-color: whitesmoke;
    max-width: 960px;
    min-width: 300px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;

}

.main_content_policy {
    margin-left: auto;
    margin-right: auto;
    background-color: whitesmoke;

    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    font-family: 'Roboto', sans-serif;

}

.body_offer {
    display: flex;
    background-color: white;
    margin-bottom: 30px;
    box-shadow: 0px 10px 10px #e2e2e2;
    flex-direction: row;
    align-items: center;
    border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
}
    
.body_offer:hover {
    box-shadow: 0px 10px 10px #ec1c24;
}
.body_offer_img{
    width: 100%;
    text-align: center;
    border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.body_offer_img>img {
    object-fit: cover;
    /* width: inherit; */
    border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
}

.body_offer_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.offer_text_desc {
    width: 90%;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    color: gray;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.offer_text {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    width: 90%;
}

.offer_btn {
    height: 100%;
    display: flex;
    align-items: center;
    /* margin-bottom: 30px; */
}

.offer_text>h2 {
    /* font-size: 25px; */
    font-size: 1.5em;
    text-align: inherit;
    font-family: 'Roboto', sans-serif;
}

.btn {
    display: inline-block;
    margin-left: 0;
    padding: 12px;
    border-radius: 5px;
    background-color: #ec1c24;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.footer {
    background-color: grey;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_menu {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 50px;
    flex-direction: row;
}

.menu_link {
    text-decoration: none;
    color: whitesmoke;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.footer_menu_separator {
    margin-right: 5px;
    margin-left: 5px;
    color: whitesmoke;
}

.footer_text {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.footer_text>p {
    color: whitesmoke;
    font-size: 12px;

}

@media (min-width: 1440px) {
    /* .offer_text>h2 {
        width: 768px;
    } */
    .header_text_content {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .header_logo>h1 {
        font-size: 8vw;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .header_text_content>h1 {
        font-size: 18px;

    }

    .header_text_down>h1 {
        font-size: 3vw;
    }

    .offer_text {
        padding-top: 20px;
    }
    .body_offer {
        flex-direction: column;

    }
    .offer_btn {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .body_offer_img>img {
        width: inherit;
    }
}

@media (max-width: 767px) {
    .header_text_content {
        /* height: 230px; */
    }

    .header_logo>h1 {
        font-size: 14vw;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .header_text_content>h1 {
        font-size: 16px;

    }

    .header_text_down>h1 {
        font-size: 7vw;
    }

    .header_logo>img {
        padding-bottom: 0px;
    }

    .offer_text>h2 {
        /* font-size: 20px; */
    }

    .body_offer {
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
        flex-direction: column;
    }

    .body_offer_img>img {
        /* width: 288px; */
        border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
        width: inherit;
    }

    .footer_menu {
        flex-direction: column;
    }
    .footer_text{
        max-width: 90%;
    }
    .footer_menu_separator {
        display: none;
    }

    .menu_link {
        margin-bottom: 10px;
    }

    .body_offer_img {
        display: flex;
        align-items: center;
        justify-content: center;

    }
}