/*---------------------Roots-----------------*/

:root {
    ---red: #e9413a;
    ---white: #ffffff;
    ---grey: #4a4a4a;
    ---black: #134ba1;
    --lightgrey: #858585;
    ---border: #eeeeee;
    ---yellow: #ffe127;
}

/*---------------------Roots-----------------*/

.about1 {
    margin-top: 130px;
}

.about1 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about1 .container .text h1 {
    font-size: 60px;
    color: var(---black);
    font-weight: 700;
}

.about1 .container .text h1 span {
    color: var(---red);
}

.about1 .container .text p {
    font-size: 15px;
    color: var(---black);
    font-weight: 600;
    line-height: 30px;
    margin-top: 10px;
}

.about1 .container .text #halfpara {
    display: none;
}

.text-about {
    margin-top: 20px;
    font-size: 10px;
}

.about1 .container .text h1 #yellow {
    color: var(---yellow);
}






@media (max-width:1366px) {
    .about1 .container .text h1 {
        font-size: 60px;
    }

    .about1 .container .text p {
        font-size: 15px;
        line-height: 25px;
    }

    .about1 .container .image {
        max-width: 100%;
        height: auto;
    }

    .about1 .container .image img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width:1280px) {
    .about1 .container .text h1 {
        font-size: 50px;
    }

    .about1 .container .text p {
        /* font-size: 14px;
        line-height: 30px; */
    }

    .about1 .container .image {
        width: 630px;
    }

    .about1 {
        margin-top: 120px;
    }
}

@media (max-width:1150px) {
    .about1 .container .text h1 {
        font-size: 40px;
    }

    .about1 .container .text p {
        /* font-size: 12px;
        line-height: 25px; */
    }

    .about1 .container .image {
        width: 450px;
    }

    .about1 {
        margin-top: 100px;
    }
}

@media (max-width:920px) {
    .about1 .container .text h1 {
        font-size: 30px;
    }

    .about1 .container .text p {
        /* font-size: 10px;
        line-height: 22px; */
    }

    .about1 .container .image {
        width: 450px;
    }

    .about1 {
        margin-top: 80px;
    }
}

@media (max-width:780px) {
    .about1 {
        margin-top: 60px;
    }
}

@media (max-width:855px) {
    .about1 .container .text h1 {
        font-size: 30px;
    }

    .about1 .container .text p {
        font-size: 9px;
        line-height: 20px;
    }

    .about1 .container .image {
        width: 400px;
    }
}

@media (max-width:830px) {
    .about1 .container {
        display: block;
        text-align: center;
    }

    .about1 .container .text h1 {
        font-size: 70px;
    }

    .about1 .container .text p {
        /* font-size: 18px;
        line-height: 40px; */
        display: block;
    }

    .about1 .container .image {
        width: 100%;
    }
}

@media (max-width:550px) {
    .about1 .container .text h1 {
        font-size: 50px;
    }

    .about1 .container .text p {
        font-size: 12px;
        line-height: 30px;
        display: block;
    }

    .about1 {
        margin-top: 40px;
    }
}

@media (max-width:430px) {
    .about1 .container .text h1 {
        font-size: 35px;
    }

    .about1 .container .text p {
        font-size: 10px;
        line-height: 25px;
        display: block;
    }

    .about1 .container .text {
        margin-top: 10px;
    }

    .about1 {
        margin-top: 0px;
    }

    .about1 .container #text2 {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .about1 .container .text #halfpara {
        display: inherit;
        margin-top: 0px;
    }

    .about1 .container .text #about2para {
        display: none;
    }
}

@media (max-width:414px) {
    .about1 .container .text p {
        font-size: 9px;
        line-height: 20px;
        display: block;
    }
}

@media (max-width:400px) {
    .about1 .container .text h1 {
        font-size: 30px;
    }

    .about1 .container .text p {
        font-size: 8px;
        line-height: 20px;
        display: block;
    }
}