.triple-squared-block {
  position: relative;
}
.triple-squared {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 50%;
}
.triple-squared__article {
  position: relative;
  margin: 0 0 1px 1px;
  padding: 25px;
  color: #fff;
}
.triple-squared__article:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  margin: 0 0 1px;
  padding: 70px 50px;
}
.triple-squared__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
.triple-squared__info {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  min-height: 170px;
  max-width: 320px;
  margin: 0 auto;
  padding: 35px 25px;
  text-align: center;
  background: rgba(0, 91, 171, 0.67);
}
.triple-squared__category {
  margin: 0 0 2px;
}
.triple-squared__category a {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: bold;
  color: #eeac46;
}
.triple-squared__title {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: bold;
}
.triple-squared__article:first-child .triple-squared__title {
  font-size: 2.4rem;
  line-height: 2.7rem;
}
.triple-squared__author {
  margin: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: bold;
}


@media screen and (max-width: 999px) {
  .triple-squared {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .triple-squared__article {
    -ms-flex: 1 0 calc(50% - 1px);
    -webkit-flex: 1 0 calc(50% - 1px);
    flex: 1 0 calc(50% - 1px);
  }
  .triple-squared__article:first-child {
    position: relative;
    width: 100%;
    -ms-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

@media screen and (max-width: 599px) {
  .triple-squared {
    display: block;
    margin: 0 0 20px;
  }
  .triple-squared__article {
    padding: 20px;
  }
  .triple-squared__article:first-child {
    padding: 35px 20px;
  }
  .triple-squared__info {
    min-height: 130px;
    padding: 25px 20px;
  }
  .triple-squared__title {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
  .triple-squared__article:first-child .triple-squared__title {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}
