.grid-container {
    columns: 3 220px;
    column-gap: 1.5rem;
    width: 85%;
    margin:  auto;
    text-align: center;
 }
.align_grid {
  margin: 0;
  margin-bottom: 0px;
display: inline-block;
width: 100%;
  transition: all .25s ease-in-out;
  margin-bottom: 30px;
      padding: 25px;
      box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.09), 0 0 0 2px rgba(238, 238, 238, 0.11), 0.3em 0.3em 1em rgba(255, 255, 255, 0.11);
}
.catalo_head{
    font-weight: 600;
    text-align: center;
    color: #555;
    padding: 10px 0px 0px 0px;
    margin: 40px 0px 20px 0px;
    list-style: none;
    font-size: 25px;
}


  .catalo_header {
    color: #555;
    font-size: 18px;
    font-weight: 600;
    border: 7px solid #e0d3aa;
    background-color: #e0d3aa;
}

.catalo_cont{
  text-align: left;
  list-style: none;
  color: #21598e;
  text-decoration: none;
  padding-left: 0px;
}
.catalo_cont > li > a {
        text-decoration: none;
        color: #21598e;
        font-size: 16px;
        width: 100%;
        text-align: left;
}
.catalo_cont > li > a:hover {
  color: #555;
}
.popup_list >li >a{
  text-decoration: none;
  color: #21598e;
  background-color: #f2c02d42; 
  margin-top: 6px;
  width: 95%;
  text-align: center;
  margin-left: 35px;
  padding: 13px;
  margin: auto;
margin-top: 6px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
margin-left: 29px;
}
.popup_list >li >a:hover{
  color: #012169;
}
.catalo_popup{
  width: 100%;
}
.catalo_cont  li a i {
    font: normal normal normal 14px/1 ;
}
@media only screen and (min-width: 280px) and (max-width:546px){
  .fftrr-clrr{
    width: 85%;
  }
}
@media only screen and (min-width: 546px) and (max-width:768px){
  .fftrr-clrr{
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px){
  .fftrr-clrr{
    width: 80%;
  }
}
@media only screen and (min-width: 991px) and (max-width:1414px){
  .fftrr-clrr{
    width: 85%;
  }
}