[data-cattype="421"].wrapper_middle {
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 90px 0px 120px 0px;
	background-attachment: fixed!important;
}



[data-cattype="421"] h2{
    font-family: 'Montserrat-SemiBold';
    font-weight: bold;
    color: #ed3668;
    text-align: center;
}


[data-cattype="421"] h4 {
	color: #000;
    text-align: center;
}

[data-cattype="421"] h3 {
    font-family: 'Montserrat-Regular';
	color: #000;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
}


[data-cattype="421"] .wrapper_image {
	width: 320px;
	height: auto;
	overflow: hidden;
	border: 1px solid #dedede;
	margin: 15px;
	background-color: #ed3668;
}


[data-cattype="421"] .wrapper_image img:hover {
	opacity: 0.7;
	cursor: pointer;
	transition: 0.3s;
}


[data-cattype="421"] .container {
	max-width: 1450px !important;
}


[data-cattype="421"] .grid {
	margin-top: 20px;
	margin-bottom: 50px;
}

[data-cattype="421"] li:hover > h3 {
	color: #ed3668;
    transition: 0.3s;
}

[data-cattype="421"] li:hover > .text {
	color: #4d4d4d;
    transition: 0.3s;
}

/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
    
    [data-cattype="421"].wrapper_middle {
	padding: 50px 0px 65px 0px;
    }
    
    [data-cattype="421"] .grid {
	margin-bottom: 25px;
    }
      
}

