.aboutContainer {
    margin-top: 12.5%;
    text-align: center;
    margin-left: 5%;
    width: 90%;
    height: 25vw;
    font-family: Arial;
}

.aboutContainer h1 {
    margin-top: 10%;
    color: #FFAA33;
    font-size: 2.5vw;
    font-weight: normal;
}

.aboutContainer p {
    font-size: 2vw;
    padding-left: 35%;
    padding-right: 35%;
}

.dreamsContainer {
    display: flex;
    flex-direction: column;
    margin-top: 2.5%;
    margin-left: 5%;
    width: 90%;
    height: 32.5vw;
    gap: 5%;
}


.dreamsContainer div:nth-child(1) {
    position: absolute;
    display: block;
    left: 10%;
    width: 40vw;
    height: 32.5vw;
}

.dreamsContainer div:nth-child(2), .dreamsContainer div:nth-child(3) {
    font-size: 1.5vw;
    text-align: center;
    margin-left: 52.5%;
    width: 40vw;
    height: 27.5vw;
    font-family: Arial;
}

.dreamsContainer div:nth-child(2) {
    padding-top: 5vw;
    height: 5vw;
    font-weight: normal;
    font-size: 1.5vw;
}

.visionContainer {
    display: flex;
    flex-direction: column;
    margin-top: 2.5%;
    margin-left: 5%;
    width: 90%;
    height: 32.5vw;
    gap: 5%;
}

.visionContainer div:nth-child(1) {
    position: absolute;
    display: block;
    left: 52.5%;
    width: 40vw;
    height: 32.5vw;
}

.visionContainer div img {
    margin-top: 10%;
}

.visionContainer div:nth-child(2), .visionContainer div:nth-child(3) {
    font-size: 1.5vw;
    text-align: center;
    margin-left: 2.5%;
    width: 40vw;
    font-family: Arial;
    height: 27.5vw;
}

.visionContainer div:nth-child(2) {
    padding-top: 5vw;
    height: 5vw;
    font-weight: normal;
    font-size: 1.5vw;
}

.visionContainer div:nth-child(3) {
    text-align: justify;
}

.dreamsContainer div:nth-child(3) {
    
    text-align: justify;
}

.perfectContainer {
    display: flex;
    flex-direction: column;
    margin-top: 7.5%;
    margin-left: 5%;
    width: 90%;
    height: 32.5vw;
    gap: 5%;
}


.perfectContainer div:nth-child(1) {
    position: absolute;
    display: block;
    left: 10%;
    width: 40vw;
    height: 32.5vw;
}

.perfectContainer div:nth-child(2), .perfectContainer div:nth-child(3) {
    font-size: 1.5vw;
    text-align: center;
    margin-left: 52.5%;
    width: 40vw;
    height: 27.5vw;
    font-family: Arial;
}

.perfectContainer div:nth-child(2) {
    padding-top: 5vw;
    height: 5vw;
    font-weight: normal;
    font-size: 1.5vw;
}