.contact-form{
    margin-right: -2% !important;
}

.line{
    width: 100%; 
    text-align: center; 
    color: #ffff;
    border-bottom: 3px solid rgb(249, 181, 69); 
    line-height: 0.1em;
    /* margin: 10px 0 20px; */
    margin-left: 9%;
    margin-right: 5%;
    margin-bottom: 7%;
}
.section-banner {
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 1)), url('../../images/banner-book-a-flight-online.jpg') !important;
    background-size: cover;
    background-position: center;
    height: 280px !important;
    position: relative;
  }
.heading1{
    font-size: larger;
    font-weight: 600;
}

.relatedBrief .title{
font-size: medium;
color: black;
font-weight: 400;
}
.relatedBrief .category{
    color: gainsboro;
    font-size: small;
}
.relatedBrief .date{
    color: gainsboro;
    font-size: small;
}

@media (max-width:786px ){
    figcaption{
        width: 85%;
    }
}