.QC-sec{
    background-image:url(/wp-content/uploads/2024/04/JFK-By-the-Numbers-Texture.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.yellow-bg{
    background-image: none !important;
    background-color: var(--color-yellow);
    color:var(--dark-blue)
}
.QC-title-wrap{
    color:#fff;
}
.yellow-bg .QC-title-wrap{
    color:var(--color-dark-blue);
}
.QC-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.QC-content > *{
    color:#fff; 
}
.QC-content a{
    text-decoration: underline;
}
.QC-content *:last-of-type{
    margin-bottom: 0;
}
.yellow-bg .QC-content > *{
    color:var(--color-dark-blue)
}
.QC-content > a{
    text-decoration: underline;
}

.yellow-bg .QC-buttons-grp .sub-heading{
    color:var(--color-dark-blue);
}

.QC-buttons-grp .sub-heading{
    color:#fff;
}

.qc-btn{
    font-size: 20px;
    line-height: 17px;
    padding: 15px 45px;
    border: none;
    background-color: transparent;
    border-radius: 25px;
    transition: all ease 250ms;
    font-weight: bold;
    font-weight: 700;
    text-align: center;
    background-color: var(--color-yellow);
    color:var(--color-dark-blue) !important;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    border:1px solid transparent;
    transition: all 0.5s ease;
}
.yellow-bg .qc-btn{
    background-color: var(--color-dark-blue);
    color:#fff !important;
}
.qc-btn:hover{
    background-color: var(--color-dark-blue);
    color:#fff !important;
}
.QC-content .yellow-btn{
    text-decoration: none !important;
}
.yellow-bg .qc-btn:hover{
    border:1px solid var(--color-dark-blue);
    background-color: transparent;
    color:var(--color-dark-blue) !important;
}
.circle-icon-grp{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.circle-icon-grp > div{
    width: 250px;
}
.circle-icon{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.circle-icon > img{
    width: 143px;
    height: 143px;
    margin: 0 auto;
}
.circle-image{
    width: 143px;
    height: 143px;
    border-radius: 100%;
    border: 7px solid #fff;
    overflow: hidden;
    background-color: var(--color-primary-blue);
    margin: 0 auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-heading {
    color:#fff;
}
.yellow-bg .c-heading {
    color:var(--color-dark-blue);
}

@media(max-width:767px){
    .QC-title-wrap span, .QC-title-wrap h2{
        display: inline !important;
    }
}