section .image-full .over-image-text {
    text-align: right;
    padding-top: 164px;
    padding-right: 120px;
    color: #FFF;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 76px;
    text-shadow:0px 4px 4px rgb(0 0 0 / 25%);
}

section {
    background-color: white;
}

.bold {
    font-weight: bold;
}
.upper {
    text-transform: uppercase;
}
.font30 {
    font-size: 30px;
    line-height: 37px;
}
.font35 {
    font-size: 35px;
    line-height: 57px;
}

@media screen and (max-width: 1001px) {
    section .image-full .over-image-text {
        padding-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    section .image-full .over-image-text {
        padding-right: 75px;
        padding-top: 20px;
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 600px) {
    section .image-full .over-image-text {
        padding-right: 50px;
        padding-top: 15px;
        font-size: 33px;
        line-height: 33px;
    }
}

@media screen and (max-width: 400px) {
    section .image-full .over-image-text {
        padding-right: 25px;
        padding-top: 10px;
        font-size: 28px;
        line-height: 28px;
    }
}

