
#conmre{
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto 35px;
}
#conmre .boun{
    width: calc(33.3% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
#conmre .leist1{
    background: #036eb8;
}
#conmre .leist1 a b{
}
#conmre .leist2{
    background: #49bb4e;
}
#conmre .leist3{
    background: #036eb8;
}
#conmre .boun a{
    text-align: center;
    padding: 55px 0;
    width: 100%;
    position: relative;
}
#conmre .boun:hover .nonoJ a{
    opacity: 1;
    z-index: 2;
}
#conmre .nonoJ{
    position: absolute;
}
#conmre .nonoJ a{
    color: white;
    opacity: 0;
    z-index: -1;
}
#conmre .boun a b{
    font-size: 24px;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: calc(50% - 20px);
    color: #f7f7f7;
}
#conmre .boun a p{
    position:absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
    top: calc(50% - 10px);
    color: #fafafa;
    font-size: 18px;
}
#conmre .boun:hover b{
    opacity:0;
    z-index: -1;
}
#conmre .boun a:hover p{
    opacity:1;
}
@media screen and (max-width: 768px) {
	#conmre .boun a b{
        font-size: 18px;
        top: calc(50% - 17px);
        font-weight: 400;
    }
    #conmre .boun a{
        padding: 30px 0;
    }
    #conmre .boun a p{
    font-size: 13px;
}
}
@media screen and (max-width: 480px) {
    #conmre{
        display: flex;
        flex-direction: column;
    }
    #conmre .boun{
        margin-bottom: 10px;
        width: 100%;
    }
    #conmre .boun a p{
        font-size: 15px;
    }
    #conmre .boun a b{
    font-size: 20px;
    top: calc(50% - 18px);
}
}