.information-description{
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.6;
}

.info-headig{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height:440px;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-bottom: 60px;
}

.info-headig::after{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#0006;
}

.info-headig .heading{
    position:relative;
    z-index:1;
    color:#fff;
}

.information-description strong{
    font-weight:500;
}


#information-contact{
    margin: 30px auto;
}

#content{
    min-height: auto;
}











