ul#aga_gallery {
    margin: 0;
    padding: 0;
}

.aga-gallery-item {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
}

.aga-gallery-item:not(:last-child) {
    margin-bottom: 30px;
}

.aga-gallery-item a {
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.aga_cotnent h3 {
    margin: 0 0 15px;
}

.aga_texts p {
    margin: 0;
}

.sl-overlay {
    background: #000000;
}

.sl-counter {
    color: #ffffff !important;
}

.sl-wrapper .sl-navigation button {
    color: #ffffff;
    background: transparent;
    outline: none;
}

.sl-wrapper .sl-close {
    color: #ffffff;
    background: transparent;
    outline: none;
}

/* Feature Docs */
ul.feature_wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
}

li.feature_single {
    display: grid;
    grid-template-columns: auto 1fr;
}

.feature_wrap h4 {
    margin: 0 0 8px;
}

li.feature_single:not(:last-child) {
    margin-bottom: 30px;
}

.fea_content p:last-child {
    margin-bottom: 0;
}

.doc_box_wrap {
    display: grid;
}

.doc_box_wrap .icon_wrap svg {
    height: auto;
}

.doc_box_wrap h4 {
    margin: 0;
}