body {
    font-family: "Inter", sans-serif !important;
    background-color: #F4EEE1 !important;
}

.bg img{
    position: absolute;
    width: 70%;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
    bottom: -40px;
}

@media (max-width:1630px) {

    .bg img{
        width: 85%;
    }

}

@media (max-width:1400px) {

    .bg img{
        width: 100%;
        bottom: 0px;
    }

}

@media (max-width:767px) {

    .bg img{
        width: 100%;
        bottom:20%;
    }

}

.social_container {
    text-align: end;
    vertical-align: middle;
    width: 85%;
    margin: auto;
    padding: 2rem 0 0 0;
}

.social_container a {
    text-decoration: none;
    color: #000;
}

.social_container i {
    font-size: 20px;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    height: 100vh;
}


.logo_wrap img{
   width: 100%;
}

.logo_wrap p{
    font-size: 18px;
}

.text_continer {
    display: flex;
    justify-content: flex-end;
}

.text_continer p {
    font-size: 18px;
}

.social_container_mb {
    display: none;
}

@media (max-width:991px) {

    .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: right;
        width: 90%;
        align-items: flex-start;
        padding-top: 8em;
    }

    .text_continer {
        margin: 3rem 0;
    }

    .text_continer p{
        font-size: 16px;
    }

    .social_container {
        display: none ;
    }

    .social_container_mb {
        display: block !important;
    }

    .social_container_mb a {
        text-decoration: none;
        color: #000;
    }
    
    .logo_wrap p{
        text-align: start;
    }

}