div.youth-content-container{
    margin-bottom: 3rem;
    padding: 0;
    div.row{
        margin: 0;
    }
    div.youth-container{
        height: 6rem;
        div.youth-div-title{
            height: 100%;
            a.youth-div-link{
                height: 100%;
                display: flex;
                align-items: center;
                h3.other-post-title{
                    font-family: "UTM Avo", serif;
                    font-size: 2.4rem;
                    color: rgba(30, 83, 190, 1);
                    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
                }
            }
        }
        div.youth-div-more{
            height: 100%;
            padding-right: 1rem;
            a.youth-div-link {
                height: 100%;
                display: flex;
                align-items: center;
                h3.other-post-more{
                    font-family: "UTM Avo", serif;
                    font-size: 1.8rem;
                    font-weight: 600;
                    color: rgba(30, 83, 190, 0.8);
                    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
                }
            }
        }
    }
}