Untitled

 avatar
unknown
plain_text
a month ago
3.3 kB
4
Indexable
/* TERMINATE SECTION CSS */
html body .eg-terminate_section .eg-terminate_heading h3 {
    font-family: "UniversNext", Arial, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    color: #000000;
    margin-bottom: 25px;
}

html body .eg-terminate_section .eg-terminate_content p {
    font-family: "UniversNext", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #333333;
    letter-spacing: 0.5px;
}

html body .eg-terminate_section .eg-terminate_content a {
    color: #333333;
}

html body .eg-terminate_section .eg-terminate_wrapper_elem {
    display: flex;
    align-items: center;
    grid-gap: 40px;
}

html body .eg-terminate_section .eg-terminate_right_section img {
    width: 400px;
    max-width: 400px;
}

html body .eg-terminate-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #767676;
    padding-top: 25px;
    margin-top: 25px;
}

html body .eg-terminate_section .eg-terminate-go-back {
    background: #DB0011;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 44px;
    margin-left: auto;
    font-family: "UniversNext", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
}

html body .eg-terminate-start-again {
    display: flex;
    grid-gap: 15px;
}

html body .eg-terminate-wrapper {
    padding: 45px 85px;
    background: #fff;
}

@media screen and (min-width: 1280px) {
    html body .eg-terminate_section {
        max-width: 1216px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 960px) {
    html body .eg-terminate-wrapper {
        padding: 40px 24px;
    }
}

@media only screen and (min-width:767px) and (max-width:960px) {

    html body .eg-terminate_section .eg-terminate_right_section img {
        width: 300px;
        max-width: 300px;
    }

    html body .eg-terminate_section .eg-terminate_wrapper_elem {
        margin-bottom: 40px;
        grid-gap: 20px;
    }
}

@media only screen and (min-width:960px) and (max-width:1070px) {
    html body .eg-terminate_section .eg-terminate_wrapper_elem {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:767px) {
    html body .eg-terminate_section .eg-terminate_right_section .eg-terminate_image {
        display: none !important;
    }

    html body .eg-terminate_section {
        padding: 25px 25px;
    }

    html body .eg-terminate-wrapper {
        padding: 25px;
    }

    html body .eg-terminate_section .eg-terminate_heading h3 {
        font-size: 23px;
        line-height: 30px;
    }

    html body .eg-terminate_section .eg-terminate_content p {
        font-size: 16px;
        line-height: 24px;
    }

    html body .eg-terminate_section .eg-terminate_wrapper_elem {
        grid-gap: 0px;
        margin-bottom: 22px;
    }

    html body .eg-terminate_section .eg-terminate-go-back {
        width: 100%;
    }

    html body .eg-terminate-start-again {
        margin-bottom: 20px;
    }
}

/* TERMINATE SECTION CSS END*/
Leave a Comment