Untitled

 avatar
unknown
plain_text
a year ago
3.0 kB
7
Indexable
/*              gold-worth section     */

html body .eg-gold-worth-section {
    padding: 100px 0;
    background: #EAEEF3;
}

html body .eg-gold-worth-section h2 {
    color: #1E234C;
    text-align: center;
    font-family: "Open Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 41.8px;
    /* 116.111% */
    margin-bottom: 73px;
}

html body .eg-gold-worth-section .eg-gold-wrapper {
    display: flex;
    margin-bottom: 56px;
}

html body .eg-gold-worth-section img {
    width: 512px;
    height: 353px;
}

html body .eg-gold-worth-section .eg-gold-description {
    margin-left: 118px;
}

html body .eg-gold-description .eg-gold-title strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
}

html body .eg-gold-description .eg-gold-title {
    color: #1E234C;
    font-family: "Open Sans" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 14px !important;
}

html body .eg-gold-description .eg-gold-list {
    margin-bottom: 20px;
}

html body .eg-gold-description .eg-gold-list li {
    margin-bottom: 10px;
    color: #1E234C;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

html body .eg-gold-worth-section .eg-second-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

html body .eg-gold-worth-section .eg-second-heading strong {
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
}

html body .eg-gold-worth-section .eg-second-heading {
    color: #1E234C;
    font-family: Inter;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 15px !important;

}

html body .eg-gold-worth-section .eg-choices {
    display: flex;
    justify-content: center;
    grid-gap: 5px;
}

html body .eg-gold-worth-section .eg-choice {
    background: #009E69;
    padding: 10px 58px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

html body .eg-gold-worth-section .eg-choice strong {
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 992px) {
    html body .eg-gold-worth-section .eg-gold-wrapper {
        flex-direction: column;
        align-items: center;
        grid-gap: 30px;
    }

    html body .eg-gold-worth-section .eg-gold-description {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    html body .eg-gold-worth-section .eg-choices {
        flex-direction: column;
        align-items: center;
    }

    html body .eg-gold-worth-section .eg-choice {
        width: 100%;
    }

    html body .eg-gold-worth-section img {
        height: 300px;
    }
}
Editor is loading...
Leave a Comment