.opportunity-header {
  background-color: var(--accent-color);
  padding: 90px 0;
  text-align: center;
}

.opportunity-header h1 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}

.opportunity-header__postheader {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

.opportunity-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.opportunity-section__btns {
  display: flex;
}

.opportunity__article-link {
  color: var(--accent-color);
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--accent-color);
  border-radius: 3px;
  margin-right: 15px;
  transition: 0.3s ease all;
}

.opportunity__article-link:hover {
  background-color: var(--accent-color);
  color: #fff;
}

.opportunity__video-link {
  display: flex;
  align-items: center;
  color: var(--accent-color);
  font-weight: 600;
}

.opportunity__video-link .material-icons {
  color: var(--accent-color);
  margin-right: 5px;
  display: inline-block;
}

.opportunity-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.opportunity-section video {
  max-width: 100%;
}

.opportunity-section img {
  max-width: 100%;
}

.opportunity-others {
  padding: 60px 0;
}

.opportunity-others h2 {
  text-align: center;
  margin-bottom: 30px;
}

.opportunity-others__item {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  align-items: flex-start;
}

.opportunity-others__item img {
  margin-bottom: 15px;
}

.opportunity-others__item h3 {
  margin-bottom: 15px;
}

.opportunity-others__item a {
  color: var(--accent-color);
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--accent-color);
  border-radius: 3px;
  margin-right: 15px;
  transition: 0.3s ease all;
}

.opportunity-others__item a:hover {
  background-color: var(--accent-color);
  color: #fff;
}

@media (max-width: 991.98px) {
  .opportunity-section__content {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .opportunity-others__item {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
