.benefits-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.benefits-header{
    display: flex;
    column-gap: 16px;
    align-items: center;
}

.benefits-header > img{
    width: 72px;
    height: 72px;
}

.benefits-header h2{
    font-weight: 400;
    letter-spacing: -.02em;
    font-size: 36px;
}
.benefits-card ul li h4{
    line-height: 29px;
    letter-spacing: -.02em;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 400;
}

.benefits-card ul li p{
    font-size: 16px;
    font-weight: 300;
}

.benefits-card ul li{
    position: relative;
    margin-bottom: 24px;
}

.benefits-card ul li img{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 4px;
    left: -32px;
}

.benefits-card ul{
    list-style-type: none;
    margin: 0px;
}
