
#hs_cos_wrapper_widget_1692799434111 .featured-post-wrapper .featured-post-column.image .image-clip-frame .image-clip-svg path{
    fill: #FBFCFC;
}

 h1 {
    font-size: 54px!important;
    line-height: 1.2!important;
}

.featured-post-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 100px;
    position: relative;
}

.featured-post-wrapper .cover-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}


.featured-post-wrapper .featured-post-column{
    width: 50%;
}

.featured-post-wrapper .featured-post-column .read-time{
    margin-bottom: 16px;
    font-weight: 800;
} 

.featured-post-wrapper .featured-post-column.image .image-clip-frame{
    overflow: hidden;
    clip-path: polygon(50% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);

}

.featured-post-wrapper .featured-post-column.image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.featured-post-wrapper:hover .featured-post-column.image img{
    transform: scale(1.1);
}

.featured-post-wrapper:hover .featured-post-column.content .cta-wrapper .solid-cta.dark-cta{
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    color: black;
}



.featured-post-wrapper .featured-post-column .post-summary{
    display: block;
    margin: 40px 0px;
}





@media screen and (max-width: 1100px){

    .featured-post-wrapper .featured-post-column.image .image-clip-frame {
        height: 450px!important;
    }

}

@media screen and (max-width: 989px){

    .featured-post-wrapper{
        flex-direction: column;
        gap: 40px;
    }
    
    .featured-post-wrapper .featured-post-column{
        width: 100%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  
.dnd_area-row-0-padding {
    padding: 50px 32px;
}

}

@media screen and (max-width: 767px){
    .featured-post-wrapper .featured-post-column.image .image-clip-frame {
        height: 275px!important;
    }

    .featured-post-wrapper .featured-post-column.image .image-clip-frame{
        overflow: hidden;
        clip-path: polygon(50% 0%, 100% 0, 100% 70%, 80% 100%, 0 100%, 0 0);
    }
  
  h1 {
    font-size: 32px!important;
    line-height: 1.3!important;
}