:root {
    --font-poppins: "Poppins", sans-serif;
    --font-playfair-display: "Playfair Display", sans-serif;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --text-body: #262626;
    --theme-dark: #262626;
    --theme-dark-rgb: 38, 38, 38;
    --goldern-yellow: #C9AF68;
    --goldern-yellow-rbg: 201, 175, 104;
    --goldern-light: #F9F7F4;
    --white: #fff;
    --error-text: #BF481B;
    --black: #000;
    --transition: all 400ms ease-in-out;
    --golden-gradient: linear-gradient(180deg, #F9F7F4 0%, #FFF 100%);
    
}

.who-we-are-wrap{
    margin-bottom: 70px;
}

.about-img-wrap{
    position: relative;
    height: 100%;
    padding: 43px 0 150px;
}
.about-img-wrap [class*=img-]{
    height: 100%;
    object-fit: cover;
}
.about-img-wrap .img-1{
    width: 392px;
    height: 489px;
    width: 64.264%;
}
.about-img-wrap .img-2{
    width: 392px;
    height: 489px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 10px solid var(--white);
    width: 64.264%;
}
.about-img-wrap .img-3{
    max-width: 165px;
    height: auto;
    position: absolute;
    top: 0;
    right: 25px;
    width: 28.85%;
}

.about-content-wrap{
    padding: 35px 0;
    max-width: 580px;
    margin-left: auto;
}
.about-content-wrap .section-title{
    margin-bottom: 30px;
}
.about-content-wrap .btn-theme{
    margin-top: 14px;
}