/* 모바일 */
@media (max-width: 769px) {
    .rental-service-banner-content {
        text-align: center;
        justify-items: center;
    }
}

/* 노트북 이하 */
@media (max-width: 1099px) {
}

/* 데스크톱 */
@media (min-width: 1100px) {
}