.benefits-box h5 label{
	font-size: 18px;
    color: #da3f3b;
	font-weight: 400;
}
.benefits .benefits-box {
    width: 49%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px;
}.about-video{	width: 100%;    padding: 30px;    background: #DA3F3B;    border-radius: 20px;}


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

.benefits .benefits-box{
	width: 100%;
    flex-wrap: wrap;
}.about-video{	padding: 15px;}.about-video iframe{	height: auto;}


}