.from-posts-tabs .tab-contents-item {
  display: none;
}

.from-posts-tabs .from-posts-tabs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width:  1024px){
  .from-posts-tabs .from-posts-tabs-container {
    display: none;
  }
}
.from-posts-tabs p {
  font-size: 18px;
}

.from-posts-tabs a, 
.from-posts-tabs a:active,
.from-posts-tabs a:link,
.from-posts-tabs a:hover {
  color: #000;
  text-decoration: none;
  border: none;
  padding: 0.5rem 7rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.from-posts-tabs .tab-links {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.from-posts-tabs .tab-marker {
  height: 10px;
  width:  100%;
  margin-bottom: 4rem;
  position: relative;
}

.from-posts-tabs .tab-marker .marker {
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #EE1C25;
  width: 7rem;
  position: absolute;
}

.from-posts-tabs .tab-contents  {
  width: 100%;
}

.from-posts-tabs .tab-contents .tab-contents-item.active {
  display: flex;
  flex-wrap: wrap;
}

.from-posts-tabs .tab-contents .tab-contents-item .thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  min-height: 500px;
  width: 90%;
  float: left;
}

.from-posts-tabs .tab-contents .tab-contents-item .col {
  width:  50%;
}

.from-posts-tabs .tab-contents .tab-contents-item .col-details {
  padding-top: 4rem;
  padding-left: 2rem;
}

.from-posts-tabs .tab-contents .tab-contents-item .col-details .title {
  font-size: 3rem;
  font-weight: bold;
  
}

.from-posts-tabs .tab-contents .tab-contents-item .col-details .excerpt {
  font-size: 1.125rem;
}


/* Mobile  */
.from-posts-tabs-container-mobile {
  display: none;
}

@media only screen and (max-width:  1024px){
  .from-posts-tabs-container-mobile {
    display: block;
  }
}

.from-posts-tabs .tab-contents-mobile {
  display: flex;
  flex-direction: column;
}

.from-posts-tabs .tab-contents-mobile .tab-contents-mobile-item .thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 18rem;
  margin-bottom: 1rem;
}

.from-posts-tabs .tab-contents-mobile .tab-contents-mobile-item .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.from-posts-tabs .tab-contents-mobile .tab-contents-mobile-item .title {
  font-weight: bold;
  font-size: 1.875rem;
  text-align: center;
  line-height: 2.3rem;
  height: 5rem;
}

@media (max-width: 768px){

  .from-posts-tabs .tab-contents-mobile .slick-list {
    padding:0 10% 0 0 !important;
    margin: 0 -10px;
  }

  .from-posts-tabs .tab-contents-mobile .slick-slide {
    margin: 0 10px;
  }

}