.spc {
    background-image: url("../img/bg-produk.png");
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.spc .spc-text {
    padding: 100px 0;
}

.spc .spc-text h1{
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
}

.spc .spc-text p {
    font-family: Poppins;
    font-size: 16px;
    color: #fff;
}

.spc .spc-text h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    color: #FD5B1B;
}

.spc a {
    background-color: #FD5B1B;
    width: 120px;
    border-radius: 20px;
    font-family: Poppins;
    font-weight: 500;
    border: none;
    
}

@media (min-width: 1000px){
    .spc .spc-img {
       margin-left: 200px;
       width: 70%;
    }
    }