.contact-form .message-text {
    text-align: center;
    font-weight: bold;
}

.uForm__preload {
    position: relative;
    background-size: contain;
}

.why__container {
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .wrapper {
        --container-offset: 40px;
    }

    .why__container {
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .wrapper {
        --container-offset: 20px;
    }
}