/** Shopify CDN: Minification failed

Line 8:17 Unexpected "{"
Line 8:26 Expected ":"

**/

.discover-perks-{{ section.id }} .discover-wrapper{
  display:flex;
  gap:10px;
  flex-wrap: wrap;
  align-items:center;
  justify-content:center;
}
.innerslidediscover{
  width:24%;
}
.innerslidediscover > a > .basic-img-desk{
width:100%;
height:auto;
object-fit:cover; 
}
.innerslidediscover > a > .basic-img-mobile{
  display:none
}
.discover_heading{
  font-size:40px;
  font-weight:700;
  text-align:center;
  line-height:60px;
  margin-bottom: 8px;
}
.discover_para {
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
    text-align: center;
    margin-bottom: 54px;
}
@media screen and (max-width:600px){
.innerslidediscover {
    width: 48%;
}
.discover_heading{
  font-size:28px;
  line-height:33px
}
.discover_para{
  font-size:14px;
  margin-bottom: 26px;
  line-height:21px;
}

.innerslidediscover > a > .basic-img-mobile{
display:block;
width:100%;
height:auto;
object-fit:cover; 
}
.innerslidediscover > a > .basic-img-desk{
  display:none
}
}