.webinars-for-insights .event__images img {
        max-width: 180px;
    object-fit: cover;
    width: 100%;
   border: 1px solid #007297;
    border-radius: 50%;
    object-position: top;
    aspect-ratio: 1/1;
      height: auto;
  }
.webinars-for-insights .section-title{
  flex:1 1 100%;
  padding:30px 30px 0px
}
.webinars-for-insights .event__images.post-events-image {
 background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  min-height: 230px;
  padding:0px;
  background-color:#7badd3
}
.webinars-for-insights .event__category h5 {
    font-weight: 300!important;
    color: #847770;
    font-size: 16px;
}
.webinars-for-insights .section-header-last a {
  text-decoration: underline;
}
.webinars-for-insights .d-flex .pipe-filter {
    margin: 0 10px;
    font-size: 20px;
}
.webinars-for-insights .embed-container { 
  position: relative; 
  padding-bottom: 0px; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
}
.webinars-for-insights .text-decoration-none:hover {
color: #d65f00!important;
}
.webinars-for-insights .more-info {
    font-weight: 600;
}
.webinars-for-insights .home-resources__video, 
.webinars-for-insights .home-resources__gated {
  box-shadow: -8px 8px 23px -5px rgb(192 189 189 / 50%);
      background: #f1f5fa;
      border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.webinars-for-insights .event__images {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    background: linear-gradient(180deg,#7badd3,#9dc1de);
    padding: 25px 15px;
}
.webinars-for-insights .event__name {
margin: 10px 0 10px 0;
}
.webinars-for-insights .event__name h3{
  font-size:20px;
  line-height:1.2;
}
.webinars-for-insights .event__date p{
  font-size:16px;
}
.webinars-for-insights .tab-content .page-center {
  max-width: 33%;
  flex: 1 1 33%;
    width: 100%;
    padding: 0 15px;
     margin: 30px 0px 50px 0px;
  
}
.webinars-for-insights .img-1 {
    margin-right: 80px;
}
.webinars-for-insights .cta_button {
    margin-top: 30px;
}
.webinars-for-insights .event__meta {
    padding: 30px 25px;
    background: #F1F5FA;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: -8px 8px 23px -5px hsla(0,2%,75%,.5);
  
}
@media (max-width:1024px) and (min-width: 992px) { 
.webinar-featured-post .event__date, .webinar-featured-post .event__location, .webinar-featured-post .event__name {
    font-size: 16px;
  }
}
@media (max-width:1199px) and (min-width: 768px) {
  .webinars-for-insights .tab-content {
    flex-wrap: wrap;
  }
  .webinars-for-insights .tab-content .page-center {
    max-width: 50% !important;
    flex:1 1 50%;
    padding: 0 15px;
  }
  .webinars-for-insights .img-1 {
  margin-right: 18px;
  }  
}
@media (min-width:768px){
  .webinars-for-insights .section-header{
    margin-bottom: 45px;
  }
}
@media (max-width:767px) {
   .webinars-for-insights .section-header{
    margin-bottom: 45px;
  }
   .webinars-for-insights .tab-content  {
    display: block !important;
  }
  .webinars-for-insights .tab-content .page-center {
    max-width: 100% !important; 
    flex: 1 1 100%; !important; 
  }
   .webinars-for-insights .img-1 {
  margin-right: 18px;
  }
  .webinars-for-insights .event__meta {
      padding: 15px;
  }
  .webinars-for-insights .tab-content .page-center {
        margin: 30px 0px 0px 0px;
        padding: 0 10px;
  }
  .webinars-for-insights .event__category,
   .webinars-for-insights .d-flex {
     margin-top: 10px;
     margin-bottom: 10px;
  }
}