/*
Theme Name: Caracol FSE
Description: Custom theme with greenshift functionality.
Author: Caracol Solutions
Template: greenshift
*/


.stuck {
position: absolute;
z-index: 2;
width: 100%;
top: 0;
left: 0;
}

.grid-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
 }

@media screen and (max-width: 970px) {
.grid-container {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
}
}

@media screen and (max-width: 780px) {
   .reverse {
flex-direction: column-reverse;
}
}

@media screen and (max-width: 540px) {
   h2 {
      padding: 0 !important;
   }
   h1 {
      font-size: var(--wp--preset--font-size--max-huge);
   }
}

@media screen and (max-width: 540px) {
   .grid-container {
display: grid !important;
grid-template-columns: 1fr !important;
}
   .reverse {
flex-direction: column-reverse;
}
   h2 {
      padding: 0 !important;
}
}

@media screen and (max-width: 400px) {
.column-padding {
padding: 2.25rem 1.5rem !important;
}
}

.am-lite-footer-link {
color: #F6F3EE !important;
}
