/* footer */
.footer {
    /* position: absolute; */
    width: 1440px;
    /* height: 496px; */
    left: 3px;

    background: #4e2870;
    padding: 50px 0;
    /* padding-left: 8rem; */
}

footer h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

footer p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;

    color: #ffffff;
}

.icon-footer {
    width: 30px;
    height: 30px;
}

.margin-other {
    margin-top: 4rem;
}


/* footer contact */
.footer-contact {
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);

    border-radius: 16px;
    border: none;
    margin-top: 10rem;
    /* padding-top: 1.5rem;
    padding-left: 4.5rem; */
}

.icon-footer-contact {
    width: 30px;
    height: 30px;
    /* color: #0000; */
}

.text-address {
    /* width: 439px; */
    /* height: 72px; */
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 1.5rem;
}

.title-footer-contact {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 768px) {
    .margin-other {
        margin-top: 1rem;
    }
}
