@import url('https://fonts.googleapis.com/css2?family=Outfit&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

.footer {
    width: 100%;
    height: 440px;
    left: 0px;
    top: 0px;
    background: #22333b;
    margin-top: 150px;
}

.footerInfo {
    max-width: 1163px;
    margin: auto;
    padding: 86px 10px 0 10px;
    position: relative;
}

.footerInfo>.top>.right {
    position: absolute;
    right: 50px;
    top: 90px;
    font-family: 'Pangram';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.footerInfo>.top>.right>.ln1 {
    font-family: 'Pangram';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #EAE0D5;
    margin-top: 28px;
}

.footerInfo>.top>.right>.ln1>img {
    margin-right: 8px;
}

.footerInfo>.top>.right>.ln2 {
    font-family: 'Pangram';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #EAE0D5;
    margin-top: 19px;
}

.footerInfo>.top>.right>.ln2>img {
    margin-right: 8px;
}

.footerInfo>.top>.left>.content {
    max-width: 380px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #EAE0D5;
    padding-top: 15px;
    padding-bottom: 32px;
}


.social>a {
    padding-right: 10px;
}

.copyright {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding-top: 85px;
    color: #EAE0D5;
}

@media(max-width:700px) {
    .footer {
        height: auto;
    }

    .footerInfo {
        padding: 65px 25px 15px 25px;
    }

    .footerInfo>.top>.left>.content {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .footerInfo>.top>.right {
        margin-top: 31px;
        position: relative;
        right: 0;
        top: 0;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }

    .footerInfo>.top>.right>.ln1 {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        margin-top: 18px;
    }

    .footerInfo>.top>.right>.ln1>img {
        width: 14px;
    }

    .footerInfo>.top>.right>.ln2 {
        font-family: 'Pangram';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        margin-top: 8px;
    }

    .footerInfo>.top>.right>.ln2>img {
        width: 14px;
    }

    .copyright {
        padding-top: 50px;
    }
}