/* 
    Created on : 21-01-2023, 1:04:09
    Author     : LGCC
*/

.dbox {
    margin-bottom: 25px !important;
    padding: 0 20px;
}

.w-100 {
    width: 100% !important;
}

.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #46b5d1;
    margin: 0 auto;
    margin-bottom: 20px;
}

.d-flex {
    display: flex !important;
}