.head__leadership {
    position: relative;
}
.img__background {
    height: 400px;
    background-size: cover;
    background-position: center;
}
.posts {
    margin-top: 100px;
    margin-bottom: 100px;
}
.page-title { 
    font-weight: 900;
    font-size: 64px;
    color: #000;
}
.margin_top {
    margin-top: 200px;
}
.img_hedge {
    height: 600px;
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .img__background {
        display: none;
    }
    .posts {
        margin-top: 115px;
    }
    .posts .container {
        width: 85%;
    }
    .page-title { 
        font-size: 35px;
    }
    .img_hedge {
        height: 350px;
    }
}


