/* large tablets specific */
@media screen and (max-width: 1253px) {
    .header-image{
        height: inherit;
    }
    .text1, .text2{
        max-height: fit-content;
    }
    .text-image{
        height: inherit;
        width: 100%;
    }
    .submitbutton{
        width: 100%;
    }
    .textpt3{
        font-size: 24px;
    }
}

/* small tablets specific */
@media screen and (max-width: 959px) {

}

/* mobile specific */
@media screen and (max-width: 480px) {

}