.header__img:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.about__heading {
	background-image: url(/wp-content/uploads/2019/09/Line2.svg)!important;
	text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}


@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 800px) {
	.header {
		justify-content: center;
	    align-items: center;
	}
}


@media only screen and (max-width: 767px) {
	.header-before-title {
		    font-size: 28px!important;
    text-align: center;
    background-size: contain!important;
    background-position: center!important;
	}
.header-main-title-category {
	    font-size: 44px!important;
    font-weight: 400!important;
        max-width: 80%;
    margin: 0 auto!important;
        padding-top: 20px!important;
}
	.top-picks {
		padding-top: 45px!important;
	}
	.about__heading  {
		font-size: 28px;
	    background-size: 200px;
	}
}

@media only screen and (max-width: 480px) {
.header-main-title-category {
	    font-size: 35px!important;
}
}
