.main-footer-bottom-link-footer {
    margin: 3rem 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    position: relative;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    background: #1b2331;
    border-radius: 18px;
    color: #ffffff;
}

.main-footer-bottom-top-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.footer-top-left-logo {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.footer-top-left-logo img {
    height: 50px;
    margin: 0 3px 0 0;
}

.footer-top-left-logo p {
    margin: 1px 0 0 4px;
    font-family: 'Comfortaa';
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
}

.footer-top-left-description {
    margin: 1rem 0 0 0;
}

.footer-top-left-description p {
    font-size: 18px;
    width: 45%;
}

.main-footer-bottom-top-container-right {
    margin: 1rem 0;
    display: flex;
}

.footer-top-right-title {
    font-size: 22px;
    margin: 0 0 3px 0;
}

.footer-top-right-link-container a {
    font-size: 28px;
    color: #ffffff;
    text-decoration: none;
    margin: 0 5px 0 0;
}

.footer-top-right-link-container a:hover {
    background: -webkit-linear-gradient(78deg, #FFC12F, #F5426F, #8549E4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-bottom-link-footer-copyright a {
    color: #ffffff;
    text-decoration: none;
}

.footer-bottom-link-footer-copyright a:hover {
    text-decoration: underline;
}

.main-footer-line-break {
    width: 85%;
    margin: 3rem 0;
}

.footer-top-right-left-container {
    margin: 0 3rem 0 0;
}

.footer-top-right-right-container img {
    margin: 1rem 0 0 0;
    width: 13rem;
    border-radius: 18px;
}

@media screen and (max-width: 1200px) {
    .footer-top-left-logo {
        display: flex;
        align-items: center;
        padding: 1rem 0;
        width: 50%;
    }

    .footer-top-right-left-container {
        width: 8rem;
    }

    .footer-top-left-description p {
        width: 75%;
    }
}

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

    .footer-top-left-logo {
        width: 100%;
        justify-content: center;
    }

    .footer-top-left-description p {
        width: 100%;
        text-align: center;
        margin: 0 0 2rem 0;
    }

    .main-footer-bottom-top-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    
}

@media screen and (max-width: 500px) {
    .main-footer-bottom-top-container-right {
        flex-direction: column;
    }

    .footer-top-right-left-container {
        margin: 0 0 2rem 0;
    }
}