/** Shopify CDN: Minification failed

Line 9:2 Expected ":"
Line 52:2 Expected ":"

**/
@media screen and (min-width:750px){
#About-image-text .mobile-image {
  display: none !important;
} 
  #About-image-text .image-with-text__media {
    padding-bottom: 0 !important;
}
  #About-image-text .image-with-text__media img {
  object-fit: contain;
}
#About-image-text .image-with-text__media-item--top.grid__item {
    max-width: 35.1% !important;
}
#About-image-text .image-with-text__grid {
    overflow: hidden;
}

#About-image-text .bgImage img{
  height: 100%;
  width: 100%;
}
#About-image-text {
    position: relative;
    /* margin: 30px 0 0 0; */
  margin: 91px 0 51px;
}
  #About-image-text .image-with-text__text--caption {
    font-size: 20px !important;
    line-height: 25px !important;
}
  #About-image-text .image-with-text__heading {
  font-size: 45px;
  line-height: 60px;
  max-width: 52%;
}
  #About-image-text .image-with-text__text {
   font-size: 18px;
   line-height: 24px;
}
  #About-image-text .bgmImage{
    display:none;
  }
}
@media screen and (max-width:749px){
  #About-image-text .desktop-image {
  display: none !important;
}
  #About-image-text {
    margin: 0 2rem;
}
  #About-image-text .bgImage{
    display:none;
  }
  #About-image-text .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
}
  #About-image-text .image-with-text__text--caption {
     font-size: 15px !important;
     line-height: 19px !important;
        margin: 10px 0;
}
  #About-image-text .image-with-text__heading {
 font-size: 30px;
 line-height: 38px;
    max-width: 76%;
}
  #About-image-text .image-with-text__text {
 font-size: 12px;
 line-height: 18px;
}
  #About-image-text .smile img {
    width: 34px;
    height: 14px;
}
#About-image-text {
  margin: 0 0;
  position: relative;
}
#About-image-text .bgmImage {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 79%;
}
#About-image-text .bgmImage img {
  width: 100%;
  height: 100%;
}
#About-image-text .image-with-text {
  margin: 0 2rem;
}  
} 
#About-image-text .image-with-text__text--caption {
    font-family: Gopher-medium !important;
    font-weight: 500 !important;
    letter-spacing: 2.200000047683716px !important;
    text-transform: capitalize;
    color: #444444;
}
#About-image-text .image-with-text__heading {
 font-family: Gopher-medium;
 font-weight: 500;
 letter-spacing: 2.200000047683716px;
 color: #009;
}
#About-image-text .image-with-text__text {
 font-family: Gopher; 
 font-weight: 400;
 letter-spacing: 2.200000047683716px;
 color: #444444;
}
/* #About-image-text .image-with-text__text.body {
  text-transform: lowercase;
} */
/* #About-image-text .image-with-text__text.body p::first-letter {
  text-transform: capitalize;
} */
#About-image-text .page-width {
    padding-left: 0;
    padding-right: 0;
}
#About-image-text .sun,#About-image-text .heart {
  display:none;
}
#About-image-text .global-media-settings{
    border: none;
}
#About-image-text .button {
    background: #009;
}
#About-image-text .button::after{
  box-shadow:none;
      /* border: 1px dashed white; */
    margin: 2px 3px;
  /* border-radius: 5px; */
}
#About-image-text .button {
    background: #2A2A2A;
    font-family: Gopher;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    min-height: 37px;
  border-radius: 5px;
}
@media screen and (min-width:750px) and (max-width:1351px){
  #About-image-text .image-with-text__heading {
    max-width: 100%;
}
}