.brands_v2 {
  box-sizing: border-box;
}
.brands_v2 *,
.brands_v2 *::before,
.brands_v2 *::after {
  box-sizing: inherit;
}

.brands_v2 {
  font-family: "Montserrat", sans-serif;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .brands_v2__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.brands_v2__brand + .brands_v2__brand {
  padding-top: 80px;
}
@media (min-width: 992px) {
  .brands_v2__brand + .brands_v2__brand {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .brands_v2__logo_area {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}
.brands_v2__logo_left {
  display: block;
  float: left;
  width: 300px;
  height: auto;
  position: relative;
}
.brands_v2__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .brands_v2__media {
    display: flex;
    align-items: flex-start;
  }
}
.brands_v2__media-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .brands_v2__media-image {
    margin-top: 6px;
    margin-right: 52px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .brands_v2__media-body {
    flex: 1;
  }
}
.brands_v2__text {
  color: #434343;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .brands_v2__text {
    line-height: 1.6;
  }
}
.brands_v2__text p {
  margin-bottom: 20px;
}
.brands_v2__link {
  color: inherit;
  text-decoration: none;
  padding-bottom: 3px;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .brands_v2__link::after {
    border-bottom: solid 1px currentColor;
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    transition: width ease-out 0.3s;
  }
  .brands_v2__link:hover::after {
    width: 100%;
  }
}
.brands_v2__button {
  background-color: #77A0AD;
  color: white;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .brands_v2__button {
    margin-top: 10px;
  }
}
.brands_v2__button:hover {
  background-color: #6795a3;
}

.brands_v2_notext {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
  margin-bottom: 120px;
}
.brands_v2_notext__image {
  display: block;
  max-width: 100%;
  height: auto;
}
.brands_v2_notext__brand {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .brands_v2_notext__brand {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (min-width: 992px) {
  .brands_v2_notext__brand {
    flex-direction: row;
    margin-bottom: 60px;
  }
}
.brands_v2_notext__logo {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.brands_v2_notext__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .brands_v2_notext__content {
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    padding-top: 0;
    height: auto;
    width: 300px;
  }
}