.info-page .info-hero-section {
    background-size: cover;
    background-position: center;
    padding: 40px 0 60px !important;
    min-height: 250px !important;
}

.info-page .info-hero-container {
    z-index: 10;
}

.info-page .info-hero-text {
    padding: 25px 50px 10px 50px !important;
}

.info-page .info-hero-title {
    margin-bottom: 8px !important;
}

.info-page .info-hero-subtitle {
    margin-bottom: 0 !important;
}

.info-page .info-page-content {
    margin-top: -50px !important;
}

.info-page .info-section-title {
    color: #4FA3F7;
}

.info-page .info-check-icon {
    color: #FFD966;
}

@media (max-width: 991.98px) {
    .info-page .info-hero-section {
        padding: 30px 0 40px !important;
        min-height: 150px !important;
    }

    .info-page .info-hero-text {
        padding: 20px 25px !important;
    }

    .info-page .info-hero-title {
        font-size: 1.25rem !important;
    }

    .info-page .info-hero-subtitle {
        font-size: 0.75rem !important;
    }

    .info-page .info-page-content {
        padding-top: 80px !important;
    }

    .info-page .card {
        margin-bottom: 0.75rem !important;
    }

    .info-page .card-body {
        padding: 0.75rem !important;
    }

    .info-page .card-body h3 {
        font-size: 0.85rem !important;
        margin-bottom: 0.75rem !important;
    }

    .info-page .card-body .lead,
    .info-page .card-body p {
        font-size: 0.7rem !important;
        line-height: 1.4;
    }

    .info-page .card-body p {
        margin-bottom: 0.75rem !important;
    }

    .info-page .card-body ul li,
    .info-page .card-body ul li strong,
    .info-page .card-body a,
    .info-page .form-label,
    .info-page .form-control,
    .info-page .form-control[readonly],
    .info-page textarea.form-control,
    .info-page .form-control::placeholder,
    .info-page .btn-lg,
    .info-page .alert,
    .info-page .text-danger {
        font-size: 0.7rem !important;
    }

    .info-page .card-body ul li {
        margin-bottom: 0.5rem !important;
    }

    .info-page .card-body ul li i,
    .info-page .btn-lg i {
        font-size: 0.65rem !important;
    }

    .info-page .form-label {
        margin-bottom: 0.35rem !important;
    }

    .info-page .form-control,
    .info-page textarea.form-control {
        padding: 0.4rem 0.6rem !important;
    }

    .info-page small.text-muted {
        font-size: 0.6rem !important;
    }

    .info-page .btn-lg {
        padding: 0.4rem 0.8rem !important;
    }

    .info-page .alert {
        padding: 0.5rem 0.75rem !important;
    }
}
