@charset "utf-8";

#rental-service .bg{margin:60px 0}
#rental-service .bnr-sk img{width:100%}
#rental-service b{font-weight:600;color:var(--green)}
#rental-service ul{display:grid;grid-template-columns:repeat(2, 1fr); gap:20px}
#rental-service ul li{display:flex;align-items:center;gap:20px;border-radius:12px;padding:15px;background:var(--white)}
#rental-service ul li img{width:84px}
#rental-service #head-sm{display:flex;gap:5px;font-weight:600;color:var(--gray-800)}
#rental-service #head-sm span{color:var(--green)}
#rental-service #body-md{margin-top:5px}

@media (max-width:1024px){
#rental-service ul{display:flex;flex-direction:column;gap:15px}
#rental-service .bnr-sk{display:none}
#rental-service .bg{margin:0}
}
