Untitled

 avatar
unknown
plain_text
5 months ago
3.5 kB
5
Indexable
html body .eg-accreditations {
    background: #F9F9F9;
    padding: 60px 0;
}

html body .eg-accreditations .eg-accreditations-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #231E21;
    margin-bottom: 40px;  
}

@media screen and (min-width: 767px) {
    html body .eg-accreditations .eg-accreditations-slider {
        display: flex;
        grid-gap: 36px;
        justify-content: center;
    }

    html body .eg-accreditations .eg-accreditations-slider img {
        width: 150px;
        height: 150px;
    }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    html body .eg-accreditations .eg-accreditations-slider {
        grid-gap: 16px;
    }

    html body .eg-accreditations .eg-accreditations-slider img {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 767px) {
    html body .eg-accreditations {
        padding: 40px 0;
    }

    html body .eg-accreditations .eg-accreditations-title {
        font-size: 28px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    html body .eg-accreditations .slick-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0;
        margin-top: 24px;
    }
    
    html body .eg-accreditations .slick-dots li {
        margin: 0 5px;
    }
    
    html body .eg-accreditations .slick-dots li button {
        font-size: 0;
        width: 6px;
        min-width: 6px;
        height: 6px;
        background-color: #807d7f;
        border-radius: 50%;
        border: none;
        cursor: pointer;
        padding: 0;
        transition: background-color 0.3s ease;
    }
    
    html body .eg-accreditations .slick-dots li.slick-active button {
        background-color: #000000; 
    }  

    html body .eg-accreditations .slick-prev,
    html body .eg-accreditations .slick-next {
        width: 30px;
        height: 30px;
        min-width: 30px;
        background: none;
        border: none;
        position: absolute;
        top: calc(100% - 15px);
        font-size: 0;
        outline: none;
        box-shadow: none;
    }

    html body .eg-accreditations .slick-next::before,
    html body .eg-accreditations .slick-prev::before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        border-right: 3px solid #231E21;
        border-bottom: 3px solid #231E21;
        border-radius: 0;
        background: transparent;
        transform-origin: unset;
    }

    html body .eg-accreditations .slick-next {
        right: 0;
    }

    html body .eg-accreditations .slick-prev {
        left: 0;
        transform: translateX(50%);
    }

    html body .eg-accreditations .slick-next::before {
        transform: rotate(-45deg);
    }

    html body .eg-accreditations .slick-prev::before {
        transform: rotate(135deg);
    }

    html body .eg-accreditations .slick-prev.slick-disabled::before,
    html body .eg-accreditations .slick-next.slick-disabled::before {
        opacity: 0.5;
    }

    html body .eg-accreditations .slick-slide {
        margin-right: 24px;
    }

    html body .eg-accreditations .eg-accreditations-slider img {
        width: 100%;
        height: 100%;
    }
}
Editor is loading...
Leave a Comment