/*=============================================
NOSOTROS
=============================================*/

.our-values {
    border-left: 5px solid #ec38bc;
    border-right: 5px solid #ec38bc;
    background: #e6e7e6;
}

.our-agency {
    border-left: 5px solid red;
    border-right: 5px solid red;
}

.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;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
   
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
   
}