/* ====================== */
/* === General Styles === */
/* ====================== */

.kcfep2205 {
    max-width: 1440px;
    margin: auto;
}

.kcfep2205 * {
    font-size: 16px;
    font-weight: 400;
    font-family: "Staples Norms Pro";
}

.kcfep2205 *,
.kcfep2205 *::before,
.kcfep2205 *::after {
    box-sizing: border-box;
}
  
.kcfep2205 h1 {
    font-size: 32px;
}
  
.kcfep2205 h2 {
    font-size: 26px;
}
  
.kcfep2205 h3 {
    font-size: 20px;
}
  
.kcfep2205 h1,
.kcfep2205 h2,
.kcfep2205 h3,
.kcfep2205 h4,
.kcfep2205 p,
.kcfep2205 figure,
.kcfep2205 blockquote,
.kcfep2205 dl,
.kcfep2205 dd {
    margin: 0;
}

.kcfep2205 a {
    color: #086dd2;
}

.kcfep2205 a:hover {
    color: #086dd2;
}

.kcfep2205 a:not([class]) {
    text-decoration-skip-ink: auto;
}

.kcfep2205 .link {
    font-weight: 500;
    text-decoration: underline;
}

.kcfep2205 img,
.kcfep2205 picture {
    max-width: 100%;
    display: block;
}

.kcfep2205 span,
.kcfep2205 input,
.kcfep2205 button,
.kcfep2205 textarea,
.kcfep2205 select {
    font: inherit;
}

.kcfep2205 ul {
    padding-left: 0;
    margin: 0;
}

.kcfep2205 ul li {
    line-height: 1.4;
    margin-left: 25px;
}

.kcfep2205 .button {
    color: #ffffff;
    background: #cc0000;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 22px;
    border: none;
    padding: 12px 30px;
    text-decoration: none;
    cursor: pointer;
}

.kcfep2205 .button:hover {
    color: #ffffff;
    background: rgb(221, 23, 0);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 12px 0px;
}

/* ============== */
/* === Banner === */
/* ============== */

.kcfep2205 .banner {
    display: flex;
    flex-direction: column-reverse;
}

.kcfep2205 .banner .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 15px 5px 15px;
}

.kcfep2205 .banner .text h1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.25px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.kcfep2205 .banner .text .subtext {
    max-width: 350px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

.kcfep2205 .banner .text .links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.kcfep2205 .banner .text .links .button {

}

.kcfep2205 .banner .image {
    width: 100%;
    height: 250px;
    border-radius: 12px;
    background-image: url("/sbd/images/sba/cre/products/240723/kcfep2205/images/bulk-buying.jpg");
    background-position: center 20%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* ===================== */
/* === Media Queries === */
/* ===================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .kcfep2205 .banner .text h1 {
        font-size: 48px;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .kcfep2205 .banner {
        flex-direction: row;
    }
    .kcfep2205 .banner .text {
        width: 60%;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        padding: 0 60px 0 0;
    }
    .kcfep2205 .banner .text .subtext {
        max-width: unset;
    }
    .kcfep2205 .banner .text .links {
        justify-content: flex-start;
        gap: 20px;
        margin-top: 25px;
    }
    .kcfep2205 .banner .image {
        width: 40%;
        height: 380px;
        background-position: center;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .kcfep2205 .banner .text {
        width: 60%;
    }
    .kcfep2205 .banner .image {
        width: 40%;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {

    .kcfep2205 .banner .text {
        width: 50%;
    }
    .kcfep2205 .banner .image {
        width: 50%;
    }

}

