@charset "utf-8";
/****************************************************************************************************
****************************************************************************************************/
@media print, screen and (min-width:737px){
}
@media print, screen and (min-width:769px){
}
@media print, screen and (min-width:1200px){
}
/****************************************************************************************************
****************************************************************************************************/
.homeBlock.memorial_society .homeBlock__body{
    padding: 40px 10px;
    background: url(../../images/home/memorial_society/bg.gif);
    max-width: 1200px;
}
@media print, screen and (min-width:737px){
.homeBlock.memorial_society .homeBlock__body{
    padding: 40px 0;
}
}
/****************************************************************************************************
****************************************************************************************************/
.memorial_society__row{
    display: flex;
    margin: 0 auto;
    max-width: 880px;
}


    .memorial_society__col.-col1{}
    .memorial_society__col.-col2{}

    .memorial_society__col{
        flex-basis: calc(400 / 880 * 100%);
        margin-left: calc( 20 / 880 * 100%);
        margin-right: calc( 20 / 880 * 100%);
    }

    .memorial_society__img{
        margin-bottom: 10px;
        border-radius: 5px;
        overflow: hidden;
        text-align: center;
    }
@media print, screen and (min-width:737px){
    .memorial_society__img{
        margin-bottom: 20px;
    }
}




