.breakpoints {
    display: inline-block;
}

/* footer {
    position: fixed;
    bottom: 0;
} */

.footer-container {
    background-image: url('../../img/footer/footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4% 0 5% 0;
}

.footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    width: fit-content;
    margin: 10px 10px 10px 0;
}

.footer-icon img {
    padding: 5px;
    height: 32px;
    width: 32px;
}

.footer-list li {
    display: flex;
    align-items: center;
}

.footer-list-dot::before {
    content: '•';
    font-size: 8rem;
    color: var(--bg-yellow);
}

.footer-fs-30 {
    font-size: 3rem !important;
}

@media (max-width: 1600px) {
    .footer-container {
        padding: 4% 0;
    }

}

@media (max-width: 1400px) {
    .footer-container {
        padding: 3% 0;
    }

}

@media (max-width: 767px) {
    .footer-fs-30 {
        font-size: 2.2rem !important;
    }

    .footer-container {
        padding: 15% 0;
    }
}