button.tns-nav-active {
    background: #eb7d24;
}

.certificate__slide img
{
    width: 100%;
    height: 800px;
    object-fit: contain;
    padding-bottom: 250px;
    padding-top: 20px;
}

.certificate-section__control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    color: #ababab;
    background-color: transparent;
    border-radius: 50px;
    transition: 0.3s;
}


.certificate-section__carousel-controls {
    position: absolute;
    display: flex;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 35px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    transform: translateY(-50%);
}

@media screen and (max-width: 700px) {
    .certificate-section__carousel-controls {
        top: 90%;
        z-index: 222;
    }
}


.lark-service-list
{
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-top: 50px;
}



.lark-service-list h2
{
    grid-column: 1 / span 3;
    margin-bottom: 10px;
}

.lark-service-list p
{
    background: #eb7d24;
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-weight: 700;
    display: block;
    border-radius: 5px;
    font-size: 20px;
    box-shadow: 0px 0px 10px #999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.lark-service-list p::before
{
    content: '';
    width: 30px;
    margin-right: 10px;
    height: 2px;
    background: #fff;
    display: block;
}

@media screen and (max-width: 700px) {
    .lark-service-list {
        grid-template-columns: 1fr 1fr;
    }
    .lark-service-list h2
    {
        grid-column: 1 / span 2;
        margin-bottom: 10px;
    }
}