header .h__m__n .dropdown-toggle .nav__link__text {
  color: #FFF !important;
  display: inline-block;
}
header .h__m__n .dropdown-toggle .nav__link__text:after {
  content: "";
  display: block;
  bottom: 0;
  padding-top: 0;
  height: 0.5px;
  width: 100%;
  background-color: #FFF;
}

content {
  display: block;
  max-width: 1900px;
  margin: auto;
  padding-left: 7em;
  padding-right: 7em;
  padding-top: 1em;
}
content #slide-banner {
  width: 100%;
}
content img {
  width: 100%;
  height: auto;
}
content .content__container .content__space {
  padding: 5em 0 0;
  margin: 0;
}
content .content__container .content__space p {
  width: 100%;
}
content .content__container .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2em;
}
content .content__container .header .first {
  display: flex;
  flex-direction: row;
  font-size: 0.8rem;
}
content .content__container .header .first .tags {
  font-weight: 600;
}
content .content__container .header .first .time {
  margin-left: 1em;
  border-left: 1px solid #FFF;
  padding-left: 1em;
  font-weight: 300;
}
content .content__container .header .text {
  font-weight: 600;
  font-size: 3em;
}
content .content__container .header .top {
  margin-bottom: 0.5em;
}
content .content__container .row {
  padding: 0;
  margin: 0;
}
content .content__container .col-md-3, content .content__container .col-md-5, content .content__container .col-md-6, content .content__container .col-md-7 {
  padding: 0;
  margin: 0;
}
content .content__container .title__small__text {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #FFF;
}
content .content__container .title__text {
  text-transform: uppercase;
  background: linear-gradient(90deg, #DFBF62 31.87%, #AF8737 62.68%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
content .content__container .after-60:after {
  padding-top: 60%;
}
content .content__container .after-75:after {
  padding-top: 75%;
}
content .content__container .block {
  display: flex;
}
content .content__container .item__container {
  padding-bottom: 2em;
}
content .content__container .item__container a {
  color: unset;
  text-decoration: unset;
}
content .content__container .item__container .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
content .content__container .item__container .image:after {
  content: "";
  display: block;
  bottom: 0;
}
content .content__container .item__container .name {
  height: 4em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.1em;
}
content .content__container .item__container .arrow {
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
}
content .content__container .item__container .h-line {
  width: 100%;
  height: 1px;
  margin: 2em 0;
  background: linear-gradient(90deg, #523F14, #382F19);
}
content .content__container .different__styles {
  border-top: 2px solid #232323;
  margin-top: 8em;
  padding: 3em 0 3em;
}
content .content__container .different__styles .row {
  display: flex;
  justify-content: space-evenly;
}
content .content__container .different__styles .row a {
  text-decoration: none;
}
content .content__container .different__styles .text {
  text-transform: uppercase;
  font-size: 3em;
  text-align: center;
  font-weight: 500;
}
content .content__container .different__styles .top {
  padding: 1em 0;
}
content .content__container .different__styles .img {
  display: flex;
}
content .content__container .different__styles .img:after {
  content: "";
  display: block;
  bottom: 0;
}
content .content__container .different__styles .img:hover {
  transform: scale(1.03);
  transition: 0.5s;
}
content .content__container .different__styles .img:hover .name {
  transform: scale(1.03);
}
content .content__container .different__styles .img .name {
  flex: 1;
  background-color: #121212;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
  display: flex;
  cursor: pointer;
}
