.guide-home {
  position: relative;
}
h3.guide-title,
h3.guide-title a {
  color: #47c9af;
}
.guide-promo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: -30px -20px 30px;
}
.guide-promo--home {
  position: relative;
  margin: 0 0 30px;
}
.guide-promo__article {
  position: relative;
  padding: 20px;
  color: #fff;
}
.guide-promo__article--1 {
  -ms-flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%;
  background: #005bab;
}
.guide-promo__double {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 0 25%;
  -webkit-flex: 1 0 25%;
  flex: 1 0 25%;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.guide-promo__double article {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.guide-promo__article--2 {
  background: #024883;
}
.guide-promo__article--3 {
  background: #fff;
  color: #005bab;
}
.guide-promo__article--4 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 0 25%;
  -webkit-flex: 1 0 25%;
  flex: 1 0 25%;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  max-width: 25%;
  padding: 0;
}
.guide-promo__cover {
  display: block;
  height: 160px;
  margin: 0 0 10px;
  text-indent: -9999px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.guide-promo__cover--1 {
  height: 360px;
}
.guide-promo__cover--4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.guide-promo__info {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 91, 171, 0.71);
}
.guide-promo__category {
  margin: 0 0 2px;
}
.guide-promo__category a {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: bold;
  color: #47c9af;
}
.guide-promo__title {
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: bold;
}
.guide-promo__title--1 {
  margin: 0 0 10px;
  padding: 0 0 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 3rem;
  line-height: 3.3rem;
  word-wrap: break-word;
}
.guide-promo__title--4 {
  margin: 0 0 10px;
  padding: 0 0 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 2.8rem;
  line-height: 3.1rem;
  word-wrap: break-word;
}


@media screen and (max-width: 999px) {
  .guide-promo {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .guide-promo__article--1 {
    -ms-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .guide-promo__article--4 {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .guide-promo__cover--1 {
    height: 320px;
  }
}

@media screen and (max-width: 599px) {
  .guide-promo {
    display: block;
  }
  .guide-promo--home {
    margin: 0 0 20px;
  }
  .guide-promo__article--1 {
    padding: 0 15px 15px;
  }
  .guide-promo__cover--1 {
    height: 220px;
    margin: 0 -15px 10px;
  }
  .guide-promo__title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .guide-promo__title--1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 2.6rem;
    line-height: 2.9rem;
  }
  .guide-promo__summary {
    display: none;
  }
  .guide-promo__double article {
    min-height: 110px;
    padding: 15px 15px 15px 110px;
  }
  .guide-promo__cover--2,
  .guide-promo__cover--3 {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .guide-promo__article--4 {
    min-height: 200px;
    max-width: none;
  }
  .guide-promo__cover--4 {
    margin: 0;
  }
  .guide-promo__info {
    padding: 15px;
  }
  .guide-promo__title--4 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
