footer .footer__holder .footer__container {
    & .footer__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
    }

    & .footer__column .rte {
        font-weight: 300;
        font-size: 12px;
        line-height: 20px;
    }

    & .additional__text1, .additional__text2 {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    & .additional__text2 {
        padding-top: 16px;
    }

    & .footer__newsletter__image__2 {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        padding-right: var(--outer);
        align-items: flex-start;
    }

    & .footer__newsletter {
        display: block;
    }

    & .footer__newsletter .footer__newsletter__body h3 {
        margin-bottom: 4px;
    }

    & .footer__newsletter__body {
        padding-bottom: 29px;
    }

    & .footer__content__inner .float-grid {
        display: flex;
        justify-content: space-between;
    }

    & .footer__content__inner .float-grid .footer__block:nth-child(1),
    .footer__content__inner .float-grid .footer__block:nth-child(2),
    .footer__content__inner .float-grid .footer__block:nth-child(3) {
        flex: 1 1 100%;
    }

    & .footer__content__inner .float-grid .footer__block:nth-child(1) {
        min-width: 340px;
    }

    & .footer__content__inner .float-grid .footer__block:nth-child(2) {
        margin-left: 64px;
    }

    & .footer__content__inner .float-grid .footer__block:nth-child(3) {
        margin-left: 44px;
    }

    & .footer__quicklinks li a {
        color: #fff;
        transition: color 0.3s ease;
    }

    & .footer__quicklinks a:hover:after{
        opacity: 0;
    }

    & .footer__quicklinks:hover li a {
        color: #666666;
    }

    & .footer__quicklinks li:hover a {
        color: #fff;
    }

}

@media screen and (min-width: 769px) and (max-width: 989px) {
    footer .footer__holder .footer__container {
        & .footer__content__inner .float-grid .footer__block:nth-child(1) {
            min-width: 250px;
        }

        & .footer__content__inner .float-grid .footer__block:nth-child(2),
        .footer__content__inner .float-grid .footer__block:nth-child(3) {
            margin-left: 24px;
        }
    }

}

@media screen and (max-width: 768px) {
    footer .footer__holder .footer__container {
        & .footer__content__inner .float-grid {
            flex-wrap: wrap;
        }

        & .footer__block {
            width: 100%;
        }

        & .footer__content__inner .float-grid .footer__block:nth-child(1) {
            min-width: unset;
        }

        & .footer__content__inner .float-grid .footer__block:nth-child(2),
        .footer__content__inner .float-grid .footer__block:nth-child(3) {
            margin-left: unset;
        }
    }
}