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