/* Below - Shrink text size for the 1st slide in the carousel in case it is too loooong */

.home-pipeline-blog-post.post-0 .headline h3 {
    font-size: 36px !important;
}

@media screen and (max-width: 480px){
    .home-pipeline-blog-post.post-0 .headline h3 {
        font-size: 22px !important;
    }
 
}
/* Above - Shrink text size for the 1st slide in the carousel in case it is too loooong */


@media screen and (max-width:768px) {
    #home-row-gamma > div {
        max-height:unset !important;
    }
}

@media screen and (max-width:1080px) {
    .evergreen-box-container {
            margin-bottom:10px;
    }
}
.event {
    align-items:flex-start;
}
.heading-lg.home-page {
    margin-top:12px;
    margin-bottom:9px;
}

/*Remove Slide #2 Auto-generated Title*/
/*
.post-1 .headline h3 {
    display: none;
}*/