.site-footer .col-full {
    max-width: 1225px;
    width: 100%;
    margin: auto;
    padding: 0;
}

.site-footer .widget_text ul {
    margin: 0;
}

.about-footer {
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-footer .description-footer {
    font-size: 14px;
}

.social-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #1F1F1F;
}

.site-footer .social-footer > p {
    margin-bottom: 0;
    font-size: 16px;
}

.social-footer .icons-media {
    display: flex;
    gap: 16px;
}


.site-footer .widget_text {
    padding: 0;
}


p.title-footer {
    color: #B3B3B3;
    margin-bottom: 24px;
}

.partners-footer {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

p.copyright {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #1F1F1F;
}

p.dev-credit {
    margin: 0;
}

.site-footer li {
    margin-bottom: 16px !important;
}

.site-footer .widget .widget-title {
    text-transform: capitalize !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

img.image.wp-image-7735.attachment-medium.size-medium {
    width: 108px;
    height: 196px;
}

div#media_image-2 {
    padding-right: 0;
}

@media (max-width: 992px) {
    div#text-10,
    #text-11,
    #custom_html-13{
        margin-top: 32px;
    }
    
    .partners-footer {
        display: flex;
        gap: 24px;
        margin-bottom: 24px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    footer.site-footer {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}


footer.site-footer,
footer.site-footer span.gamma.widget-title {
    font-family: "Inter", sans-serif;
}