.bg-lazy {
    background-color: #f7f7f7;
    transition: background-image 0.3s ease-in-out;
}
.bg-lazy[data-src] {
    background-image: none;
}
.bg-image {
    background-size: cover; 
    background-position: center;
    padding: 160px 0;
    box-shadow: 
        0 8px 16px rgba(0, 0, 0, 0.4),  /* Тень снизу */
        0 -8px 16px rgba(0, 0, 0, 0.4); /* Тень сверху */
}
.landing-block__header--white{
	text-transform: uppercase;
	position: relative;
  	display: inline;
    color:white;
    font-size: 38px;
    background-image: none;
}
.module-form, .module-quiz {
    padding: 10px 0;
}
.module-form input{
    max-width: 350px;
    border-style: none;
}
.big-form h2 {
    background-image: none;
}
.module-form .btn, .module-quiz .btn{
    width: 300px;
    font-size: 19px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .landing-block__header--white{
        font-size: 20px;
    }

    .module-form, .module-quiz {
        padding: 10px 15px;
    }

    .bg-image {
        padding: 130px 0;
    }
}