.pwr-sec-posts__intro-sec {
  margin-bottom: 60px!important;
}

.pwr--dark #rits-button.pwr-post-item__more-link {
  color: #FFF; 
}

.pwr-sec-posts__container--rits-cs .hs_cos_wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

@media (max-width: 767px) {
  .pwr-sec-posts__container--rits-cs .hs_cos_wrapper {
    gap: 24px;
  }
}



.pwr-sec-posts__container--rits-cs .pwr-post-item,
.pwr-sec-posts__container--rits-news .pwr-post-item {
  margin: 0px!important;
}

.pwr-sec-posts__container--rits-cs .pwr-post-item__img,
.pwr-sec-posts__container--rits-news .pwr-post-item__img {
  border-radius: 4px;
}

.pwr-sec-posts__container--rits-cs .featured-post-item .pwr-post-item {
  width: 100%;
  height: auto!important;
  margin-bottom: 64px;
}

.pwr-sec-posts__container--rits-cs .featured-post-item .pwr-post-item__content  {
  display: flex;
  flex-direction: row;
  gap: 48px;
}

@media (max-width: 767px) {
  .pwr-sec-posts__container--rits-cs .featured-post-item .pwr-post-item__content {
    flex-direction: column;
     gap: 0px;
  }
}

/* img */
.pwr-sec-posts__container--rits-cs .featured-post-item .pwr-post-item__img_wrapper {
  width: 60%;
}

@media (max-width: 991px) {
  .pwr-sec-posts__container--rits-cs .featured-post-item .pwr-post-item__img_wrapper{
    width: 40%;
  }
}

@media (max-width: 767px) {
  .pwr-sec-posts__container--rits-cs .featured-post-item .pwr-post-item__img_wrapper,
  .pwr-sec-posts__container--rits-news .featured-post-item .pwr-post-item__img_wrapper{
    width: 100%;
  }

  .pwr-sec-posts__container--rits-cs .featured-post-item .pwr-post-item__img_wrapper .pwr-post-item__img,
  .pwr-sec-posts__container--rits-news .featured-post-item .pwr-post-item__img_wrapper .pwr-post-item__img{
    height: 0px;
    padding-bottom: 75%;
  }
}

.pwr-sec-posts__container--rits-cs .featured-post-item .pwr-post-item__img_wrapper .pwr-post-item__img,
.pwr-sec-posts__container--rits-news .featured-post-item .pwr-post-item__img_wrapper .pwr-post-item__img{
  height: 100%;
/*   padding-bottom: 56.25%; */
}

/* content */

.pwr-sec-posts__container--rits-cs .pwr-post-item__info-box .pwr-post-item__desc {
  margin-top: 0px;
}


.pwr-sec-posts__container--rits-cs .pwr-post-item__info-box{
  position: relative;
  width: auto;
  flex: 1;
  top: 0;
  padding:  16px 16px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 767px) {
  .pwr-sec-posts__container--rits-cs .pwr-post-item__info-box,
  .pwr-sec-posts__container--rits-news .pwr-post-item__info-box{
    padding: 16px;
  }
}

.pwr-sec-posts__container--rits-cs .default-posts-list .pwr-post-item__info-box{
  padding: 16px;
}
  

/* author */

.pwr-post-item__author_wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.pwr-post-item__author_wrapper .pwr-post-item__name_wrapper {
  display: flex;
  flex-direction: column;
}

.pwr-post-item__author_wrapper .pwr-post-item__bio {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: #bababa';
}


/* default-posts-list */

.pwr-sec-posts__container--rits-cs .default-posts-list{
  display: flex;
  gap: 24px;
}

@media (max-width: 767px) {
  .pwr-sec-posts__container--rits-cs .default-posts-list {
    flex-direction: column;
  }
}

.pwr-sec-posts__container--rits-cs .default-posts-list .pwr-post-item
 {
  flex: 1;
  width: 100%;
}

.pwr-sec-posts__container--rits-cs .default-posts-list .pwr-post-item__img {
  height: 0px;
  padding-bottom: 75%;
}

.pwr-sec-posts__container--rits-cs .default-posts-list .pwr-3D-box__sensor {
  height: auto;
}


.pwr-sec-posts__container--rits-cs .default-posts-list .pwr-post-item .pwr-post-item__desc,
.pwr-sec-posts__container--rits-cs .default-posts-list .pwr-post-item .pwr-post-item__author{
  display: none;
}


/* Rits News */

.pwr-sec-posts__container--rits-news .hs_cos_wrapper {
  display: flex;
  flex-direction: row;
  gap: 48px 24px;
}

.pwr-sec-posts__container--rits-news .hs_cos_wrapper > div {
  width: 100%;
}

.pwr-sec-posts__container--rits-news .default-posts-list .pwr-post-item {
  width: 100%;
  height: auto !important;
}
/* 
.pwr-sec-posts__container--rits-news .featured-post-item .pwr-post-item {
  display: inline;
} */

@media (max-width: 767px) {
  .pwr-sec-posts__container--rits-news .hs_cos_wrapper {
    flex-direction: column;
    gap: 12px;
  }
}

.pwr-sec-posts__container--rits-news .featured-post-item .pwr-post-item {
  width: 100%;
  padding: 12px 0px;
  height: 100% !important;
}

.pwr-sec-posts__container--rits-news .featured-post-item .pwr-post-item__content {
  background: none;
  display: flex;
  align-items: flex-end;
  padding: 34px 20px;
}
.pwr-sec-posts__container--rits-news .pwr-post-item__info-box{
  position: relative;
  width: auto;
  flex: 1;
  top: 0;
  padding: 0 16px 0 0;
  display: flex;
  flex-direction: column;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}

.pwr-sec-posts__container--rits-news .default-posts-list {
  display: flex;
  flex-direction: column;
}

.pwr-sec-posts__container--rits-news .default-posts-list .pwr-post-item__img_wrapper {
  width: 40%;
  min-width: 40%;
}

@media (max-width: 991px) {
  .pwr-sec-posts__container--rits-news .default-posts-list .pwr-post-item__img_wrapper {
    width: 20%;
    min-width: 20%;
  }
}

.pwr-sec-posts__container--rits-news .default-posts-list .pwr-3D-box__sensor {
  display: flex;
  flex-direction: row;
  gap: 24px;
  background: transparent;
  padding: 12px 0px;
}

.pwr-sec-posts__container--rits-news .pwr-post-item__date {
  font-size: 14px;
  line-height: 26px;
  color: #46505f;
  padding: 0px;
}

.pwr-sec-posts__container--rits-news .featured-post-item .pwr-post-item__date {
  color: #bababa;
}

.pwr-sec-posts__container--rits-news .default-posts-list .pwr-post-item__img {
  height: 0px;
  padding-bottom: 50%;
}


.pwr-sec-posts__container--rits-news .featured-post-item .pwr-post-item__title {
  font-size: 18px!important;
  line-height: 30px!important;
  color: #FFF;
}

.pwr-sec-posts__container--rits-news .default-posts-list .pwr-post-item__title {
  font-size: 16px!important;
  line-height: 26px!important;
  margin: 4px 0 12px 0;
}


.pwr-sec-posts__container--rits-news .pwr-post-item__info-box .pwr-post-item__desc{
  margin-top: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* Featured */

.pwr-sec-posts__container--rits-news .featured-post-item .pwr-post-item__img_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .pwr-sec-posts__container--rits-news .featured-post-item .pwr-post-item__img_wrapper {
    position: relative;
  }

  .pwr-sec-posts__container--rits-news .featured-post-item .pwr-post-item__content {
    padding: 0px;
  }
  
  .pwr-sec-posts__container--rits-news .featured-post-item .pwr-post-item__info-box {
    position: absolute;
    width: 100%;
    padding: 34px 20px!important;
    top: auto;
  }
  
}

.pwr-sec-posts__container--rits-news .featured-post-item .pwr-post-item__info-box {
  min-height: 50%;
  padding: 0px;
}

.pwr-sec-posts__container--rits-news .featured-post-item .pwr-post-item__more-link {
  margin-top: auto;
}

.pwr--light #rits-button.btn_link {
  color: #FFF;
}



/* Boxes */

#rits-sec-posts .pwr-rel-post-item__wrapper--text {
  padding: 36px 24px;
  border-radius: 8px;
  z-index: 1;
}

#rits-sec-posts.pwr--light .pwr-rel-post-item__wrapper--text {
  background: linear-gradient(200deg, #fff 2%, #fdfdff 58%, #e3e1ea);
}


/* Text - Layout */

#rits-sec-posts.pwr-sec-posts--text  #rits-button {
  color: #050a1b;
}












