:root {
    --light-gray: #6A7C92;
    --color-blue: #1E1866;
    --light-black: #334155;
}


.font-default {
    font-family: var(--default-font);
}

.text-light-gray {
    color: var(--light-gray) !important;
}

.font-robot {
    font-family: var(--font-robot);
}

.section-1 .text-default {
    font-family: var(--default-font) !important;
}

.text-dark-gray {
    color: #7A7A7A;
}

.light-black {
    color: var(--light-black);
}

.text-blue {
    color: var(--color-blue);
}

.text-bolder {
    font-size: 29px;
    color: #334155;
    font-family: var(--default-font) !important;
    font-weight: 800;
    margin-bottom: 45px;
}

.list-light-gray {
    padding-left: 18px;
    color: var(--light-gray);
    font-family: var(--default-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 576px) {
    .list-light-gray {
        padding-left: 20px;
    }
}

.big-title {
    font-size: 47px;
    line-height: 61px;
    font-weight: 700;
}

.gap-20 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-1 .image-section .main-image img {
    max-height: 400px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.service-1 .content .icon-box h4 {
    color: #1e293b;
    font-size: 1.5rem;
    font-family: var(--default-font);
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.service-1 .content .icon-box .icon i,
.service-1 .content .icon-box .icon img {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-family: var(--font-robot);
    width: 50px;
    font-size: 60px;
}

@media (max-width: 576px) {
    .service-1 .content .icon-box h4 {
        font-size: 20px;
    }

    .service-1 .content .icon-box p {
        font-size: 14px;
    }
}

.service-2 .content h4,
.service-2 .content h4 {
    color: #1e293b !important;
    font-family: var(--default-font);
}

.service-2 .content p {
    color: #334155 !important;
    font-family: var(--default-font);
}

.service-3 .content p {
    color: #7A7A7A !important;
    font-family: var(--default-font);
}

.service-1 .content .icon-box p {
    color: #7A7A7A;
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-robot);
}

.bg-green {
    background-color: #61CE70;
}

.service-3 .about-card {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.11);
}

.service-3 .about-card img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.service-3 .about-card .content {
    padding: 20px;
}

.btn-gray,
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray:visited {
    background-color: #E7E7E7 !important;
    cursor: pointer;
    color: #ffffff !important;
    border: none !important;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: 500;
    line-height: 1em;
    border-radius: 2px;
    min-width: 180px;
}

.btn-gray img {
    height: 20px;
    width: 20px;
}

@media (max-width: 576px) {

    .btn-gray,
    .btn-gray:hover {
        padding: 12px 24px;
    }
}


.grid-item {
    padding: 5px;
}

.grid-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 2px;
}