.evergreen-article-tile {
    padding: 48px 0px 0px;
}

.evergreen-article-tile .evergreen-main-title h2.main-title {
    font-family: 'PPMori-Bold', sans-serif;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 6px;
}
.evergreen-article-tile .evergreen-text-centered-body-1,
.evergreen-article-tile .evergreen-image-small,
.evergreen-article-tile .evergreen-main-title {
	padding: 0px 0px 24px;
}
.evergreen-article-tile .evergreen-text-centered-body-1 p {
    margin-bottom: 16px !important;
}
.evergreen-article-tile .evergreen-text-centered-body-1 p:last-child {
    margin-bottom: 0px !important;
}
.evergreen-article-tile .evergreen-cta button{
    word-break: break-all;
    height: auto !important;
    max-width: 680px;
}
.evergreen-article-tile .evergreen-video-container {
    position: relative;
    display: block;
    margin: 0px auto 24px;
    width: 100%;
    max-width: 1080px;
}

.evergreen-article-tile .evergreen-video {
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    margin: 0 auto;
}
.evergreen-article-tile .evergreen-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.evergreen-article-tile .evergreen-image-small img{
    width: 100%;
}
.evergreen-cta {
    padding: 0 0 48px;
}
.disabled-link{
    pointer-events: none;
    cursor: default;
}