footer {
    width: 100%;
    height: auto;
}

.footer_sayan {
    width: 100%;
    display: flex;
}

.footer_sayan .footer_left {
    width: 20%;
    background: var(--main-bgcolor);
    color: var(--muted);
    padding: 12px 15px;
}

.footer_sayan .footer_left p {
    font-size: 16px;
    margin-bottom: 16px;
}

.footer_sayan .footer_left p a {
    display: flex;
    width: 100%;
    color: var(--muted);
    gap: 7px;
    align-items: center;
    word-break: break-all;
}

.footer_sayan .footer_left p a i {
    font-size: 16px;
    background: var(--sky);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_sayan .last {
    width: 80%;
    padding: 12px;
    background: #00013fed;
    color: var(--muted);
}

.footer_sayan .last .last_heading_main {
    border-bottom: 2px solid var(--muted);
    display: flex;
    padding: 24px 0px;
}

.footer_sayan .last .last_heading_main .last_heading {
    width: 20%;
}

.footer_sayan .last .last_heading_main .last_heading h2 {
    font-size: 17px;
    font-weight: 600;
}

.footer_sayan .last .last_content_main {
    display: flex;
}

.footer_sayan .last .last_content_main .last_content_box {
    width: 20%;
    margin-top: 2%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer_sayan .last .last_content_main .last_content_box a {
    color: var(--muted);
}

.footer_sayan .last .last_content_main .last_content_box h2 {
    display: none;
}