/*--------------------------------------------------------------
 About Us css
--------------------------------------------------------------*/
.paragraph--type--about-us {
    background-color: #f6f9ff;
    margin: 8rem auto 12rem auto;

    @media (max-width:1024px) {
        margin: 5rem auto;
    }

    .text-field-left {
        padding: 0.3rem 4rem;
    }

    .field--name-field-about-us-image {
        width: 100%;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }


    h3 {
        color: #4154f1;
        font-size: clamp(0.8rem, 2vw, 0.9rem);
        font-weight: 700;
        color: #4154f1;
        text-transform: uppercase;
    }

    h2 {
        font-size: clamp(1.4rem, 4vw, 1.7rem);
        font-weight: 700;
        color: #012970;
    }

    p {
        margin: 15px 0 30px;
        line-height: 1.6;
    }
}