header {
    padding-top: 18px;
    padding-bottom: 18px;
}

main {
    padding-top: 0 !important;
}

section {
    @media (max-width: 767.98px) {
        padding: 50px 16px;
    }
    @media (min-width: 768px) {
        padding: 100px 16px;
    }
}

.primary-color {
    color: #0464c6;
}

.bg-light-green {
    background: #159c6e1a;
}

.title {
    font-weight: 700;
    margin-bottom: 0;

    @media (max-width: 767.98px) {
        font-size: 24px;
    }
    @media (min-width: 768px) {
        font-size: 32px;
    }
}

.description {
    font-weight: 500;
    font-size: 16px;
    color: #6c757d;
    line-height: 18px;
}

.content-container {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 3px rgba(131, 131, 131, 0.8);
    padding: 0 20px;
    background-image: url("/media/svgs/hero.svg");
    background-size: cover;
    background-position: 25% 50%;
    @media (max-width: 575.98px) {
        height: 300px;
    }
    @media (min-width: 576px) {
        height: 190px;
    }
}

.hero-container {
    @media (min-width: 900px) {
        transform: translateX(-20%);
    }
}

.hero-title {
    max-width: 600px;
    font-weight: bold;
    font-size: 32px;
    color: white;
    @media (max-width: 767.98px) {
        font-size: 24px;
        text-align: center;
    }
}

.hero-contact span {
    font-size: 16px;
    color: white;
}

.section-2 {
    background: linear-gradient(
        180deg,
        rgba(21, 156, 110, 0) 0%,
        rgba(21, 156, 110, 0.05) 100%
    );
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.section-2 .category-title {
    background-color: white;
    border: solid 1px #0464c6;
    color: #0464c6;
    font-weight: 700;
    border-radius: 24px;
    padding: 4px 8px;
    text-align: center;
    @media (max-width: 767.98px) {
        font-size: 12px;
    }
    @media (min-width: 768px) {
        font-size: 14px;
    }
}

.section-2 .description {
    max-width: 787px;
    text-align: center;
}

.section-2 .info {
    @media (max-width: 767.98px) {
        gap: 40px;
    }
    @media (min-width: 768px) {
        gap: 110px;
    }
}

.section-3 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.section-3 .description {
    max-width: 646px;
    text-align: center;
}

.section-4 {
    background: #fcfcfd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-4 .description {
    max-width: 646px;
    text-align: center;
    margin-top: 20px;
}

.banner-section {
    background-color: #0464c6;
}

.banner-section .description {
    max-width: 697px;
    margin: auto;
}

.col-12,
.col-sm-6 {
    margin-bottom: 0;
}

.card-anim {
    transition: transform 0.3s ease;
}

.card-anim:hover {
    transform: translateY(-5px);
}
