header {
    padding: 154px 0 100px;
    min-height: 530px;
}

section {
    padding: 40px 0;
}

.main-nav {
    background: rgba(0, 0, 0, 0.295);
    transition: .5s;
}

.scroll-nav {
    background: #343a40ed;
    padding: 15px;
    transition: .5s;
}

.button {
    font-size: 19pt;
}

.fitur {
    font-size: 85pt;
    margin: 20px 0;
    color: #474751;
}

.garis {
    border-bottom: 2px solid rgb(252, 201, 35);
    text-align: center;
    font-size: 20pt;
    padding: 10px 5px;
    width:fit-content;
    margin: 0 auto;
    letter-spacing: 2px;
    margin-bottom: 60px;
}

.garis2 {
    width: 30%;
}

.garis3 {
    width: 18%;
}

.garis:hover {
    border-bottom: 2px solid rgb(252, 201, 35);
}

/* fitur */
.headline {
    font-family: verdana;
    margin-bottom: 20px;
}

.foot-fitur {
    margin-top: -20px;
}

.isi-fitur {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1.5px;
    font-family: roboto 'sans-serif';
    line-height: 30px;
}

.isi-fitur {
    font-size: 11pt;
}

.row2 {
    margin: 70px 0;
}

.konten2 {
    width: 70%;
}

.gambar-fitur {
    border-radius: 10px;
}

/* about us */
.team {
    width: 90%;
    background: white;
    border-radius: 10px;
    overflow: visible;
    margin: auto;
    margin-bottom: 30px;
}

.gbr {
    width: 95%;
    margin: 0;
    margin-top: 8px;
    border-radius: 10px 10px 0 0;
    overflow: visible;

}

.box { 
    text-align: left; 
}

.team:hover {
    -webkit-transition: .8s ease;
    transition: .8s ease;
    box-shadow: 5px 5px 0 rgb(199, 160, 49);
}

.img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 100%;
    height: auto;
    display: block;
}

.box {
    border: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    background: white;
    border-radius: 10px;
}

.box:hover .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.teks {
    margin: 10px 0;
    margin-top: 15px;
}

.job-desk {
    text-transform: uppercase;
    font-size: 16pt;
    font-weight: bold;
    letter-spacing: 1px;
}

.teks p {
    font-style: italic;
}

/* contact */
.row3 {
    margin-top: 50px;
    margin-bottom: 20px;
}

#contact {
    background: #f8f9fa;
}

/* footer */
.foot-link {
    color: white;
}

.foot-link:hover {
    color: rgb(226, 226, 226);
    text-decoration: none;
    font-weight: bold;
}

.warna-icon {
    color: rgb(204, 204, 204);
}

.bg-footer {
    background: #141a30fa;
}

@media (min-width: 992px) {
    header {
        padding: 156px 0 100px;
    }
.col-lg-4,
.col-lg-6 {
    width: 100% !important;
    max-width: 100% !important;
}

.team{
    width: 100% !important;
}

.box {
    width: 100% !important;
    padding: 20px;
}

.features{
    text-align:center;
}

.gbr{
    text-align:right;
}

.features .team{
    margin-top:40px;
}

.features .team .gbr{
    text-align:right;
}

.features .team p{
    max-width:100%;
}

@media (max-width:768px) {
    .garis:hover {
        border-bottom: 2px solid rgb(252, 201, 35);
    }
}

    h2{
        font-size: 36px;
    }
    
    .features .col-lg-4{
        width: 100%;
    }
    
    .features p{
        text-align: center;
        max-width: 90%;
        margin: auto;
    }
    
    .container{
        padding-left: 0;
        padding-right: 0;
    }
    
    .garis {
        text-align: center;
        width: 100%;
    }
        
    .contact-text {
  margin-top: 80px;
  text-align: center;
  font-size: 36px;
    }
}