/*=============================================
NOSOTROS
=============================================*/
.banner{
    overflow: hidden;
    position: relative;
}

.title-banner{
    position: absolute;
    top: 75px;
}
.our-values {
    background: #e6e7e6;
}

.our-agency p {
    text-align: justify;
}

.purchase-reason-item:nth-child(-n+8){
    margin-bottom: 20px;
}

/*=============================================
MEDIA QUERIES
=============================================*/

@media (min-width: 576px) {  
    .purchase-reason-item:nth-child(-n+2){
        margin-bottom: 30px;
    } 
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  
    .purchase-reason-item:nth-child(-n+2){
        margin-bottom: 30px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .purchase-reason-item:nth-child(-n+3){
        margin-bottom: 0;
    }
    .banner{
        height: 350px;
    }
    .title-banner{
        top: 150px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
   
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
   
}