
.about-container {
    margin-top: 120px;
    margin: 120px 90px 0;
    height: 100vh;
    height: 100%;
    margin-bottom: 50px;
}


.about-container h1{
     font-size: 55px;
     font-weight: 500;
     text-align: center;
     margin-bottom: 30px;

}

.about-container .highlight{
    color: #68DCFF;
}

.about-container p{
    font-size: 36px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.403);
    border-radius: 30px;
}

@media (max-width: 1280px) {}

@media {max-width: 913px) {}

@media (max-width: 540px) {

    .about-container h1 {
        font-size: 52px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 30px;
    }

    .about-container {
    margin-top: 120px;
    margin: 120px 10px 0;
    height: 100vh;
    }

    .about-container p {
    font-size: 25px;
    text-align: justify;
    }
}


