#convenience-menu {
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.convenience-menu-item {
    width: 48%;
    border: 1px solid #2c63b6;
    margin: 5px 0;
}

.convenience-menu-item div {
    padding: 5px;
}

.convenience-menu-item div:first-child {
    border-bottom: 1px solid #2c63b6;
    padding-left: 100px;
    min-height: 80px;
    font-weight: bold;
}

.convenience-icon01 div:first-child {
    background: url(./img/convenience-icon01.png) no-repeat 0 0;
    background-color: #e9eff7;
}

.convenience-icon02 div:first-child {
    background: url(./img/convenience-icon02.png) no-repeat 0 0;
    background-color: #e9eff7;
}

.convenience-icon03 div:first-child {
    background: url(./img/convenience-icon03.png) no-repeat 0 0;
    background-color: #e9eff7;
}

.convenience-icon04 div:first-child {
    background: url(./img/convenience-icon04.png) no-repeat 0 0;
    background-color: #e9eff7;
}

.convenience-icon05 div:first-child {
    background: url(./img/convenience-icon05.png) no-repeat 0 0;
    background-color: #e9eff7;
}