﻿.related-categories {
    background: #f7f7f7;
    padding: 20px;
}

.related-title {
    color: #002F6D;
    font-family: var(--font-noto);
    font-size: 24px;
    text-align: center;
    margin-bottom:20px;
}


.related-categories .container{
    position:relative;
}
a.related-category {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    text-align: center;
    border: none;
    background-color: white;
    max-width: 250px;
    padding: 15px;
    margin: 0px auto;
}

.category-title, .related-category:hover .category-title {
    color: #444;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none !important;
}

.related-category:hover {
    text-decoration: none !important;
}

.related-category img {
    max-width: 100%;
    height: auto;
    min-height: 120px;
    max-height: 120px;
    padding: 10px 10px;
    width: auto;
}


.bottom-triangle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110px;
    height: 60px;
    background-color: #e3f2fb;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    z-index: 0;
}

.component.call-out.meet-your-milestone-subscribe .blog-detail-subscribe {
    margin: 0;
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #3f7ca6 100%) 0% 0%;
    mix-blend-mode: multiply;
    -webkit-mask: none;
    mask: none;
    padding: 1rem !important;
}

.blog-detail-subscribe:before {
    background-image: linear-gradient(to right, #096ba878, #0e8cda9e), url("/-/media/Feature/Page Content/images/banner-bg-webp.webp");
    background-size: 100% 300px;
}

@media (min-width: 1366px) {
    .related-categories .container {
        max-width: 1250px;
    }
}


