.rem-title {
    position: relative;
    display: block;
    margin: 0px auto 10px;
    font-size: 24px;
    text-align: center;
    color: #f7961f;
}

.rem-desc {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
}

/* Desktops and laptops */
@media screen and (max-width : 1366px) {

}

/* Tablet */
@media screen and (max-width: 1024px) {

}

/* Mobile */
@media screen and (max-width: 768px) {

}

@media screen and (max-width : 500px) {

}
