[data-cattype="410"].wrapper_middle {
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: scroll!important;
}

[data-cattype="410"] .flexs{
    display: flex;
    justify-content: center;
    align-items: center;
}


[data-cattype="410"] h2{
    margin-bottom: 20px;
    font-family: 'Montserrat-SemiBold';
    font-weight: bold;
    color: #000;
    text-align: left;
}


[data-cattype="410"] h2 span{
    color: #ed3668;
}

[data-cattype="410"] h4 {
	color: #333;
    text-align: left;
}



[data-cattype="410"] p{
    text-align: left;
}
/* Grid wrapper */
.feature-block{
  margin: 40px auto;
  padding-inline: 16px;
  max-width: 900px;   /* keeps content centered */
}

.feature-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Each box */
.feature-item{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-image{
  width: 80px;
  height: 80px;
  margin-bottom: 0px;
}
.feature-image img{
  max-width: 100%;
  height: auto;
  display: block;
}

/* Text styling */
.feature-item h3{
  font-size: 1.25rem;    /* ~20px */
  margin: 8px 0;
  color: #203748;        /* brand color */
}
.feature-item p{
  font-size: 1rem;       /* ~16px */
  line-height: 1.55;
  color: #333;
  margin: 0;
}

/* Responsive: stack on small screens */
@media (max-width: 600px){
  .feature-grid{
    grid-template-columns: 1fr; /* 1 column */
  }
}


[data-cattype="410"] ul {
	padding: 0px 0px 0px 18px;
	text-align: left;
}

[data-cattype="410"] .right .hws {
	margin: 15vh 0vw 0vh 4vw;
}

[data-cattype="410"] ul li{
	list-style: none;
    font-size: 23px;
    margin-left: -10px;
}

[data-cattype="410"] ul span{
  color: #ed3668;
  font-weight: bold;
  margin-right: 20px;
    font-size: 20px;
}

[data-cattype="410"] .left img {
	margin-top: -10px;
}


/* 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="410"].wrapper_middle {
	padding: 50px 0px 20px 0px;
    }
    
    [data-cattype="410"] .right .hws {
	margin: 20px;
    }
      [data-cattype="410"] h2 {
		text-align: center;
    	}
    [data-cattype="410"] p {
        text-align: justify !important;
      }

    [data-cattype="410"] .feature-item p {
        text-align: center !important;
    }
    }

