.business-content {
    margin-top: 1.5rem;
}

.business-content > div {
    margin-top: initial !important;
}

@media (max-width: 991.98px) { 
    .business-content > div {
        margin-bottom: 2rem !important;
    }
}

.business-content .col .theme-item {
    margin-bottom: 2rem;
}

.custom-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem !important;
}

.article-content {
    margin-top: 3rem !important;
}

.article-content > div {
    margin-top: initial !important;
}

@media (max-width: 991.98px) { 
    .article-content > div {
        margin-bottom: 2rem !important;
    }
}

.content-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.testimonials-content > p {
    text-align: left;
}

.design-content {
    width: 80%;
}