<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 mar. 2021, 14:02:22
    Author     : adriancarmona
*/

.main-offer-row{
  
   margin-top: 40px;
   margin-bottom: 10px;
   padding-left: 30px;
   padding-right: 5px;
    
}

.main-text-col{
   border:0.5px #eee solid;
   padding: 20px;
}

.main-text-col:hover{
  background-color: #FAFAFA;
}


@media (min-width: 768px) {
    .main-col{
        height: 310px;
    }

    .main-img-col img {
        height: 310px;
    }

    .main-img-col{
        padding-left: 0px !important;
    }
}

@media (max-width: 767px) {
    .main-img-col{
        padding: 0 !important;
    }
    .main-img-col img {
        /*margin-left: -5px;*/
    }
}

</pre></body></html>