#header-keunggulan{
    padding: 40px 24px;
    margin-top: 100px;
}

@media (min-width: 992px) {
    #header-keunggulan{
        padding: 64px 100px 34px 100px;
    }
}

#header-keunggulan .desc{
    color: var(--Neutral400);
    font-weight: 500;
    text-align: justify;
}

#header-keunggulan .title{
    font-size: 28px;
    line-height: 36px;
}

@media (min-width: 992px) {
    #header-keunggulan .title{
        font-size: 56px;
        line-height: 64px;
    }
}

#keunggulan{
    padding: 36px 24px;
}

@media (min-width: 992px) {
    #keunggulan{
        padding: 64px 100px 100px 100px;
    }
}

/* accordion */
#keunggulan .accordion {
    background-color: transparent;
    color: black;
    cursor: pointer;
    padding-bottom: 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid var(--Neutral200);
}

#keunggulan .accordion .number{
    font-size: 36px;
    line-height: 48px;
    color: var(--SecondaryO500);
}

@media (min-width: 992px) {
    #keunggulan .accordion .number{
        font-size: 56px;
        line-height: 64px;
    }
}

#keunggulan .accordion span img{
    transition: all 0.5s ease-in-out;
}

#keunggulan .accordion.active{
    border-bottom: 0px;
    transition: all 0.5s ease-in-out;
}
  
#keunggulan .panel {
    padding-bottom: 8px;
    display: none;
    background-color: white;
    overflow: hidden;
    border-bottom: 1px solid var(--Neutral200);
}

#keunggulan .panel p{
    color: var(--Neutral400);
    font-weight: 500;
    text-align: justify;
}

/* end of accordion */

#keunggulan .photo{
    width: 100%;
    height: 200px;
    background-size: cover !important;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 992px) {
    #keunggulan .photo{
        height: 388px;
    }
}

