.prefooter {
    background-color: var(--light-grey);
    padding-top: 50px;
    padding-bottom: 60px;
    margin-top: 100px;
}

.prefooter .row.region-prefooter {
    margin: 0;
}

.prefooter #block-prefooter h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-blue);
    font-family: 'Inter';
}

.prefooter #block-prefooter .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 14px 10px 40px 10px;
}

.prefooter #block-prefooter form {
    display: flex;
    margin: 16px 10px 40px 10px;
}

.prefooter #block-prefooter p {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 16px 10px 40px 10px;
    padding-top: 2px;
}

.prefooter #block-prefooter input {
    height: 65px;
    width: 500px;
    padding-left: 20px;
    font-size: 20px;
    margin-left: 2px;
    outline: none;
    border: none;
}

@media screen and (max-width: 1919px) {
    .prefooter #block-prefooter input {
        height: 55px;
        font-size: 20px;
    }
}

.prefooter #block-prefooter input:focus {
    border: 1px solid var(--black);
}

.prefooter #block-prefooter input::placeholder {
    color: #4d4d4d;
}

.prefooter #block-prefooter button {
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--grey);
    color: var(--white);
    border: none;
}

@media screen and (max-width: 1919px) {
    .prefooter #block-prefooter button {
        height: 55px;
    }
}

.prefooter #block-prefooter button:hover {
    opacity: 0.7;
}

.prefooter #block-prefooter button span {
    font-size: 32px;
}

.prefooter #block-prefooter .content img {
    margin: 0 5px;
}

.prefooter #block-prefooter .content > div > a:hover {
    opacity: .7;
}

@media screen and (max-width: 479px) {

    .prefooter #block-prefooter input {
        width: 100% !important;
        font-size: 16px !important;
    }

    .prefooter #block-prefooter h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1279px) {
    .prefooter {
        padding-top: 70px;
    }

    .prefooter #block-prefooter h2 {
        font-size: 23px;
    }

    .prefooter #block-prefooter p {
        margin: 17px 10px 30px 10px;
    }

    .prefooter #block-prefooter input {
        height: 55px;
        width: 390px;
        font-size: 18px;

    }

    .prefooter #block-prefooter button {
        height: 55px;
    }

    .prefooter #block-prefooter .content img {
        width: 40px;
    }
}


@media screen and (max-width: 991px) {
    .prefooter {
        padding-top: 70px;
        margin-top: 80px;
    }

    .prefooter #block-prefooter h2 {
        font-size: 23px;
    }

    .prefooter #block-prefooter p {
        margin: 17px 10px 30px 10px;
    }

    .prefooter #block-prefooter input {
        height: 55px;
        width: 390px;
        font-size: 18px;
    }

    .prefooter #block-prefooter button {
        height: 55px;
    }

    .prefooter #block-prefooter .content img {
        width: 40px;
    }
}

@media screen and (max-width: 767px) {
    .prefooter {
        margin-top: 60px;
    }

    .prefooter #block-prefooter p {
        margin: 20px 10px 38px 10px;
    }

    .prefooter #block-prefooter input {
        height: 54px;
    }

    .prefooter #block-prefooter button {
        height: 54px;
    }

    .prefooter #block-prefooter .content img {
        margin: 0 3px;
        width: 50px;
    }

    .prefooter #block-prefooter input {
        font-size: 18px;
    }

    .prefooter #block-prefooter h2 {
        font-size: 24px;
    }
}