.banner {
  width: 100%;
  height: 18vw;
  object-position: center;
  object-fit: cover;
}

.tabs {
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.tabs > .tab-item {
  font-size: 15px;
  line-height: 100%;
  color: #332d2c;
  padding: 8px;
  background-color: transparent;
}

.tabs > .tab-item:hover {
  color: #fefefe;
  background-color: #0b60a9;
  cursor: pointer;
}

.tabs > .tab-item.active {
  color: #fefefe;
  background-color: #0b60a9;
}

.tabs > .tab-item:not(:last-child) {
  margin-right: 30px;
}


.tab-section > img{
  width: 100%;
  height: auto;
}

.tab-section {
  display: none;
}

.tab-section.active{
  display: block;;
}