.contactText {
    width: 100%;
    text-align: center;
    padding-top: 30vh;
}

.contactText p {
    width: 550px;
    margin: auto;
    font-family: 'kanit_r', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 6vh;
}

.contactText h1 {
    font-family: 'kanit_m', sans-serif;
    font-size: 2.3rem;
    margin-bottom: 30vh;
}

.partners {
    width: 50%;
    margin: auto;
    margin-bottom: 25vh;
    padding-top: 4vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners div {
    width: 10%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.partners div:hover {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.partners img {
    width: 100%;
}




@media (max-width: 1024px) {

    .contactText p {
        font-size: 1.5rem;
        margin-bottom: 4vh;
        width: 620px;
    }

    .contactText h1 {
        font-size: 2.5rem;
        margin-bottom: 29vh;
    }

    .partners {
        width: 80%;
    }
}

@media (max-width: 768px) {

    .contactText p {
        font-size: 1.3rem;
        width: 550px;
    }

    .contactText h1 {
        font-size: 2rem;
        margin-bottom: 34vh;
    }

    .partners {
        width: 80%;
    }
}

@media (max-width: 650px) {

    .content {
        height: 80%;
        height: 80vh;
        height: calc(var(--vh, 1vh) * 80);
        width: 90%;
    }

    .contactText p {
        font-size: 1.1rem;
        width: 80%;
    }

    .contactText h1 {
        font-size: 1.5rem;
        margin-bottom: 34vh;
    }

    .partners {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        width: 100%;
    }

    .partners div {
        width: 100px;
        margin-bottom: 80px;
    }

}
