.highlight-vertical-wrapper {
  background-color: #ffffff;
  margin-bottom: 70px;
  /*height: 150px;*/
}

.highlight-wrapper {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*height: 150px;*/
}

.highlight {
  max-width: 1200px;
  margin: auto;
}

.highlight-vertical-heading h2 {
  /*color: #ed1943;*/
}

.highlight-vertical {
  width: 100%;
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

/* Style the tab */

.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background-color: #fff;*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  padding-bottom: 30px;
  max-width: 900px;
  margin: auto;
}

@media (max-width: 768px) {
  .tab {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.tab-vertical {
  width: 30%;
  max-width: 30vw;
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background-color: #fff;*/
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

@media (max-width: 991px) {
  .tab-vertical {
    display: none;
  }
}

/* Style the buttons that are used to open the tab content */

.tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab img {
  max-width: 100px;
}

.tab-vertical img {
  max-width: 100px;
}

/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */

.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */

.tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;*/
  /*border-top: none;*/
}

.tabcontent_vertical {
  display: none;
  /*padding: 6px 12px;*/
  /*border: 1px solid #ccc;*/
  /*border-top: none;*/
}

@media (max-width: 991px) {
  .tabcontent_vertical {
    display: block !important;
    max-width: 40%;
  }
}

@media (max-width: 768px) {
  .tabcontent_vertical {
    display: block !important;
    max-width: 48%;
  }
}

@media (max-width: 521px) {
  .tabcontent_vertical {
    max-width: 100%;
  }
}

.tabcontent {
  animation: fadeEffect 1s;
}

.tabcontent {
  max-width: 800px;
  margin: auto;
  /*font-size: large;*/
  text-align: center;
}

.tabcontent-vertical-wrapper {
  width: 70%;
  /*height: 100%;*/
  /*display: flex;*/
  /*flex-direction: row;*/
  /*flex-wrap: nowrap;*/
}

@media (max-width: 991px) {
  .tabcontent-vertical-wrapper {
    width: 90%;
    display: flex;
    /*flex-direction: row;*/
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}

@media (max-width: 768px) {
  .tabcontent-vertical-wrapper {
    width: 100%;
    /*display: flex;*/
    justify-content: space-around;
  }
}

/* Go from zero to full opacity */

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tablinks {
  transition: ease-in-out;
  filter: grayscale(100%);
}

.tablinks {
  display: flex;
  transition: ease-in-out;
  filter: opacity(0.77);
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

@media (max-width: 768px) {
  .tablinks {
    display: flex;
    width: 40%;
    justify-content: center;
  }
}

.tablinks.active {
  transition: ease-in-out;
  filter: opacity(1);
  /*background-color: #fff2f4;*/
}

.tablinks:hover {
  filter: grayscale(0%);
}

.tablinks span {
  font-size: 16px;
  /*font-weight: bold;*/
  /*text-wrap: nowrap;*/
}

.tabcontent_vertical-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media (max-width: 991px) {
  .tabcontent_vertical-wrapper {
    flex-direction: column;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px #333 solid;
  }
}

@media (max-width: 768px) {
  .tabcontent_vertical-wrapper {
    /*max-width: 43%;*/
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px #333 solid;
  }
}

.tabcontent-plates {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /*height: 120px;*/
  margin-left: 50px;
}

@media (max-width: 991px) {
  .tabcontent-plates {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .tabcontent-plates {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .tabcontent-plates h2 {
    width: 100%;
    text-align: center;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*flex-wrap: wrap;*/
  }
}

.tabcontent-plates-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  /*margin-top: 25px;*/
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .tabcontent-plates-item {
    width: 45%;
  }
}

.tabcontent-plates-image {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .tabcontent-plates-image img {
    max-width: 25px;
  }
}

.tabcontent-plates-description h3 {
  font-weight: 600;
  text-wrap: nowrap;
  font-size: 16px;
  margin: 0;
}

@media (max-width: 991px) {
  .tabcontent-plates-description h3 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .tabcontent-plates-description h3 {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .tabcontent-plates-description p {
    font-size: smaller;
  }
}

