/*---------------------Roots-----------------*/

:root {
    ---green: #1BB46D;
    ---white: #ffffff;
    ---black: #1F1F5F;
    ---border: #e5e5e5;
    ---paragraph: #919191;
}

/*---------------------Roots-----------------*/


.whoweare .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.whoweare .container .abouttext h1 {
    color: var(---black);
    font-size: 100px;
    font-family: "Bebas Neue", sans-serif;
}

.whoweare .container .abouttext p {
    color: var(---paragraph);
    font-size: 20px;
    width: 710px;
    line-height: 40px;
}


.whoweare .container .abouttext ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.whoweare .container .abouttext ul li {
    font-size: 16px;
    color: var(---paragraph);
    margin-bottom: 12px;
    position: relative;
    padding-left: 18px;
    font-weight: 500;
}

/* Green dot */

.whoweare .container .abouttext ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(---green);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}


@media (max-width:1700px) {
    .whoweare .container .image {
        width: 700px;
    }

    .whoweare .container .image img {
        width: 100%;
    }
}


@media (max-width:1580px) {
    .whoweare .container .image {
        width: 600px;
    }

    .whoweare .container .abouttext h1 {
        color: var(---black);
        font-size: 80px;
        font-family: "Bebas Neue", sans-serif;
    }

    .whoweare .container .abouttext p {
        font-size: 16px;
        width: 680px;
        line-height: 40px;
    }
}

@media (max-width:1450px) {
    .whoweare .container .image {
        width: 600px;
    }

    .whoweare .container .abouttext h1 {
        color: var(---black);
        font-size: 80px;
        font-family: "Bebas Neue", sans-serif;
    }

    .whoweare .container .abouttext p {
        font-size: 16px;
        width: 600px;
        line-height: 40px;
    }
}

@media (max-width:1350px) {
    .whoweare .container .image {
        width: 550px;
    }

    .whoweare .container .abouttext h1 {
        color: var(---black);
        font-size: 70px;
        font-family: "Bebas Neue", sans-serif;
    }

    .whoweare .container .abouttext p {
        font-size: 14px;
        width: 550px;
        line-height: 30px;
    }
}


@media (max-width:1165px) {
    .whoweare .container .image {
        width: 500px;
    }

    .whoweare .container .abouttext h1 {
        color: var(---black);
        font-size: 60px;
        font-family: "Bebas Neue", sans-serif;
    }

    .whoweare .container .abouttext p {
        font-size: 12px;
        width: 500px;
        line-height: 30px;
    }
}

@media (max-width:1050px) {
    .whoweare .container .image {
        width: 450px;
    }

    .whoweare .container .abouttext h1 {
        font-size: 50px;
    }

    .whoweare .container .abouttext p {
        font-size: 12px;
        width: 480px;
        line-height: 30px;
    }
}

@media (max-width:990px) {
    .whoweare .container .image {
        width: 420px;
    }

    .whoweare .container .abouttext h1 {
        font-size: 40px;
    }

    .whoweare .container .abouttext p {
        font-size: 11px;
        width: 420px;
        line-height: 25px;
    }
}

@media (max-width:930px) {
    .whoweare .container {
        display: block;
    }

    .whoweare .container .image {
        width: 100%;
    }

    .whoweare .container .abouttext h1 {
        font-size: 100px;
    }

    .whoweare .container .abouttext p {
        font-size: 20px;
        width: 100%;
        line-height: 40px;
    }

    .whoweare .container .abouttext {
        margin-top: 30px;
    }
}


@media (max-width:530px) {

    .whoweare .container .abouttext h1 {
        font-size: 70px;
    }

    .whoweare .container .abouttext p {
        font-size: 16px;
        line-height: 35px;
    }

    .whoweare .container .abouttext ul {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-top: 10px;
    }


    .whoweare .container .abouttext ul li {
        font-size: 14px;
        color: var(---paragraph);
        margin-bottom: 12px;
        position: relative;
        padding-left: 18px;
        font-weight: 500;
    }

    /* Green dot */

    .whoweare .container .abouttext ul li::before {
        content: "";
        width: 8px;
        height: 8px;
        background: var(---green);
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 7px;
    }
}

@media (max-width:460px) {

    .whoweare .container .abouttext h1 {
        font-size: 50px;
    }

    .whoweare .container .abouttext p {
        font-size: 14px;
        line-height: 30px;
    }

    .whoweare .container .abouttext ul {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-top: 10px;
    }


    .whoweare .container .abouttext ul li {
        font-size: 10px;
        color: var(---paragraph);
        margin-bottom: 12px;
        position: relative;
        padding-left: 18px;
        font-weight: 500;
    }

    /* Green dot */

    .whoweare .container .abouttext ul li::before {
        content: "";
        width: 8px;
        height: 8px;
        background: var(---green);
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 7px;
    }
}

@media (max-width:400px) {
    .whoweare .container .abouttext {
        margin-top: 15px;
    }

    .whoweare .container .abouttext h1 {
        font-size: 40px;
    }

    .whoweare .container .abouttext p {
        font-size: 12px;
        line-height: 25px;
    }
}