.above-footer .container {
    justify-content: space-between;
    display: flex;
    max-width: 100%;
    padding: 1% 0;
    flex-wrap: wrap;
    box-shadow: 2px 6px 46px 0 rgb(22 22 26 / 18%);
}

.above-footer .contact-info {
    align-self: center;
    display: inline-block;
    width: 14%;
    /* padding:0 3% 0 0; */
    margin: 0 0 0 4%;
}

.above-footer .wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10%;
}

.above-footer .info-container {
    display: inline-block;
    margin-left: 9%;
    font-size: 0.85rem;
}

.above-footer .info-container p {
    margin-bottom: 0;
}

.above-footer .heading-contact-info {
    font-weight: 500;
    margin-bottom: 1%;
}

.above-footer .contact-info a {
    text-decoration: none;
    color: black;
}

.above-footer .menu-items {
    display: flex;
    flex-direction: column;

    width: 43%;
    padding: 0 3% 0 0;
}

.above-footer .menu-heading {
    font-size: 1.5rem;
}

.above-footer .menu-info {
    margin-top: 2%;
    word-spacing: 7px;
}

.above-footer .menu-item-second {
    margin-top: 5%;
}

.above-footer .social-handles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 19%;
    padding-bottom: 2%;
}

.above-footer .social-handle-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 59%;
    padding: 0% 2% 8% 2%;
}

.above-footer .contact-info img {
    width: 12%;
}

.above-footer .social-img-container {
    margin-top: 10%;
    width: 59%;
}

.above-footer .social-handles img {
    width: 100%;
}

.above-footer .social-img-container-platform {
    text-align: center;
    margin-top: 3%;
}

.above-footer .social-img-container-platform img {
    padding-right: 4%;
    width: 13%;
}

@media only screen and (min-width:710px) and (max-width: 992px) {

    .above-footer .contact-info {
        width: 20%;
    }

    .above-footer .social-handle-wrapper {
        width: 100%;
        height: max-content;
    }

    .above-footer .social-img-container {
        margin-top: 9%;
        width: 71%;
    }

    .above-footer .social-img-container-platform {
        text-align: center;
        margin-top: 5%;
    }

}

@media only screen and (max-width: 709px) {

    .above-footer .container {
        padding-top: 4%;
    }

    .above-footer .contact-info {
        width: 100%;
        margin-bottom: 3%;

    }

    .above-footer .menu-items {
        width: 100%;
        margin-bottom: 3%;
        padding: 0 2%;
    }

    .above-footer .social-handles {
        width: 100%;
        margin-bottom: 3%;
    }

    .above-footer .social-handle-wrapper {
        height: max-content;
        padding: 2% 0;
    }
}