* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1em;
    color: #4A5568;
}

h1 {
    margin-top: 30px;
    text-align: center;
    color: teal;
    font-size: 2.2em;
    letter-spacing: 0.01em;
}

.testimonials {
    max-width: 1140px;
    margin: auto;
    padding: 15px;
    text-align: center;
    position: relative;
}

.scroller {
    overflow-x: scroll;
    display: flex;
    scroll-snap-type: x mandatory;
    scrollbar-width:none;
}
.arrowslide {
    padding:0 !important;

}
.itembox {
    min-width: 100%;
    scroll-snap-align: center;
/*    background-color: white;*/
    margin-bottom: 10px;
    padding: 0 50px;
}

    .itembox img {
/*        margin: 15px auto -60px;*/
        width: 120px;
        height: 120px;
        border: solid 4px #ffffff;
        border-radius: 60px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }

.card {
    background-color: rgb(237, 242, 247);
    padding: 40px 40px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

    .card p {
     color:#333;
        line-height: 1.7;
        text-align:justify;
    }

    .card span {
        display: block;
        margin-top: 20px;
        color: teal;
        font-weight: bold;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

.testimonials .btn {
    position: absolute;
    top: 50%;
    margin-top: 20px;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    /*   background-color: rgb(110 191 88);*/
    z-index: 1;
    line-height: 26px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 15px;
    background: #fff;
    color: #000;
}
.headertestmonial {
    text-align:center;
    padding-top:34px;
    color:#333;
}
.testimonials .btn:hover {
    background-color: rgba(95, 106, 117, 0.5);
    cursor: pointer;
}

    .testimonials .btn.next {
        right: 15px;
    }

    .testimonials .btn.prev {
        left: 15px;
    }
.card {
    float:none !important;
    max-width:950px;
    margin:0px auto;
}
@media screen and (max-width: 480px) {
    .itembox {
        padding: 0 30px;
    }

    .card {
        padding: 80px 30px 30px;
    }
}
