
  
  .image-properties {
    transition: 0.3s;
    box-shadow: 11px 29px 74px rgb(9 10 9 / 14%);
    position: relative;
    height: 418px;
    margin-bottom: 30px;
    border-radius: 6px;
  }
  
  .image-properties .text-properties,
  .image-properties:after {
    left: 20px;
    right: 20px;
    /* position: absolute; */
  }
  
  
  
  .image-properties img {
    width: 100%;
    height: 315px;
    border-radius: 6px;
  }
  .cata-head{
    padding-bottom:25px ;
  }
  .cata-head h1{
    font-size: 40px;
    text-align: left;
    position: relative;
    padding-bottom: 37px;
    margin-top: 0;
    font-family: 'Grenze';
  }
  .cata-head h1:before {
    content: url(../images/pngs/underline.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
}
  .text-properties {
    color: #000;
    text-align: center;
    transition: 0.5s;
    width: 88%;
    margin: 12px auto;
    line-height: normal;
    padding-bottom: 17px;
  }
  .text-properties span{
    font-size: 17px;
    margin: 20px auto;
    text-align: center;
    line-height: 19px;
  }
  .text-properties{
    display: flex;
  }
  .text-properties img{
    width: 18%;
    height: 41px;
    margin-top: 20px;
  }
  .image-properties a{
    text-decoration: none;
  }
  
  .image-properties a:hover{
    text-decoration: none;
  }
  
  .image-properties:hover .text-properties {
    opacity: 1;
    transform: translate (0, -50%);
  }
  
  @media only screen and (min-width: 781px) and (max-width: 990px) {
    .image-properties {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
    }
  
    h2 {
      font-size: 20px;
    }
  
    .image-properties:after {
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 780px) {
    .image-properties {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
    }
  
    h2 {
      font-size: 20px;
    }
  
    .image-properties:after {
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
    }
  }
  
  @media only screen and (min-width: 200px) and (max-width: 575px) {
    .image-properties {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      width: 80%;
    }
  
    h2 {
      font-size: 25px;
    }
  
    .image-properties:after {
      top: 15px;
      bottom: 15px;
    }
  }
  .catalogues{
    padding: 50px 0px;
  }
  .catalogues-tabs{
    padding: 18px 0px;
  }



  /* tabs-cards-catalogues */
.tab-section{
    padding: 50px 0px;
}

  .tabs {
    display: flex;
    flex-wrap: wrap;
}

.tabs label {
    order: 1;
    display: block;
    padding: 5px 10px;
    margin-right: 0.2rem;
    cursor: pointer;
    background: #90CAF9;
    border: 1px solid #000;
    transition: background ease 0.2s;
    border-radius: 10px;
    font-family: 'Cinzel';
}

.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked+label {
    background: #fff;
    border: 1px solid #000;
}

.tabs input[type="radio"]:checked+label+.tab {
    display: block;
}

@media (max-width: 45em) {

    .tabs .tab,
    .tabs label {
        order: initial;
    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}
.sub-head h2{
  font-family: 'Grenze';
  color: #f80303;
  margin-bottom: 17px;
}



@media (max-width:768px){
  .cata-head h1 {
      font-size: 23px;
  }    
}
