.header--white {
    background: #fffffff7;
}

.footer::before {
    content: none !important;
}
.footer .footer--img {
    width: 582px;
    height: 582px;
    right: 26px;
    top: 26px;
    position: absolute;
    z-index: 1;
    object-fit: contain;
}

.footer--general .footer--img {
    width: 321px;
    height: 422px;
    right: 191px;
    top: 255px;
}

@media (max-width: 767px) {
    .footer .footer--img {
        width: 247px;
        height: 247px;
        right: -30px;
        top: 305px;
    }
    .footer .footer__after {
        right: -190px !important;
        top: 505px !important;
    }
    .footer--content__about__text {
        max-width: 80%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .footer .footer--img {
        right: -72px;
        top: 325px;
    }

    .footer .footer__after {
        right: -265px !important;
        bottom: -25px !important;
    }

    .footer--general .footer--img {
        right: 0px !important;
        top: 264px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 850px) {
    .footer--content__about__text {
        max-width: 80%;
    }

    .footer .footer__after {
        right: -265px !important;
        bottom: 20px !important;
    }
}