/** Shopify CDN: Minification failed

Line 70:3 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.custom-multicolumn {
  background: #f8f8f8;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.custom-column {
    flex: 1;
    min-width: 30%;
    background: #ffffff;
    text-align: center;
    display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter-section input {
  width: 80%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.newsletter-section button {
  margin-top: 10px;
  padding: 10px 20px;
  background: #000;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.custom-liquid-section {
  font-size: 16px;
  text-align: left;
}

.image-section img {
    max-width: 100%;
}
.custom-column:nth-last-child(1){
  padding-right: 0px;
}
.custom-column:nth-child(1){
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px){
.custom-column {
min-width: 100%;
        background: #fff;
        padding: 2rem 0;
  
}
  .custom-column:nth-last-child(1){
    padding-left: 0;
  }