/* Colors */
/* Font */
/* Width & Height */
/* Mixins */
.styles__inner___EO5ei {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto 50px;
  position: relative;
}

.styles__post___d5aPw {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(50, 50, 93, 0.12), 0 -1px 4px rgba(0, 0, 0, 0.06);
}
.styles__post___d5aPw > a {
  transition: color 0.3s;
}
.styles__post___d5aPw > a:hover {
  color: var(--color-primary, #2a282f);
}

.styles__main-post___j7R77 {
  margin-bottom: 50px;
  position: relative;
}
.styles__main-post___j7R77 > a {
  transition: color 0.3s;
}
.styles__main-post___j7R77 > a:hover {
  color: var(--color-primary, #2a282f);
}

.styles__col-3___sdrcO {
}

.styles__image-wrapper___qA9mj {
  overflow: hidden;
  height: 216px;
  position: relative;
  background: #f9f9f9;
}

.styles__main-image-wrapper___tQS_A {
  overflow: hidden;
  width: 700px;
  height: 393px;
  position: relative;
  float: left;
  background: #f9f9f9;
}

.styles__image___GFoYg {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.styles__post-info___MXN_G {
  padding: 15px 15px 20px;
  background: #fff;
}
.styles__post-info___MXN_G h2 {
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  line-height: 160%;
  height: 50px;
  overflow: hidden;
}
.styles__post-info___MXN_G .styles__date___jTpeR {
  font-size: 14px;
  color: #757181;
  float: right;
}
.styles__post-info___MXN_G .styles__description___Amm2t {
  line-height: 190%;
  text-align: justify;
  margin-top: 16px;
  color: #45424E;
  margin-bottom: 25px;
}
.styles__post-info___MXN_G .styles__post-btn___cgaXv {
  float: left;
  min-width: 130px;
}

.styles__main-post-info___CIAtp {
  padding: 35px 40px 40px;
  background: #fff;
  position: absolute;
  bottom: 22px;
  right: 0;
  width: 530px;
  box-shadow: 0 2px 10px rgba(31, 45, 61, 0.16);
}
.styles__main-post-info___CIAtp h2 {
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  line-height: 170%;
  font-size: 22px;
  overflow: hidden;
}
.styles__main-post-info___CIAtp .styles__pre-title___Wi81o {
  color: var(--color-primary, #2a282f);
  font-weight: 100;
  font-variation-settings: "wght" 100, "slnt" 0;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  border-right: 3px solid var(--color-primary, #2a282f);
  padding-right: 8px;
}
.styles__main-post-info___CIAtp .styles__date___jTpeR {
  font-size: 16px;
  color: #757181;
  margin-top: 15px;
  display: block;
}
.styles__main-post-info___CIAtp .styles__description___Amm2t {
  line-height: 190%;
  text-align: justify;
  margin-top: 16px;
  color: #45424E;
  margin-bottom: 25px;
}
.styles__main-post-info___CIAtp .styles__post-btn___cgaXv {
  margin-top: 40px;
  min-width: 130px;
}

.styles__post-footer___Rr71o {
  margin-top: 15px;
}

.styles__empty-state___DSoFy {
  text-align: center;
  padding: 20px 0 55px;
}

.styles__empty-state-text___hjG_P {
  display: inline-block;
  line-height: 160%;
  background: #F1F3F5;
  padding: 5px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

@media only screen and (min-width: 980px) and (max-width: 1223px) {
  .styles__inner___EO5ei {
    width: 95%;
  }
}
@media only screen and (max-width: 979px) {
  .styles__inner___EO5ei {
    width: 92%;
  }
  .styles__image-wrapper___qA9mj, .styles__main-image-wrapper___tQS_A {
    height: auto;
    width: 100%;
    float: none;
  }
  .styles__image-wrapper___qA9mj:before, .styles__main-image-wrapper___tQS_A:before {
    content: "";
    display: block;
    margin-top: calc(55% - 1px);
  }
  .styles__main-post-info___CIAtp {
    position: static;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px 15px 20px;
  }
  .styles__main-post-info___CIAtp .styles__post-btn___cgaXv {
    display: block;
  }
  .styles__main-post-info___CIAtp h2 {
    font-size: 18px;
  }
}
