.nextSteps.cardOnly{
    padding: 1vw 12.9vw 1vw 7.1vw;
}
.nextSteps{
    /* font-family: Inter; */
    font-family: Montserrat;
    padding: 3.1vw 12.9vw 8.4vw 7.1vw;
}
.nextSteps h2{
    font-size: 2.08vw;
    /* font-weight: 400; */
    font-weight: 500;
    padding-bottom: 1vw;
    line-height: 1.22;
}
.nextSteps p{
    color: #626262;
line-height: 1.4;
font-size: .9vw;
    /* color: #000000; */
    /* font-size: .837vw; */
    font-weight: 400;
    /* line-height: 1.8; */
    padding-bottom: 1.6vw;
}
.nextSteps ul a .hoverImg{
    display: none;
}
.nextSteps ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: .7vw;
    row-gap: .5vw;
    column-gap: 1.2vw;
}
.nextSteps h4{
    font-weight: 500;
    font-size: .94vw;
    padding-top: .5vw;
}
.nextSteps ul a{
    background: #F9F9F9;
    display: flex;
    padding: 1vw .7vw;
    border: 1px solid #F9F9F9;
    justify-content: space-between;
}
.nextSteps ul a:hover{
    background: #FBF4F5;
border: 1px solid rgba(239, 13, 51, 0.26);
}
.nextSteps ul a:hover .normalImg{
    display: none;
}
.nextSteps ul a:hover .hoverImg{
    display: block;
}
.nextSteps ul a p{
    font-size: .83vw;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 1.2;
}
.nextSteps ul a img{
    width: .5vw;
    height: .5vw;
    padding-top: .3vw;
}
@media only screen and (max-width: 500px) {
    .nextSteps.cardOnly{
        padding: 2vw 6.3vw 2vw 6.3vw;
    }
    .nextSteps{
        padding: 9vw 6.3vw 8.3vw 6.3vw;
    }
    .nextSteps h2{
        font-size: 6.67vw;
        /* font-size: 7.2vw; */
        font-weight: 500;
    }
    .nextSteps p{
        font-size: 3.49vw;
        /* font-size: 3.6vw; */
        padding-top: 4vw;
        padding-right: 0;
    }
    .nextSteps h4{
        font-size: 4.6vw;
        padding-top: 4vw;
    }
    .nextSteps ul{
        grid-template-columns: auto;
        margin-top: 4vw;
        row-gap: 0;
    }
    .nextSteps ul a img{
        width: 2.5vw;
        height: 2.5vw;
        padding-top: 5.3vw;
    }
    .nextSteps ul a{
        padding: .7vw 2.7vw 4.2vw 2.7vw;
        border-bottom: 1px solid #E1E1E1;
    }
    .nextSteps ul a p{
        font-size: 4.12vw;
    }
}