.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.info-wrap .dbox .text {
    width: calc(100% - 50px);
}
.info-wrap .dbox p span {
    font-weight: 400;
    color: #000;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.info-wrap .dbox {
    width: 100%;
    margin-bottom: 15px;
}
.info-wrap .dbox p {
    margin-bottom: 0;
}