/* Box 123*/
.box-123 {
    background: #FFE3E3;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
}

.box-123 h5 {
    color: #FF2B51 !important;
    font-size: 30px !important;
    margin-bottom: 0 !important;
    background: transparent !important;
}

.box-123 .icon-123 {
    min-width: 135px;
    min-height: 135px;
    font-size: 50px;
    font-weight: 900;
    color: white;
    background: #FF2B51;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}
.box-123 .number {
    background: #FF8917;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: 800;
    font-size: 26px !important;
    color: white;
}
@media only screen and (max-width: 768px) {
    .box-123 {
        flex-direction: column;
    }

    .box-123 h5 {
        text-align: center;
        margin-top: 20px;
    }

    .box-123 .icon-123 {
        min-width: 90px !important;
        min-height: 90px !important;
        font-size: 36px !important;
        margin: 0;
    }
    .box-123 .icon-123 {
        display: none;
    }
}