margin: 1.5rem 0;
}
-@media (min-width: 576px) {
- .col-sm-3 {
+@media (min-width: 768px) {
+ section.wrapper.special .col-sm-3 {
display: flex !important;
-ms-flex: 0 0 33.333333% !important;
flex: 0 0 33.333333% !important;
}
}
+@media (max-width: 767px) {
+ section.wrapper.special .col-sm-3 {
+ width: 100% !important;
+ flex: 0 0 100% !important;
+ max-width: 100% !important;
+ margin-bottom: 2rem;
+ }
+}
+
form.pgeucfpform input,
form.pgeucfpform textarea,
form.pgeucfpform select {