body{
    background-color:white;
    font-size: 16px;
}
.activities_3_wrapper{
    width: 93%;
    margin: auto;
}

.activities_3_box_wrapper{
    font-size:.95em;
}

.div_activities_2_content_box a{
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .activities_3_wrapper{
        text-align: center;
    }

    .activities_3_box_wrapper>div{
        margin: auto !important;
    }
}



.activities_3_box_wrapper>div{
    border-radius: 5%;
    color: black;
    padding: 15px 15px;
}

h1 {
    color: #0248A8;
    margin-bottom: 30px;
    font-weight: 700;
}

.inside-container{
    width: 90%;
    margin: auto;
} 

.div_activities_2_content>a{
    
}

.div_activities_2_content_box{
    height:320px;
    padding-bottom: 10px;
}

.div_activities_2_content_box>a{
    text-decoration: none;
    display: block;
    height:150px;
}


.div_activities_2_img{
    height:100px;
    background-color: white;
    border-radius: 5px;
    position: relative;
}

.div_activities_2_img>img{
    max-height:40px;
    max-width: 95%;
}

.img_count_1 img{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) ;
}

.img_count_2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.activities_3_box_wrapper>div{
    width:250px;
    height:450px;
    background-color:#ebfffe;
    margin: 0px 20px 20px 0px;

}

.div_activities_2_content>a{
    text-decoration: none;
}

.div_activities_2_attachment_registration{
     
    text-align: right;
    /* position: relative;
    bottom:10px; */
 
}

.desc{
    margin-bottom: 10px;
}

.desc div{
    margin-bottom: 5px;
}