Untitled

 avatar
unknown
plain_text
a year ago
2.2 kB
3
Indexable
html body #hero_left>.hero_text {
    display: none !important;
}

html body .eg-hero-content {
    display: flex;
    flex-direction: column;
    max-width: 667px;
}

html body .eg-hero-title {
    color: #E7E7E7;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.84);
    font-family: Exo;
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 28px;
}

html body .eg-hero-para {
    color: #FFF;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.84);
    font-family: Exo;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

html body .eg-hero-black-box {
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.55);
    max-width: 495px;
    flex-shrink: 0;
    width: 100%;
    margin-top: 51px;
    display: flex;
    flex-direction: column;
    padding: 26px 31px 39px 30px;
}

html body .eg-hero-black-box-title {
    color: #FFF;
    font-family: Exo;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 7px;
}

html body .eg-hero-black-box-para {
    color: #FFF;
    font-family: Exo;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media(max-width:991px) and (min-width:768px) {
    html body #hero_left {
        padding-top: 0 !important;
        margin-top: 0 !important;
        padding-right: 36px !important;
    }
}

@media(max-width:767px) {
    html body #hero_left {
        padding-top: 68px !important;
    }

    html body .eg-hero-title {
        color: #FFF;
        font-size: 32px;
        text-align: left !important;
        margin-bottom: 0 !important;
    }

    html body .eg-hero-para {
        display: none !important;
    }

    html body .eg-hero-black-box {
        margin-top: 26px;
        padding: 17px 18px 16px 18px;
    }

    html body .eg-hero-black-box-title {
        font-size: 26px;
        text-align: left;
    }

    html body .eg-hero-black-box-para {
        text-align: left;
        font-size: 16px;
    }
}
Editor is loading...
Leave a Comment