.post-excerpt-large {
  margin: 50px auto;
  border: 1px solid rgba(26, 199, 206, 0.5);
  background: rgba(217, 217, 217, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 52px 24px 42px 24px;
}

@media (max-width: 991px) {
  .post-excerpt-large {
    padding-bottom: 27px;
  }
  .post-excerpt-large .post-excerpt-large-img {
    text-align: center;
  }
}

.post-excerpt-large .bordered {
  /*  
  
      padding: 52px 40px 42px 40px;
      position: relative;
    max-width: calc(100% - 40px);
      margin-left: -40px;
      margin-right: -40px; */
}

@media (max-width: 991px) {
  .post-excerpt-large .bordered {
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% + 40px);
  }
}

.post-excerpt-lage-theme {
  margin-right: 12Px;
}

.post-excerpt-lage-theme,
.post-excerpt-lage-theme a {
  color: var(--color-qw-grey-black-2);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 171.429% */
}

.post-excerpt-lage-date {
  color: var(--color-qw-grey-black-2);
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
  /* 166.667% */
  margin-top: 3px;
}

.post-excerpt-lage-time {
  color: var(--color-qw-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.post-excerpt-lage-time span {
  margin-right: 3px;
}

.post-excerpt-lage-content {
  color: rgba(0, 0, 0, 0.8);
}

.post-excerpt-lage-link {
  margin-top: 12px;
}

.post-excerpt-lage-link a {
  color: var(--color-qw-green);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  text-transform: uppercase;
}

.post-excerpt-large-img img {
  width: 535px;
  max-width: 100%;
  height: auto;
}

.post-excerpt-lage-title {
  margin-top: 20px;
  margin-bottom: 24px;
  text-transform: none !important;
}

.post-excerpt-lage-title a {
  color: var(--color-qw-black);
}

.post-excerpt-lage-meta {
  margin-top: 4px;
}

.post-excerpt-large-label {
  text-align: center;
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 100% */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 32px;
  border: 2px solid #1AC7CE;
  background: #1AC7CE;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 11px 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .post-excerpt-large-label {
    padding-left: 12px;
    padding-right: 12px;
    width: 200px;
    display: inline-block;
  }
}

.blog .post-excerpt-large {
  margin: 90px auto;
}

@media (max-width: 991px) {
  .blog .post-excerpt-large {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .blog .post-excerpt-large .post-excerpt-large {
    padding-top: 42px;
  }
  .blog .post-excerpt-large .post-excerpt-lage-meta {
    margin-top: 24px;
  }
  .blog .post-excerpt-large .post-excerpt-lage-date {
    margin-top: 0;
  }
  .blog .post-excerpt-large .post-excerpt-lage-title {
    margin-top: 10px;
    margin-bottom: 4px;
  }
}
