.background-cover {
    height: 500px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.colums-sec{
	padding: 50px 0 20px;
}
.img-wrap{
	margin-bottom: 30px;
}
.img-wrap img {
    width: 100%;
    height: 100%;
    max-height: 233px;
    object-fit: cover;
}
.footer {
    padding: 40px 0;
}
.text-wrap p{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
@media(max-width: 767px){
.background-cover {
    height: 300px;
}
}