/** Shopify CDN: Minification failed

Line 179:0 Expected "}" to go with "{"

**/
.seo_two_images {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: reverse;
   -ms-flex-direction: column-reverse;
   flex-direction: column-reverse;
   text-align: left;
   margin-top: 50px;
   margin-bottom: 50px;
}


.seo_two_images .left .large-screen,
.seo_two_images .right .large-screen {
   padding: 10px 15px;
}

.seo_two_images .left {
   display: flex;
   flex-direction: column-reverse;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.seo_two_images .right {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.seo_two_images .left .img-container {
   width: 300px;
   padding: 10px;
}

.seo_two_images h2 {
   font: normal normal normal 28px/35px var(--font-custom-heading);
}

.seo_two_images p, .seo_two_images li {
   font-family: var(--font-custom-body);
}

.seo_two_images p, .seo_two_images h2{
	text-align:left;
}

.seo_two_images .left .img-container img {
   width: 100%;
}

.seo_two_images .right .img-container {
   width: 415px;
   padding: 10px;
}

.seo_two_images .right .img-container img {
   width: 100%;
}

@media (min-width: 768px) {
   .seo_two_images .left .large-screen,
   .seo_two_images .right .large-screen {
      width: 95%;
   }
   .seo_two_images .left {
      margin-top: 20px;
   }
   .seo_two_images .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .seo_two_images .left .img-container {
      width: 60%;
   }
   .seo_two_images .right .img-container {
      width: 90%;
   }
   .seo_two_images .right .img-container img {
      -o-object-fit: cover;
      object-fit: cover;
   }
}

@media (min-width: 1024px) {
   .seo_two_images {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      min-height: 100vh;
      overflow: hidden;
      max-width: 1600px;
      margin: 100px auto 70px;
   }
   .seo_two_images .left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 48%;
      margin-top: 0;
      padding-left: 10px;
   }

   .seo_two_images .left h2 {
      margin-top: 0;
   }

   .seo_two_images .left .large-screen {
      width: 80%;
   }

   .seo_two_images .left .img-container {
      height: auto;
      width: 80%;
   }
   .seo_two_images .left .img-container img {
      width: 100%;
   }

   .seo_two_images .left .large-screen p:last-child,
   .seo_two_images .right .large-screen p:last-child {
      margin-top: 30px;
      margin-bottom: 60px;
   }

   .seo_two_images .right .large-screen {
      width: 90%;
   }

   .seo_two_images .right {
      width: 52%;
      overflow: hidden;
   }

   .seo_two_images .right .img-container {
      width: 100%;
      height: 100%;
   }
   .seo_two_images .right .img-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
   }
