body{
    background-color:white;
}


.activities_2_wrapper{
    color:#073e7f;
    overflow: auto;
    padding-bottom: 150px;
    
}

.activities_2_wrapper h2:nth-child(1){
   font-weight: 700;
}

h1 {
    color: #0248A8;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 33px;
    font-family: 微軟正黑體;
}


.activity_box_wrapper {
    background-color: white;
    border-radius: 10px 10px 0px 0px ;
    margin-bottom: 20px;
}

.activity_box_row{
    border:1px solid grey;
    border-top: transparent;
}
.activity_box_title {
    background-color: #ffc000;
    border-radius: 10px 10px 0px 0px ;
    padding: 10px;
    font-size: 1.35em;
    font-weight: 900;
    color: #0248A8;
}

 /* .activity_box_row */

.activity_box_row {
    padding: 10px;
    display: flex;
    overflow-x: scroll;
}

.activities_box {
    width: 13%;
    min-width: 183px;
    border:solid 1px #c2c2c2;
    box-sizing: content-box;
    padding:10px;
    margin-right:20px;
    position: relative;
     
}

.activities_box_title {
    height:150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activities_box_title>a{
    text-decoration: none;   
}

.activities_box_bottom{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.activities_box_image{
    padding-bottom: 20px;
    width: fit-content;
    margin: auto;
   
    
}    

.activities_box_bottom_logo{
    display: flex;

}

.activities_box_bottom_logo img{
    align-self: center;
    height: 20px;
    width: auto;
}

.icon-func div {
    margin-right: 5px;
}

.back_to_top{
    cursor: pointer;
}

.house{
    cursor: pointer;
}

.desc div{
    margin-bottom: 5px;
}

@media screen and (min-width: 1024px) {
    /* desktop view */
   
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* tablet view */

}

@media screen and (max-width: 767px) {
    /* mobile view */

}