/** Shopify CDN: Minification failed

Line 53:4 Expected "}" to go with "{"

**/
.all-heading-coll {
   font-size:32px;
  line-height:32px;
  font-weight: bolder;
  letter-spacing: normal;
  word-spacing: 1px;
   color: black;
}
.standard-color-blue-dusk{
 background:#5B86A6!important; 
}
.featured_list{
 padding:0 20px; 
}

  .head_container h2{
    text-align: center;
    margin-top:30px;
  }

  .head_container p {
    line-height: 2rem;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: 60px;
}

   @media (max-width: 748px) {
 .head_container p{
   width:100%;
   line-height: 1.7rem;
   margin-bottom: 26px;
 }
.head_container h2{
  font-size: xx-large;
    padding: 20px;
      padding-bottom: 0;
}
     
   }
   @media (min-width: 768px) and (max-width: 1024px){
    .head_container p {
    width:100%;
      line-height: 1.6rem;
       }
    