#tentang .section1 img {
    width: 100%;
}

#tentang .section1 .next,
#tentang .section1 .prev {
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .9);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

#tentang .section1 .next {
    padding-left: unset;
    padding-right: 20px;
    left: unset;
    right: 0;
    transform: translate(50%, -50%);
}


#tentang .section2{
    padding-top:50px;
    padding-bottom: 50px;
}
#tentang .section2 h2{
    color:#D48D33;
    font-family: HelveticaNeueBold;
    font-size: 1.2rem;
}
#tentang .section2 p{
    color:#fff;
    font-family: dmSans;
}
#tentang .section3{
    border-top:solid 1px #fff;
    padding-top:50px;
    padding-bottom: 50px;
}
#tentang .section3 h2{
    color:#D48D33;
    font-family: HelveticaNeueBold;
    font-size: 2.5rem;
}
#tentang .section3 .contact{
    margin-bottom: 30px;
}
#tentang .section3 .contact a{
    margin-right: 5px;
    color:#fff;
    text-decoration: none;
    font-size: 1.5rem;
}
#tentang .section3 p{
    color:#fff;
    font-family: dmSans;
}
#tentang .section3 img{
    width: 100%;
}
#tentang .section3 .item:not(.swiper-slide-active) {
    z-index: 100;
}
#tentang .section3 .prev,#tentang .section3 .next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #fff;
    display: inline-block;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#tentang .section3 .next {
    margin-left: 5px;
}


@media (orientation: portrait) {
    #tentang .section3 .swiper{
        margin-bottom: 30px;
    }
    #tentang .section3 .text{
        margin-top: 30px;
    }
    #tentang .section3 h2{
        font-size: 1.5rem;
    }
}