.blackbg {
    background-color: #000000;
    color: #ffffff;
    align-items: stretch;
    min-height: 100dvh;
    padding-top: 120px;
    padding-bottom: 100px;
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.features-hero_grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    width: 50vw;
    min-width: 800px;
    position: absolute;
}
.all_features-hero_grid-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
}
.all_features-hero_grid-column img {
    width: 100%;
    height: 100%;
}
.top_heading {
    letter-spacing: .01em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: WF Visual Sans,Arial,sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.04;
}

.top_heading small{
    color: #5a5a5a;
    font-size: 4rem;
    font-weight: 600;
    display: block;
}
.sub_para {
    font-size: 20px;
    margin: 35px 0;
}
.blue_button {

}
.blue_button a{
    background-color: #146ef5;
    color: #ffffff;
    font-variation-settings: "opsz" 50;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    padding: 1em 1.5em;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .3s cubic-bezier(.165,.84,.44,1),box-shadow .3s cubic-bezier(.165,.84,.44,1);
    box-shadow: 0 4px 4px #08080814,0 1px 2px #08080833,inset 0 6px 12px #ffffff1f,inset 0 1px 1px #fff3;
}

@media only screen and (max-width: 767px) {
    .top_heading {
        font-size: 1.8rem;
    }
    .top_heading small {
        font-size: 3rem;
    }
    .features-hero_grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        min-width: auto;
        width: 100%;
        margin-top: 50px;
    }
    .section.cc-features_hero {
        min-height: auto;
    }
}