.doing-item {
    padding: 0 1rem;
}
.doing-title {font-weight: 600;}
.doing-text,.doing-title {color: #000;}
.doing-icon {
    height: 150px;
}
.doing-icon img {
    max-height: 100%;
}
@media (max-width: 991.98px) {
    .doing-text br{display: none;}
}
