 /* layout-2 */

.layout-2 { background-color: #018daf; border-radius: 0px; max-width: 100%; margin: 0 auto; padding: 20px; margin: 0 auto; overflow: hidden; cursor: pointer; }

.layout-2:hover { 
background: linear-gradient(to bottom,  #036982 0%,#018daf 47%,#018daf 53%,#036982 100%); 
 }

.layout-2 .container-fluid { display: flex;align-items: center; max-width: 1530px; justify-content: space-between; }

.layout-2 h3 { color: #fff; margin-top: 0; font-weight: 700; font-size: 32px;}

.layout-2 p { font-size: 24px; color: #fff; font-weight: 500; margin-bottom: 0; line-height: 34px; }

.layout-2 .content { width: 94%; padding-right: 10%; }  

.layout-2 .link{ position: relative; }

.layout-2 .link a:before { content: ''; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; background-color: #fff; border-radius: 50px; position: absolute; top: 50%; left:50%; }

.layout-2 .link a:after { content: '\f062'; font-family: fontawesome; font-size: 30px; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; color: orange; position: absolute; top: 50%; left: 50%; padding: 14px; text-align: center; transform: rotate(45deg); }

.layout-2 .link:hover a:before { background-color: orange; }

.layout-2 .link:hover a:after { color: #fff; }





/* Responsive */



@media (max-width: 1299px){ 



}

/* 1299 END */





@media (max-width: 1199px){ 

.layout-2 h3 { font-size: 30px; line-height: 38px; }

.layout-2 p { font-size: 22px; line-height: 30px; }

.layout-2 .content { padding-right: 30px;  }



}

/* 1199 END */ 



@media (max-width: 991px){ 



.layout-2 h3 { font-size: 28px; line-height: 34px; }

.layout-2 p { font-size: 20px; line-height: 26px; }



}

/* 991 END */



@media (max-width: 767px){ 

.layout-2 h3 { font-size: 26px; line-height: 32px; }

.layout-2 p { font-size: 18px; line-height: 26px; }





}

/* 767 END */



@media (max-width: 599px){ 

.layout-2 { padding: 40px 20px;  }

.layout-2 .container-fluid { display: block; }

.layout-2 .content{ width: 100%; padding-right: 0; margin-bottom: 30px; text-align: center; }

.layout-2 .link { text-align: center; }

.layout-2 .link a { margin: 0 auto; text-align: center; }
 







} 

/* 599 END */





@media (max-width: 479px){ 

.layout-2 h3 { font-size: 24px; line-height: 32px; }

.layout-2 .container-fluid{ padding: 0; }

.layout-2 p {  font-size: 16px; line-height: 22px; }









} 

/* 479 END */







