@media screen and (max-width: 576px) {

    .block-featureset  {
        margin-bottom: 15px;
    }

}

.block-featureset  {
    padding: 50px;
}

.block-featureset .featureset-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

.block-featureset .featureset-feature span {
    padding-top: 36px;
    color: white;
}