[data-cattype="408"].wrapper_middle {
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 20px;
	background-attachment: fixed !important;
    height: 920px;
    display: flex;
    justify-content: center;
    align-items: center;
}

[data-cattype="408"] h2{
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
}

[data-cattype="408"] h2 span{
    color: #ed3668;
}

[data-cattype="408"] .btn-img img{
    width: 60px;
}

[data-cattype="408"] a{
    color: #fff;
}

[data-cattype="408"] .content{
    width: 40%;
}


[data-cattype="408"] .link:hover > a {
	color: #ed3668;
	opacity: 0.5;
}


/* 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="408"].wrapper_middle {
	background-position: bottom center !important;
	padding: 40px 20px 20px 20px;
	height: 250px;
    }
    
    [data-cattype="408"] .content {
	width: 100%;
    }
    
    [data-cattype="408"] h2 {
	margin-bottom: 10px;
    }
      
}

