[data-cattype="405"]{
    
}

section[data-cattype="405"].wrapper_middle{
    padding: 15px 0;
}

[data-cattype="405"] .container{
	padding : 0;
}

[data-cattype="405"] ul.green-bottom{
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	list-style: none;
	padding:0 ;
	margin: 0;
}

[data-cattype="405"] ul.green-bottom li{
	width: calc(25% - 20px);
	margin: 10px;
	font-size: 20px;
}

[data-cattype="405"] ul.green-bottom li.third{
	padding-top: 15px;
}

[data-cattype="405"] ul.green-bottom li a{
	font-size: 20px;
	color: #fff;
}

[data-cattype="405"] ul.green-bottom li a:hover{
	color: #bd9766;
}

[data-cattype="405"] ul.green-bottom li a.btn-enquiry{
	padding: 10px 15px;
	background :#bd9766;
    border-radius: 10px;
	transition : all .5s;
	color:#fff;
}

[data-cattype="405"] ul.green-bottom li a.btn-enquiry:hover{
	background :#fff;
	color:#000;
}



@media (min-width: 768px) and (max-width: 980px) {
	[data-cattype="405"] ul.green-bottom li{
      width: calc(50% - 20px);
      margin: 10px;
	}
}



/* Landscape phone  */
@media (max-width: 767px) {
	[data-cattype="405"] ul.green-bottom li{
        width: 100%;
        margin: 10px auto;
        font-size: 15px;
		text-align: center;
    }
}