.home-fitur {
    margin-top: 6rem;
}

.home-fitur .stylo160 img {
    margin-top: -4rem;
    width: 56%;
}

.home-fitur .card img {
    height: 15rem;
}

.home-fitur .card h4 {
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: capitalize;
}

.home-fitur .card p {
    font-size: 1.1rem;
    text-align: justify;
}

.home-stylo160 h2 {
    margin-top: 5rem;
}

.home-stylo160 .carousel-item img {
    margin-top: -1.7rem;
    width: 50%;
}

.home-spesifikasi {
    margin-top: 1.5rem;
    padding: 0 1rem;
}

.home-spesifikasi .row1 {
    display: flex;
    justify-content: center;
}

.home-aksesoris, .home-rekomendasi {
    margin-top: 7rem;
    padding: 0 1rem;
}

.home-rekomendasi .card-body a {
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
    color: white;
    padding: 0.5rem 1rem;
    background-color: red;
    border-radius: 0.5rem;
    border: 2px solid white;
    transition: .5s;
}

.home-rekomendasi .card-body a:hover {
    background-color: white;
    border-color: red;
    color: red;
}

@media (max-width: 992px) {
    html {
        font-size: 70%;
    }
    .home-fitur .beat img {
        margin-top: -9rem;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 63%;
    }
}

@media (max-width: 450px) {
    html {
        font-size: 58%;
    }
    .home-fitur .stylo160 img {
        margin-top: -2.1rem;
        width: 87%;
    }
    .home-stylo160 .carousel-item img {
        margin-top: -2rem;
        width: 85%;
    }
    .home-spesifikasi {
        margin-top: 1rem;
    }
    .home-aksesoris {
        margin-top: 4rem;
    }
}