.about,
.about__dropdowns {
  color: #E03326;
  padding: 10rem 15% 5rem 15%;
}

.about__dropdowns {
  padding-top: 5rem;
}

.about {
  background: #EAEAEA;
}

.about__dropdowns {
  background: #FFF;
}

.about__header {
  display: grid;
  grid-template-areas: "title . logo";
  grid-template-columns: 70% 5% 25%;
  grid-template-rows: auto;
  margin-bottom: 4rem;
}

.about .title {
  font-size: 2.5rem;
  grid-area: title;
  margin: 0;
}

.about__header .logo {
  grid-area: logo;
}

.about__header .logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.about__desc {
  font-size: 1rem;
}

.about__desc a {
  font-family: 'Variable_Black';
  color: #E03326;
  text-decoration: none;
}

.about__dropdown {
  border-bottom: #E03326 1px solid;
}

.about__dropdown_title {
  cursor: pointer;
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.about__dropdown_title h4 {
  font-size: 1.25rem;
  margin: 0.5rem 0;
}

.about__dropdown_title .arrow {
  display: inline-block;
  transition: transform 0.5s ease;
}

.dropdown__wrapper {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.dropdown__basic {
  display: grid;
  grid-template-areas: "drop_content";
  grid-template-rows: auto;
  grid-template-columns: 100%;
  padding: 4rem 5%;
}

.dropdown__basic_logo {
  grid-area: drop_logo;
}

.dropdown__basic_content {
  grid-area: drop_content;
}

#equipa_content.visible,
#cuardorxs_content.visible {
  margin: 5rem 0;
}

.dropdown__team_info {
  margin-bottom: 5rem;
}

.about__dropdowns a {
  font-family: 'Variable_Black';
  color: #E03326;
  text-decoration: none;
}

.about__dropdown_title.visible .arrow {
  transform: rotate(90deg);
}

.about__dropdown_title.visible .title {
  font-family: 'Variable_Black';
}

.about__dropdown_content.visible .dropdown__wrapper {
  max-height: 1000vh;
}

.dropdown__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.dropdown__grid .item {
  cursor: pointer;
  margin-right: 2%;
  margin-bottom: 1rem;
  position: relative;
  width: 18%;
}

.dropdown__grid .item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.dropdown__grid .item .item__wrapper {
  align-items: center;
  color: #FFF;
  background: #E03326;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  right: 0;
  padding: 0.5rem;
  opacity: 0;
  top: 0;
  transition: opacity 600ms cubic-bezier(0.000, 0.380, 1.000, 0.145);
  /* custom */
  transition-timing-function: cubic-bezier(0.000, 0.380, 1.000, 0.145);
  /* custom */
}

.dropdown__grid .item .item__wrapper:hover {
  opacity: 1;
}

.dropdown__team_info {
  display: grid;
  grid-template-areas: "back content info";
  grid-template-rows: auto;
  grid-template-columns: 5% 90% 5%;
  width: 100%;
}

.dropdown__team_info .back {
  grid-area: back;
}

.dropdown__team_info .back button {
  background: transparent;
  border: solid 1px #E03326;
  color: #E03326;
  padding: 5px 8px 5px 4px;
  text-transform: uppercase;
}

.dropdown__team_info .info {
  font-size: 0.84rem;
  grid-area: info;
}

.dropdown__team_info .info img {
  width: 100%;
}

.dropdown__team_info .main_text {
  margin: 1rem 0;
}

.dropdown__team_info .main_text p {
  margin: 0;
}

.dropdown__team_info .links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.dropdown__team_info .links a {
  margin-left: 1rem;
  color: #E03326;
  text-decoration: none;
}

.dropdown__team_info .tags {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.dropdown__team_info .tags a {
  display: inline-block;
  background: #E03326;
  font-size: 0.83rem;
  color: #FFF;
  margin-bottom: 10px;
  padding: 1px 10px;
  text-transform: uppercase;
}

.dropdown__team_info .content {
  grid-area: content;
}

.dropdown__team_info .content .bracket__container {
  margin-bottom: 1.2rem;
}

.dropdown__team_info .content .title {
  font-family: 'Variable_Black';
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0;
  padding: 8px 0;
}

.dropdown__team_info .content p {
  margin: 0;
}

.page-template-temp_faqs .about {
  background: #FFF;
}

.page-template-temp_faqs .about .title {
  text-transform: uppercase;
}

.page-template-temp_faqs .about {
  padding: 10rem 15% 0 15%;
}

.page-template-temp_faqs .about__header {
  margin-bottom: 0;
}

.page-template-temp_faqs .about__dropdowns {
  padding-top: 2rem;
}

@media screen and (max-width: 768px) {

  .page-template-temp_faqs .about {
    padding-top: 6rem;
  }

  .about {
    padding: 6rem 10%;
  }

  .about__header {
    display: grid;
    grid-template-areas:
      "title"
      "logo";
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    margin-bottom: 3rem;
  }

  .about__desc,
  .dropdown__basic_content,
  .dropdown__team_info p {
    font-size: 1.1rem;
  }

  .about__dropdown_title h4 {
    font-size: 1.25rem;
  }

  .about .title {
    display: none;
    line-height: 3rem;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
  }

  .dropdown__basic_logo img {
    width: 100%;
  }

  .about__header .logo img {
    width: 80%;
  }

  .dropdown__basic {
    display: grid;
    grid-template-areas:
      "drop_logo"
      "drop_content";
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    padding: 4rem 0;
  }

  .dropdown__team_info {
    display: grid;
    grid-template-areas: "back content info";
    grid-template-rows: auto;
    grid-template-columns: 0 100% 0;
    width: 100%;
  }

  .about__dropdowns {
    padding: 4rem 10% 5rem 10%;
  }
}