.hero__image-under-info {
    margin-top: 30px;
    max-width: 98%;
}
.block-form__banner {
    flex-direction: column;
    width: 100%;
	gap:20px;
}
.block-form__text{
	max-width: unset;
	text-align:center;
}
.block-form .hero__images {
    margin-bottom: 0;
    justify-content: center;
}
@media (max-width: 475px) {
    .hero__images {
    padding-top: 40px;
}
	.copyright {
    padding: 30px 0px;
    font-size: 12px;
    text-align: center;
}
}
.copyright {
    padding: 60px 0px;
    color: #fff;
    font-size: clamp(14px, 0.83vw, 16px);
    line-height: 150%;
    font-family: Montserrat;
}
.copyright a{
    color: #fff;
    text-decoration:underline;
}
.copyright a:hover{
   text-decoration:none;
}