.flex-column {
    flex-direction: column;
}
.modal__box-section-download {
    justify-content: space-around;
}
.features__slider-item {
    color: white !important;
}
.features__slider-item p {
    color: white !important;
}
.features__slider-item h3 {
    color: white !important;
}
.modal__box-section-download-item {
    width: calc( ( 100% - 100px ) / 4);
    position: relative;
}