main .propiedades {
    background: url('../img/beneficios/iStock-655275092ok-825x502.jpg');
    background-size: cover;
    background-position: left;
}

main .propiedades p {
    font-size: 1rem;
    font-weight: 400;
}

main .beneficios p {
    font-weight: 400;
    font-size: 0.8rem;
}

main .items {
    background: #ef6020;
}

main .items h6 {
    color: white;
    font-weight: 400;
}

/** MEDIA QUERIES **/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    main .propiedades {
        background-position: right;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    main .propiedades {
        background-position: right;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    main .propiedades {
        background-position: right;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    main .propiedades {
        background-position: right;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/** END MEDIA QUERIES **/