#bomabut{
    background-image: url(/images/46/ambuimg.jpg);
    padding: 60px 0;
    background-size: cover;
    margin-top: -30px;
}
#bomabut .mafenbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#bomabut .mafenbox .maleftbox{
    display: flex;
    flex-direction: column;
    width: 50%;
}
#bomabut .mafenbox .marightbox{
    display: flex;
    flex-direction: column;
    width: 44%;
}
#bomabut .mafenbox .listname{
    margin-bottom: 50px;
}
#bomabut .mafenbox .infoten{
    z-index: 2;
}
#bomabut .mafenbox .listname h3{
    font-size: 9em;
    font-weight: 600;
    position: absolute;
    top: -117px;
    color: #ffffff;
    z-index: 0;
}
#bomabut .mafenbox .listname p{
    font-size: 1.75em;
    line-height: 120%;
    font-weight: 600;
    margin-left: 60px;
    position: relative;
    z-index: 1;
}
#bomabut .mafenbox .abcallJtop{
    bottom: 0;
    position: relative;
    left: 0;
    margin-top: 30px;
}
#bomabut .infoten p{
    font-size: 1em;
    font-weight: 400;
}
@media screen and (max-width: 768px)
{
    #bomabut .mafenbox{
        display: flex;
        flex-direction: column;
    }
    #bomabut .mafenbox .maleftbox{
    width: 100%;
}
    #bomabut .mafenbox .marightbox{
    width: 100%;
    margin-top: 80px;
    }
    #bomabut .mafenbox .listname h3{
    top: -75px;
    color: #f3f3f3;
}
}
@media screen and (max-width: 480px) {
	#bomabut .infoten p{
    font-size: 15px;
}
}
