:root {
    --c-067940: #067940;
    --color-2: #009c5c;
    --color-3: #0f2c49;
    --color-4: #02613d
}

.options-sub-title-divider {
    text-align: center !important;

}

.fill-yellow-300 {
    fill: #faca15;
}

.position-relative {
    position: relative;
}

.col,
.columns,
.gallery-item {
    padding: 0 10px !important;
}

.box-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-btn svg {
    width: 20px;
    height: 20px;
}

.btn-style-1 {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: .5rem;
}

.btn-style-1 {
    background-color: var(--c-067940);
    color: #fff;
}

.btn-style-1:hover {
    background-color: var(--color-2);
    color: #fff;
}

.btn-style-2 {
    display: flex !important;
    align-items: center;
    gap: 10px;
}
@media screen and (max-width:375px){
    p,.lv_content .desc{
        font-size: 14px;
    }
}