/* Box 123*/
.box-123 {
    background: #FFE3E3;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
}
.box-123 .icon-123{
    font-family: yekanBakh;
}
.box-123 .information h5 {
    font-size: 30px !important;
    margin-bottom: 0 !important;
    padding-right: 0 !important;
}
.box-123 h5 {
    color: #FF2B51 !important;
    font-size: 30px;
    margin-bottom: 0;
    background: transparent !important;
}

.box-123 .icon-123 {
    min-width: 135px;
    min-height: 135px;
    font-size: 50px !important;
    font-weight: 900;
    color: white;
    background: #FF2B51;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}

@media only screen and (max-width: 768px) {
    .box-123 {
        flex-direction: column;
    }

    .box-123 h5 {
        text-align: center;
        margin-top: 20px;
        background: transparent !important;
        margin-bottom: 0 !important;
        font-size: 20px !important;
        margin-right: 0 !important;
    }

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

/*
<div class="box-123 d-flex align-items-center">
            <div class="icon-123">123</div>
            <div class="information">
                <h5>هشدار</h5>
                <p> لازم است به این نکته توجه داشته باشید که این تست، یک آزمون رغبت سنج است، به این معنا که زمینه های علاقه مندی شما را می سنجد، نه مهارت ها، استعدادها و توانایی هایتان. </p>
            </div>
        </div>
        */
