.iris-footer {
    background-color: #F3F3F3;
    padding: 48px 15px 0px 15px;
    margin-top: 2rem;
    position: relative;
}

.footer-scrolltop {
    position: absolute;
    right: 10%;
    top: -20px;
    border: none;
    background-color: #E76088;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.iris-footer .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.iris-footer .footer-container, .footer-copyright {
     max-width: 1140px;
     margin: 0 auto;
}

.footer-copyright {
    padding: 15px 0px 24px 0px;
    font-family: "Roboto", Sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    color: #000000;
}

.footer-menu .footer-menu-title {
    background-image: url(/wp-content/themes/iris/assets/images/home.png);
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 26px;
    background-position: center left;
    background-repeat: no-repeat;
}

.footer-menu-title, .footer-social-title {
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
}

.footer-social-title {
    margin-bottom: 20px;
}

.footer-menu {
    flex: 3 1 0%;
    min-width: 200px;
    margin-bottom: 20px;
}

.footer-menu-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.footer-menu-list li {
    list-style: none;
    padding: 0;
}

.footer-menu-list li a, .footer-menu-list li {
    color: #999999;
    fill: #999999;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    font-family: "Roboto", Sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 18px;
}

.footer-social {
    flex: 1 1 0%;
}

.footer-social-list {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}

.footer-social-list a img {
    height: 22px;
    width: 22px;
}

@media (max-width: 768px) {
    .iris-footer .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-menu {
        width: 100%;
    }

    .footer-menu-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-social {
        margin-top: 20px;
    }

    .footer-social-title {
        display: none;
    }

    .footer-copyright {
        text-align: center;
    }
}
