.an-mat-bread-crumbs {
  padding-top: 3rem !important;
  padding-bottom: 4rem !important;
}

.an-mat-content {
  margin: 60px auto 80px;
  padding-bottom: 2rem;
}

.an-mat-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4rem;
}

.an-mat-content-header-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.an-mat-content-header-title {
  margin-bottom: 0;
}

.an-mat-content-header-tab {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 10px 25px;
  border: 1px solid #3a3a3a;
  color: #3a3a3a;
  cursor: pointer;
}

.an-mat-content-header-tab_active {
  color: white !important;
  background-color: #3a3a3a;
}

.an-mat-content-mobile-nav-left {
  display: none;
}

.an-mat-content-mobile-nav-right {
  display: none;
}

.an-mat-content-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.an-mat-content-card {
  border: solid 1px #76767647;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.an-mat-content-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.an-mat-content-card-bottom-icon-background {
  width: 50px;
  height: 50px;
  background-color: #ababab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
}

.an-mat-content-card:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.20);
}

.an-mat-content-card:hover .an-mat-content-card-bottom-icon-background {
  background-color: #ef0f33;
}

.special__wrapper .an-mat-content-card:hover .an-mat-content-card-bottom-icon-background {
  background-color: black;
}

.an-mat-content-card-title {
  font-family: "Bebas Neue";
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  width: 100%;
  margin-bottom: 0px;
}

.an-mat-content-card-text {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #696969;
}

.an-mat-content-card-number {
  background-color: #ef0f33;
  font-family: "Bebas Neue";
  color: white;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.85;
  letter-spacing: normal;
  text-align: center;
  padding: 10px;
  width: 50px;
  height: 50px;
}

.an-mat-content-card-img {
  width: 50%;
}

.special__wrapper .an-mat-content-card-img {
  display: none;
}

.an-mat-content-card-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
}

@media (max-width: 1000px) {
  .an-mat-content-card-content {
    padding: 10px;
  }
}

@media (max-width: 991px) {

  .an-mat-content {
    margin: 20px auto 40px;
  }

  .an-mat-content-list {
    width: 100%;
    margin-top: 20px;
  }

  .an-mat-content-cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 870px) {
  .an-mat-content-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .an-mat-content-header-title {
    margin-bottom: 20px;
    width: 100%;
  }

  .an-mat-content-header {
    padding-bottom: 2rem;
  }

  .an-mat-bread-crumbs {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .an-mat-content-cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

@media (max-width: 700px) {
  .an-mat-content-header-tab {
    padding: 10px 10px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {

  .an-mat-content-cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}

@media (max-width: 450px) {

  .an-mat-content-card-img {
    display: none;
  }

  .an-mat-content-card-content {
    width: 100%;
  }

  .an-mat-content-card-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 420px) {
  .an-mat-content-header-tabs {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .an-mat-content-header-tab {
    font-family: "Bebas Neue";
    font-weight: bold;
    font-size: 18px;
    border: none;
    padding: 0;
    margin: 0 10px 5px 0;
  }

  .an-mat-content-header-tab_active {
    color: #3a3a3a !important;
    background-color: white !important;
    border-bottom: 2px solid #3a3a3a !important;
  }

  .an-mat-content-mobile-nav-left {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.4;
  }

    .an-mat-content-mobile-nav-left:before {
      content: "\f053";
    }

  .an-mat-content-mobile-nav-right {
    display: block;
    position: absolute;
    right: 0px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.4;
  }

    .an-mat-content-mobile-nav-right:before {
      content: "\f054";
    }
}