.container {
    max-width: 1700px !important;
}

form {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

@media(min-width: 1200px) {
    h1 {
        font-size: 4.375rem;
    }
}

#revolution {
    background-color: #333;
}

#benefits i {
    color: #0066ff;
}

#steps .step-box {
    border: 2px solid #ddd;
}

#cta {
    background-color: #f0f0f0;
}

footer {
    background-color: #333;
}

footer button {
    background-color: #0066ff;
    border: none;
    color: white;
    padding: 10px 20px;
}

body {
    font-family: 'Segoe UI', sans-serif;
}

.bg-primary-dark {
    background-color: #00205B;
}

.bg-secondary-dark {
    background-color: #001033;
}

.text-primary-light {
    color: #0078D4;
}

.hero {
    background-image: url('./images/header_1920.png');
    background-size: cover;
    background-position: center;
}

@media (max-width:1199px) {
    .fs-2 {
        font-size: 1.25rem !important;
    }

    .hero>div>div>div>div>div.align-self-end {
        min-height: 500px;
    }

    h1 {
        font-size: 1.5rem !important;
    }
}

@media (min-width:1200px) {
    .hero {
        min-height: 600px;
    }
}

.hero p {
    font-size: 28px;
    font-weight: 400;
}

.form-control {
    border-radius: 0;
}

.btn-primary {
    background-color: #0078D4;
    border: none;
    border-radius: 0;
}

.icon-box img {
    width: 50px;
    height: 50px;
}

.step-box {
    background-color: #26416C;
    color: white;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}