section[data-cattype="601"]{
    
}


[data-cattype="601"] .img-right{
  background-color: #cccccc;
  height: 500px; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-cattype="601"] .align-left {
	padding: 0px 30px;
}

 [data-cattype="601"] .content p {
    display: none;
  }
 [data-cattype="601"] .content p:nth-of-type(-n+2) {
    display: block;
  }
 [data-cattype="601"] .learn-more {
    display: none;
    margin-top: 10px;
    cursor: pointer;
  }


/* 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="601"] .row {
		display: block;
	}

	[data-cattype="601"] .align-left {
		padding: 0px 20px;
		text-align: center;
	}

	[data-cattype="601"] .img-right {
	height: 300px;
	margin-top: 30px;
}
      
}

