/* Section Banner Tentang */

section.banner_bertukang {
    /* background: #ffa500; */
    background: url(../../files/banner/Bertukang.jpg) no-repeat;
    background-size: 100%;
    border-bottom: 10px solid #2f2f2f;
    height: 14vw;

}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    section.banner_bertukang h1 {
        padding-top: 6.5vw !important;
        font-size: 30px;
    }

    section.banner_bertukang h3 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    section.banner_bertukang h1 {
        font-size: 25px;
        padding-top: 4.5vw !important;
    }

    section.banner_bertukang h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    section.banner_bertukang {
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        border-bottom: none;
        height: 150px;
        background-size: cover;
    }

    section.banner_bertukang h1 {
        padding-top: 60px !important;
        font-size: 26px !important;
    }

    section.banner_bertukang h3 {
        padding-bottom: 0;
        font-size: 20px !important;
    }

    .counter-produk-terbaru .row .col-xs-6 {
        width: 50% !important;
    }
}



section.banner_bertukang h1 {
    padding-top: 8vw;
    color: rgb(0, 0, 0);
}

section.banner_bertukang h3 {
    padding-bottom: 20px;
    color: rgb(0, 0, 0);
}

section.banner_bertukang h3 a {
    color: white;
    text-decoration: none;
    transition: .3s;
}

section.banner_bertukang h3 a:hover {
    color: rgb(0, 0, 0);
}

/* Akhir Section Banner Kegiatan */

/* Section Counter kegiatan */
section.counter_bertukang {
    padding: 50px 0;
}

section.counter_bertukang .main-header p {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

section.counter_bertukang p {
    margin-bottom: 5px;
}

section.counter_bertukang ul li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Akhir Section Counter Kegiatan */