Untitled

 avatar
unknown
plain_text
10 months ago
5.6 kB
2
Indexable
html body .eg-sol-Section {
    max-width: 75.5rem;
    margin: 0 auto;
}

html body .eg-content-container {
    overflow: hidden;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 0px !important;
}

html body .eg-explore {
    border-left: 3px solid rgb(219, 0, 17);
}

html body .eg-explore h2 {
    font-size: 2.1875rem;
    line-height: 36px;
    font-family: "UniversNext", Arial, sans-serif;
    color: var(--Brand-Black, #000);
    font-weight: 400;
    padding-left: 20px;
}

html body .eg-explore-para {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 25px 0;
    margin-bottom: 90px;
}

html body .eg-explore-para p {
    color: var(--Brand-Black, #000);
    line-height: 24px;
    font-weight: 400;
    font-size: 1rem;
}

html body .eg-expsol-right h3 svg {
    position: relative;
    top: 5px;
    margin-left: 5px;
}

html body .eg-expsol-right h3 svg path:first-of-type {
    fill: black;
}

html body .eg-expsol-right h3 {
    font-size: 22px !important;
    color: var(--Brand-Black, #000);
    line-height: 31px;
    font-weight: 400;
}

html body .eg-view-all {
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    height: auto !important;
    min-height: 2.5rem;
    font-family: "UniversNext", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    border: 1px solid #333;
    background-color: #fff;
    padding: 0.575rem 1.63rem;
    text-decoration: none;
    color: #333;
}

html body .eg-expsol-list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 46px;
}

html body .eg-expsol-icon {
    margin-right: 25px;
}

html body .eg-expsol-icon img {
    width: 50px;
    height: 50px;
}

html body .eg-cta-panel-label__icon svg {
    right: 0;
    bottom: 0;
    margin: auto;
    fill: #fff;
    width: 35px;
    height: 35px;
}

html body .eg-expsol-right {
    padding-top: 10px;
}

html body .eg-SvgIcon {
    width: 22px;
    height: 22px;
    font-size: 25px;
    color: rgb(51, 51, 51);
    position: relative;
    left: 0;
    top: 2px;
    display: inline-block;
}

html body .eg-content-wrapper {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 0px;
}

html body .eg-expsol-content {
    display: flex;
    flex-direction: column;
}

html body .eg-sm-SvgIcon {
    width: 14px;
    height: 14px;
    font-size: 18px;
    color: rgb(51, 51, 51);
    position: relative;
    left: 0;
    top: 2px;
    display: inline-block;
    padding-left: 5px;
}

html body .eg-expsol-para {
    font-family: UniversNext, Arial, sans-serif;
    color: var(--Brand-Black, #000);
    letter-spacing: normal;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 19px 0;
    width: 92%;
}

html body .eg-expsol-link {
    font-family: UniversNext, Arial, sans-serif;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(51, 51, 51);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
    margin: 13px 0;
}

@media only screen and (max-width:1450px) {
    html body .eg-sol-Section {
        margin: 0 auto;
        max-width: 65rem;
    }
}

@media screen and (min-width: 1024px) {
    html body .eg-pagination,
    html body .eg-prev,
    html body .eg-next {
        display: none;
    }
}

@media screen and (max-width: 1024px){
    html body .eg-expsol-container {
        min-height: 285px;
    }
    html body .eg-view-all {
        max-width: 254px;
        margin-top: 0;
    }
    html body .eg-prev,
    html body .eg-next {
        position: absolute;
        top: 62%;
    }
    html body .eg-pagination {
        bottom: 108px !important;
    }
    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        border-radius: 0 !important;
        margin: 0 7.5px !important;
    }

    .swiper-pagination-bullet-active {
        background-color: rgb(219, 0, 17) !important;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        background-color: #3a4a54 !important;
        padding: 14px 18px !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    html body .eg-expsol-list {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width:545px) {
    html body .eg-prev,
    html body .eg-next {
        top: 71%;
    }

    html body .eg-pagination {
        bottom: 78px !important;
    }
}

@media only screen and (max-width:767px) {
    html body .eg-explore h2 {
        font-size: 28px;
    }

    html body .eg-expsol-right h3 {
        font-size: 19px;
    }

    html body .eg-content-container {
        padding: 60px 24px;
    }

    html body .eg-explore-para {
        margin-bottom: 55px;
    }

    html body .eg-expsol-para {
        width: 100%;
    }
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    html body .eg-content-container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media only screen and (min-width:1300px) and (max-width:1450px) {
    html body .eg-sol-Section {
        margin: 0 auto;
        max-width: 73.5rem;
    }
}
Editor is loading...
Leave a Comment