section[data-cattype="629"]{
    padding: 0;
}

[data-cattype="629"] .home-col2{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

[data-cattype="629"] .home-col2 > li{
    width: calc(50% - 0px);
    margin: 0;
    padding: 20px ;
    position: relative;
    background-size: cover !important;
}

[data-cattype="629"] .home-col2 > li .section-title h2{
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

[data-cattype="629"] .home-col2 > li h3{
    text-transform: uppercase;
    color: #fff;
}

[data-cattype="629"] .sarawak-desc{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

[data-cattype="629"] .sarawak-desc > li:first-child{
    width: calc(20% - 8px);
    margin: 0;
}

[data-cattype="629"] .sarawak-desc > li:last-child{
    width: calc(80% - 8px);
    margin: 0;
    color: #fff;
    line-height: 1.5;
}

[data-cattype="629"] ul.list{
    line-height: 1.5;
}




/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	[data-cattype="629"] .home-col2 > li {
        width: calc(50% - 0px);
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   [data-cattype="629"] .home-col2 > li {
        width: calc(100% - 0px);
    }

}

/* Mobile screen size */
@media (max-width: 480px) {
      
}