#content {
  width: 100%;
}

.main-background {
  background: linear-gradient(180deg, rgba(238, 198, 120, 1) 0%, rgba(254, 137, 106, 1) 51%);
  padding: 10rem 0 0 0;
}

a,
a:hover {
  text-decoration: none !important;
}

.tab-button {
  margin: 2rem;
}

.tab-button a {
  border: none !important;
  height: 116px;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.45rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  font-size: 2rem;
  background-color: #FFFF;
  color: #1E1E1E;
  font-weight: bold;
  padding: 12px 40px;
  transition: all 0.3s;
}

.tab-button a:hover,
.tab-button a:focus,
.tab-button a:active {
  text-decoration: none;
}

.tab-button a:hover,
.tab-pane .card:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.tab-button a.active {
  background-color: #2B8EB5 !important;
  color: #FFF;
}

.border-orange {
  border-bottom: 3px solid #FE896A;
  padding-bottom: .5rem;
}

.img-partner {
  margin-top: -5rem;
  width: 80%;
}

.bg-search {
  background-color: #CAE3EC;
}

.search {
  right: 9px;
  height: 22px;
}

.video-container {
  height: 0;
  padding-bottom: 20%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 1rem;
}

.input-group-text {
  padding: 0.44rem 0.5rem !important;
}

.custom-select:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
}

@media screen and (max-width: 1664px) {
  .tab-button a {
    font-size: 1.6rem;
    height: 100px;
  }
}

@media screen and (max-width: 991px) { 
  .video-container {
    padding-bottom: 30%;
  }
}

@media screen and (max-width: 900px) {
  .tab-button {
    margin: .5rem 0;
  }

  .tab-button a {
    font-size: 1.2rem;
    height: 80px;
  }
}

@media screen and (max-width: 767px) { 
  .video-container {
    padding-bottom: 58%;
  }
}

@media screen and (max-width: 658px) {
  .tab-button a {
    font-size: .8rem;
    height: 55px;
  }
}