/* Hero */
.in-hero-bg {
    background: #F2F8FF;
    width: 100%;
}

.in-nav {
    padding: 80px 0 100px;
    border: none;
}

.in-breadcrumb {
    color: #0d6efd;
    font-size: 13px;
    margin-bottom: 20px;
}

.in-title {
    color: #0d6efd;
    font-weight: 700;
    font-size: 42px;
    margin: 0;
}

/* Cards */
.in-card {
    background: #F2F8FF;
    border: none;
    border-radius: 0;
    padding: 60px 40px;
}

.in-card-title {
    color: #0d6efd;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}

.in-card-text {
    color: #0d6efd;
    opacity: 0.8;
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.6;
}

.in-link {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}

.in-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 768px) {
    .in-title {
        font-size: 32px;
    }
}