[data-cattype="409"].wrapper_middle {
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: scroll!important;
}

[data-cattype="409"] .flexs{
    display: flex;
    justify-content: center;
    align-items: center;
}

[data-cattype="409"] h2{
    margin-bottom: 20px;
    font-family: 'Montserrat-SemiBold';
    font-weight: bold;
    color: #000;
    text-align: left;
}


[data-cattype="409"] h2 span{
    color: #ed3668;
}

[data-cattype="409"] h4 {
	color: #ed3668;
    text-align: left;
}



[data-cattype="409"] p{
    text-align: left;
}


[data-cattype="409"] ul {
	padding: 0px 0px 0px 18px;
	text-align: left;
}

[data-cattype="409"] .right .hws {
	margin: 23vh 0vw 1vh 8vw;
}

[data-cattype="409"] ul li{
	list-style: none;
    font-size: 23px;
    margin-left: -10px;
}

[data-cattype="409"] ul span{
  color: #ed3668;
  font-weight: bold;
  margin-right: 20px;
    font-size: 20px;
}

[data-cattype="409"] .left img {
	margin-top: -50px;
}


/* 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="409"].wrapper_middle {
	padding: 50px 0px 20px 0px;
    }
    
    [data-cattype="409"] .right .hws {
	margin: 20px;
    }
      
    }

