:root {
    --main-color-bg: #F1F3FF;
    --bs-border-radius: 0.75rem;
}

body, html {
    font-family: 'Nunito', sans-serif;
}

header, .navbar, footer {
    background-color: var(--main-color-bg);
}

header .contact {
    display: flex;
}

header .contact a {
    display: flex;
    align-items: center;
}

.footer-copyright {

}

.useful-links {
    font-family: 'Noto Sans', sans-serif;
}

.section_heading {
    color: #2D2D2D;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.btn-contact {
    background-color: #526DFD;
    font-size: 1.125rem;
}

.info_section p {
    color: #2D2D2D;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.575rem;
}

.info_section p i {
    font-style: italic;
    font-weight: 300;
    line-height: 1.575rem;
}

.offer_count {
    display: flex;
    align-items: flex-start;
    gap: 5rem;
}

.offer_count .count_group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    flex-basis: min-content;
}

.offer_count .count_group .count {
    color: #526DFD;
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    white-space: nowrap;
}

.offer_count .count_group .description {
    color: #2D2D2D;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem;
}

.section_features {

}

.section_features .feature {

}

.section_features .feature .feature_header {
    display: flex;
    justify-content: center;
}

.section_features .feature .feature_header .feature_icon {
    display: flex;
    width: 4.5rem;
    height: 4.5rem;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    border-radius: 6.1875rem;
    background: #FFF;
    box-shadow: 0 8px 16px 0 rgba(82, 109, 253, 0.20);
}

.section_features .feature .feature_title {
    color: #2D2D2D;
    text-align: center;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.45rem;
}
.section_features .feature .feature_description {
    color: #2D2D2D;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.575rem;
}