.footer-section{
    background: #0D0D0C;
    color: #F4EFE3;
    text-align: center;
    padding: 130px 0 60px;
}

.footer-wrap{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.venture-kgv{
    text-transform: uppercase;
    margin-bottom: 29px;
}

.footer-wrap {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #B8935F;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
}

.footer-wrap h2{
    font-size: 42px;
    max-width: 640px;
    margin: 0 auto 20px;
    color: #F4EFE3;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.footer-wrap p{
    font-size: 15.5px;
    color: rgba(244, 239, 227, 0.65);
    max-width: 520px;
    margin: 0 auto 44px;
    line-height: 1.7;
    font-weight: 100;
    letter-spacing: 0;
}

.poe-wrap{
    display: flex;
    justify-content: center;
    gap: 70px;
    flex-wrap: wrap;
    margin-bottom: 80px;
    font-weight: 100;
    letter-spacing: 0;
}

.poe-item{
    background: #0D0D0C;
    color: #F4EFE3;
    text-align: center;
    padding: 130px 0 60px;
}

.poe-item span{
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #F4EFE3;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.poe-item a{
    font-size: 15px;
    color: #F4EFE3;
    text-decoration: none;
}
.footer-conclusion{
    border-top: 1px solid #373735;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 763px;
    font-size: 12px;
    color: rgba(244, 239, 227, 0.5);
    letter-spacing: 0.04em;
    max-width: 1180px;
    margin: 0 auto;
}

.footer-conclusion div{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}
.footer-conclusion img{
    height: 22px;
    width: 22px;
    object-fit: contain;
    display: block;
    max-width: 100%;
}   

.footer-conclusion p{

}

@media (max-width:1270px){
    .footer-wrap h2 {
        font-size: 38px;
        max-width: 640px;
    }

    .footer-wrap p {
        font-size: 14.5px;
    }

    .poe-item span {
        font-size: 13px;
    }

    .poe-wrap {
        gap: 53px;
        margin-bottom: 3px;
    }

    .poe-item {
        padding: 0px 0 30px;
    }

    .footer-conclusion{
        max-width: 927px;
        flex-wrap: nowrap;
        font-size: 10px;
        gap: 477px
    }
}

@media (max-width:830px){
    .footer-conclusion {
        gap: 330px;
    }
}

@media (max-width:677px){
    .footer-conclusion {
        gap: 246px;
    }
}

@media (max-width: 639px) {
    .footer-wrap h2 {
        font-size: 21px;
    }

    .footer-wrap p {
        font-size: 14px;
    }

    .poe-item span, .poe-item a {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .footer-conclusion {
        gap: 183px;
        font-size: 8px;
    }

    .footer-section {
        padding: 35px 0 1px;
    }
}

@media (max-width: 500px){
    .footer-wrap p{
        font-size: 10px;
        margin-bottom: 37px;
        max-width: 285px;
    }
    .footer-wrap h2{
        max-width: 74%;
        font-size: 23px;
    }
    .poe-wrap {
        gap: 8px;
        margin-bottom: 3px;
        font-size: 10px;
    }

    .footer-conclusion {
        gap: 55px;
        font-size: 8px;
    }

    .footer-conclusion img {
        height: 16px;
        width: 16px;
    }
}

@media (max-width:343px){
    .footer-conclusion {
        gap: 51px;
        font-size: 6px;
    }

    .footer-conclusion img {
        height: 13px;
        width: 13px;
    }
}