.blog_section_shortcode{
  padding: 0 15px 30px;
}

.news-header-tabs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.news-header-tabs h2{
  font-size: 41px;
  font-weight: 800;
  margin: 0;
}

ul.news-tabs-nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0px;
}

.news-tabs-nav .active {
  height: 40px;
  color: #a5896d;
  border-bottom: 2px solid #c4a060;
}

ul.news-tabs-nav li{
  margin-left: 1.3em;
  margin-bottom: .6em;
}

.et-db #et-boc .et-l .et_pb_row.row_1_blog {
  padding: 0px;
}

.et_pb_section.section_1_blog {
  padding: 23px 0px 20px 0px;
}

.news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.news-card {
  width: calc(33.333% - 20px);
}

.box-shadow-2{
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
  transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
  height: 289px;
}

.image-cover{
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.image-cover img {
  height: 100%;
  object-fit: cover;
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.ux-image.has-hover.box-shadow-2:hover img{
  transform: scale(1.1);
}

.news-date {
  font-size: 14px;
  color: #888;
  margin-top: 8px;
  text-transform: lowercase;
}

.news-title a {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: block;
  margin-top: 5px;
}

.et_pb_row.row_2_blog {
  padding: 46px 15px 100px 15px;
}

@media(max-width:980px)
{
  .box-shadow-2 {
    height: 240px;
  }
}

@media(max-width:767px)
{
  .news-card {
    width: 100%;
  }
  .image-cover img{
    width: 100%;
  }
  .news-header-tabs h2 {
    font-size: 36px;
  }
  .news-header-tabs {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    font-size: 12px;
  }
  ul.news-tabs-nav{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    gap: 15px;
  }

  .et_pb_row.row_2_blog h4{
    font-size: 22px;
    line-height: 30px;
  }

  .et_pb_row.row_2_blog {
    padding: 10px 15px 50px 15px;
  }
}
