.mt-87{
    margin-top: 87px;
}
.about-us-title {
    color: var(--blue);
    font-family: var(--mainFont);
    font-size: 50px;
    font-weight: bold;
}

.about-us-subtitle1 {
    color: var(--blue);
    font-family: var(--mainFont);
    font-size: 20px;
    line-height: 1.5;
    width: 60%;
}

.about-us-subtitle2 {
    color: var(--lightBlue);
    font-family: var(--mainFont);
    font-size: 35px;
    line-height: 1.2;
    width: 60%;
}

.about-us-subtitle3 {
    color: var(--blue);
    font-family: var(--mainFont);
    font-size: 20px;
    line-height: 1.5;
    width: 60%;
}

.about-us-more-information{
    color: var(--white);
    font-family: var(--mainFont);
    font-size: 25px;
    margin: auto;
    max-width:70%;
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 1;
}

.mt-72{
    margin-top: 72px;
}

@media only screen and (max-width: 600px) {
    #about-us div img {
        margin-bottom: 16px;
    }

    #section-about-us > div > img{
        margin-bottom: 48px;
    }

    .about-us-subtitle1 {
        width: 100%;
    }

    .about-us-subtitle2 {
        width: 100%;
    }

    .about-us-subtitle3 {
        width: 100%;
    }
    .about-us-more-information{
        line-height: 1;
    }
}

.pl6{
    padding-left: 4rem;
}
.pr6{
    padding-right: 4rem;
}