.provide-section .button {
    text-align: center;
}

.provide-section .view_all {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    padding: 6px 2px 6px 52px;
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to right, var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
}

.provide-section .view_all:hover {
    color: var(--e-global-color-white);
    background-image: linear-gradient(to right, #052b45 0%, #052b45 51%, #052b45 100%);
}

.provide-section .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 3px 0 20px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.provide-section .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-dark-blue);
}

.table {
    border-radius: 25px !important;
    border-width: 2px !important;
    border-style: solid !important;
    text-align: center;
}

.partner-logos {
    display: flex;
    justify-content: center; /* or space-between */
    align-items: center;
    flex-wrap: nowrap; /* keeps in one row */
    gap: 30px; /* spacing between logos */
}

.partner-logos img {
    max-height: 60px;   /* set desired max height */
    width: auto;        /* keep proportions */
}

.partner-logos li::after {
    background: #eafcfe;   /* bluish color */
    opacity: 0.8;          /* transparency level */
}

#ieguvumi .service-box {
    height: 380px;
}