/** Shopify CDN: Minification failed

Line 6:4 Unexpected "-"

**/
<!--- runway.css-->
.runway_section .container{
  width:100%;
/*   margin-top:50px; */
}
.runway_section .sub_container{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.runway_section .image-container{
/*   width: calc(25% - 22px);  */
  width: calc(33% - 10px);
}
.runway_section img{
  width:100%;
}
.runway_section h3{
  text-align:center;
  font-weight:bold;
  font-size:19px;
}
.Looks-runway{
  text-align:center;
}
div#shopify-section-runway-video {
    margin-top: 40px;
}
.runway_paragraph{
  margin-top: 0px;
  font-weight: 400;
}
 @media (max-width:650px) {
   .runway_section .image-container {
     width:calc(33% - 6px);
   }
   .runway_section .sub_container {
     row-gap:5px;
 }
 }
