@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

@media only screen and (min-width:1250px){

    .about {
        background: black;
        width: 100%;
        height: 85vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .container {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 104px;
        width: 993px;
    }
    .content-box > h1 {
        color: rgba(255, 121, 0, 1);
        font-weight: 700;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0.05em;
    }

    .content-box > p {
        color:  white;
        font-weight: 400;
        line-height: 180%;
    }
}

@media only screen and (min-width:535px) and (max-width:1250px){

    .about {
        padding-top: 187px;
        padding-bottom: 216px;
        background: black;
        width: 100%;
        height: 130vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        width: 993px;
    }
    
    .container img {
        height: 460.8px;
    }
    /* .container img {
        width: 50%;
    } */

    .content-box{
        width: 60%;
    }

    .content-box > h1 {
        color: rgba(255, 121, 0, 1);
        font-weight: 700;
        font-size: 30px;
        line-height: 44px;
        letter-spacing: 0.05em;
    }

    .content-box > p {
        color:  white;
        font-weight: 400;
        line-height: 180%;
    }
}

@media only screen and (min-width:390px) and (max-width:535px){

    .about {
        background: black;
        width: 100%;
        height: 130vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 993px;
    }

    .container img {
        height: 309.312px;
    }

    .content-box{
        width: 60%;
        margin-bottom: 50px;
    }

    .content-box > h1 {
        color: rgba(255, 121, 0, 1);
        font-weight: 700;
        font-size: 24px;
        line-height: 44px;
        letter-spacing: 0.05em;
    }

    .content-box > p {
        color:  white;
        font-weight: 400;
        line-height: 180%;
    }
}

@media only screen and (min-width:0px) and (max-width:390px){

    .about {
        background: black;
        width: 100%;
        height: 130vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* gap: 104px; */
        width: 993px;
    }

    .container img {
        height: 309.312px;
    }

    .content-box{
        width: 60%;
        margin-bottom: 50px;
    }

    .content-box > h1 {
        color: rgba(255, 121, 0, 1);
        font-weight: 700;
        font-size: 24px;
        line-height: 44px;
        letter-spacing: 0.05em;
    }

    .content-box > p {
        color:  white;
        font-weight: 400;
        line-height: 180%;
    }
}





.content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
}