: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%);
    
}

.company-leadership{
    padding: 81px 0;
}
.company-leadership .leadership-img{
    max-width: 450px;
    margin-left: auto;
    height: 560px;
    overflow: hidden;
}
.company-leadership .leadership-img img{
    height: 100%;
    object-fit: cover;
}
.leadership-content-wrap{
    max-width: 694px;
}
.leadership-content-wrap .section-title{
    margin-bottom: 30px;
}
.leadership-content-wrap .btn-theme{
    margin-top: 30px;
}
