.foto_testimoni img {
    float: left;
    height: 120px;
    width: 120px;
    margin: 10px 0px 0px 10px;
    border-radius: 50%;
}

.foto_testimoni span {
    font-size: 17px;
    float: left;
    padding: 10px;
    color: #fd784f;
}

.tengah {
    text-align: center;
    margin-top: 70vh;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 60px;
    line-height: 1.5;
    font-weight: 900;
}

.tengah2 {
    text-align: center;
    font-size: 26px;
    margin-top: -20px;
    color: yellow;
    font-family: arial;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .foto_testimoni img {
        margin: 0px 0px 0px 140px;
        display: block;
        width: 100px;
        height: 100px;
    }
    .foto_testimoni span {
        margin: 0px 0px 0px 40px;
    }

    .auto {
        display: block;
        border: 1px solid white;
        padding: 5px;
        margin-left: -50px;
        margin-top: 5px;
        width: 200px;
        height: 150px;
        overflow: auto;
    }

    .tengah {
        text-align: center;
        margin-top: 50vh !important;
        color: white;
        font-size: 24px;
        line-height: 1;
        font-weight: 900;
        max-width: 100% !important;
    }

    .tengah2 {
        text-align: center;
        font-size: 20px;
        margin-top: 16px;
        color: yellow;
        font-family: arial;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .home_slider_background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        text-align: center;
    }
}

.auto {
    display: block;
    border: 1px solid white;
    padding: 5px;
    margin: 5px 0px 0px -30px;
    width: 120%;
    height: 350px;
    overflow: auto;
}

.scrollmenu {
    background-color: #ffffff;
    overflow: auto;
    white-space: nowrap;
    width: 1200px;
}

.kiri {
    text-align: left;
    color: white;
}

::-webkit-scrollbar {
    width: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover*/
::-webkit-scrollbar-thumb:hover {
    background: #fd784f;
}

/* Slideshow container */
.slideshow-containers {
    position: relative;
    margin: 0px 0px 0px 0px;
    height: 800px;
    background: #f1f1f1;
}
.isi-slider {
    width: 100%;
    height: 100%;
}

/* table */

.foto_testimoni table {
    font-family: arial;
    width: 85%;
}

.foto_testimoni td {
    text-align: left;
    padding: 5px;
    color: white;
    border-radius: 10px;
}

.foto_testimoni tr:nth-child(even) {
    background-color: #333538;
}
.column1 img {
    width: 180px;
    height: 150px;
    margin: 100px 0px -90px 0px;
}
.nama1 {
    color: red;
    font-size: 25px;
    margin: 50px 0px 0px 25px;
}

.column2 img {
    width: 180px;
    height: 150px;
    margin: 100px 0px -90px 10px;
}
.nama2 {
    color: red;
    font-size: 25px;
    margin: 52px 0px 0px 70px;
}
.column3 img {
    width: 180px;
    height: 150px;
    margin: -224px 0px 0px 952px;
}
.nama3 {
    color: red;
    font-size: 25px;
    margin: -90px 0px 0px 980px;
}
.column4 img {
    width: 180px;
    height: 150px;
    margin: -225px 0px 0px 760px;
}
.nama4 {
    color: red;
    font-size: 25px;
    margin: -90px 0px 0px 810px;
}

.featured_card_col {
    margin-bottom: 32px;
}

.product-section {
    padding: 150px 0;
}
