@media screen and (max-width : 980px) {
.sfly_column_switch {
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
} .sfly_feature_1 .column1 {
min-height: 400px;
}
.sfly_feature_1 .column2 {
margin-top: 75px;
}
@media screen and (max-width : 980px) {
.sfly_feature_1 .column2 {
margin-top: 0;
}
}
@media screen and (max-width : 600px) {
.sfly_feature_1 .column1 {
min-height: 300px;
}
} .sfly_feature_2 .column2 {
min-height: 400px;
}
@media screen and (max-width : 600px) {
.sfly_feature_2 .column2 {
min-height: 300px;
}
} @media screen and (max-width : 980px) {
.sfly_general .et_pb_divider.divider_spacer {
min-height: 400px;
}
.et_pb_divider.no_min_height {
min-height: 0 !important;
}
}
@media screen and (max-width : 600px) {
.sfly_general .et_pb_divider.divider_spacer {
min-height: 300px;
}
}