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

content {
  padding-left: 7em;
  padding-right: 7em;
  display: flex;
  justify-content: center;
}
content .content__container {
  max-width: 900px;
  text-align: justify;
}
content .content__container .header {
  max-width: 1900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 0rem 1rem 0rem;
}
content .content__container .header .time_release {
  font-size: 1rem;
  padding-bottom: 1rem;
}
content .content__container .header .title__small__text {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #FFF;
}
content .content__container .header .title__text {
  text-transform: uppercase;
  color: #FFF;
}
content .content__container .header .text {
  font-weight: 600;
  font-size: 2rem;
}
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 .after-60:after {
  padding-top: 60%;
}
content .content__container .after-75:after {
  padding-top: 75%;
}
content .content__container .first {
  font-weight: 300;
  font-family: "Montserrat";
}
content .content__container .first img {
  width: 100%;
  height: auto;
}
content .content__container .first p {
  width: 100%;
}
content .content__container .block {
  display: flex;
}
content .content__container .content__space {
  padding: 0rem 0 5rem 0;
  margin: 0;
}
content .content__container .item__container {
  padding-bottom: 2em;
}
content .content__container .item__container a {
  color: unset;
  text-decoration: unset;
}
content .content__container .item__container a:hover {
  text-decoration: underline;
}
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 .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;
}
