.container{
    margin: 0 8%;
}
.banner-img-con{
    width: 100%;
    height: 300px;
    background-color: rebeccapurple;
}
.banner-img-con img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container h1,h2{
    margin: 3% 0;
}
.container h1{
    font-size: 2.5rem;
}
.container h2{
    font-size: 1.8rem;
}
.container p{
    font-size: 1.3rem;
    text-align: justify;
    letter-spacing: 1.2px;
    line-height: 30px;
}
.blog-img-con{
    width: 100%;
    height: 700px;
    background-color: rebeccapurple;
}
.blog-img-con img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
