.our-progress{
    width: 100%;
    height: auto;
}
.our-progress .banner{
    width: 100%;
    margin-top: 50px;
    height: 50vh;
    background: url(./images/reviews.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-progress .banner .ban-col{
    width: 100%;
    height: 50vh;
    background-color: #13334dbd;
   
}
.our-progress .banner .ban-col h1{
    padding-top: 100px;
    text-align: center;
    color: white;
    font-size: 84px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.reviews{
    width: 100%;
    height:auto;
    padding: 40px 140px;
}
.reviews h1{
    font-size: 32px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #13334d;
    text-align: center;
    margin-bottom: 10px;
}
.reviews p{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center
}
.reviews .reviews-cards{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around ;
    margin-top: 30px;
}
.reviews .reviews-cards img{
    width: 280px;
    height: 550px;
    margin-bottom: 30px;
    border: #13334d 2px solid;

}
@media (max-width: 820px){
    .reviews{
        padding: 40px 20px;
    }
}
@media (max-width: 420px) {
    .our-progress .banner .ban-col h1{
        font-size: 53px;
    }
    .reviews h1{
        font-size: 28px;
    }
    .reviews p{
        text-align: justify;
    }
}