.lmbbb{margin:0 auto;background-color:#fff}
.lmbbb__list{gap:4px;display:flex;justify-content:space-around}
.lmbbb__item{background-color:#f6f6f6;text-align:center;width:50%;padding:9rem 3rem}
.lmbbb__item .icon-wrap{display:flex;justify-content:center;align-items:center;width:14rem;height:14rem;margin:0 auto 3rem auto}
.lmbbb__item .icon-wrap img{display:block}
.lmbbb__item .subhead{display:block;font-size:4rem;line-height:5rem;margin-bottom:1.6rem;font-weight:600}
.lmbbb__item .desc{font-size:1.6rem;font-weight:400;margin-bottom:4rem;line-height:3rem;color:#444}
.lmbbb__item .btn{font-size:1.8rem;font-weight:500;border-radius:3rem;height:6rem;line-height:6rem;min-width:21.7rem}
@media all and (max-width:767px){.lmbbb__item .btn{min-width:14rem;width:14rem;height:4.3rem;line-height:4.3rem;font-size:1.4rem}
}
@media all and (max-width:767px){.lmbbb__list{flex-direction:column}
.lmbbb__item{width:100%;padding:5rem 3rem}
.lmbbb__item .subhead{font-size:2.4rem;line-height:3.2rem;margin-bottom:.8rem}
.lmbbb__item .desc{line-height:2.4rem;font-size:1.4rem;margin-bottom:2rem}
.lmbbb__item .icon-wrap{width:9rem;height:9rem;margin-bottom:1rem}
.lmbbb__item .icon-wrap img{width:6.4rem;height:5.7rem}
.lmbbb__item:last-child .icon-wrap img{width:5.4rem;height:6.5rem}
}