

.mt-10 {
    margin-top: 140px;
    }
    
    .mb-10 {
        margin-bottom: 140px;
    }
    
    .list-group-item{
        position: relative;
    }
    
    .list-group-item svg{
        position: absolute;
        right: 0;
        top: 8px;
    }
    .free-resources-right {
        padding-right: 10%;
    }
    .free-resources-left {
        padding-left: 10%;
    }
    .free-resources .list-group a:hover {
        color: var(--color-pink);
    }
    .st-item {
        cursor: pointer;
        display: inline-block;
        border-radius: 16px;
        padding: 0 10px;
        /* min-height: 363px; */
    }
    .st-item a {
        display: block;
        height: 430px;
        overflow: hidden;
        display: block;
        border-radius: 16px;
        position: relative;
    }
    /* .st-item img {
        width: 130%;
        position: absolute;
        top: -9999px;
        left: -9999px;
        right: -9999px;
        bottom: -9999px;
        margin: auto;
    } */
    .st-item a div {
        width: 100%;
        height: 100%;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .slick-resources {
        margin-bottom: 50px;
    }
    
    @media only screen and (max-width: 1280px){
        .branding-guide .newline { 
            display: inline-block;
        }
    }
    @media only screen and (max-width: 1024px){
        .st-item a {
            height: 300px;
        }
    }
    @media only screen and (max-width: 768px){
        .st-item a {
            height: 250px;
        }
    }