.banner-home {
    padding: 70px 0 0 0;
}
.home-title {
    font-weight: 700;
    font-size: 64px;
}
.home-content {
    font-size: 20px;
}
.border-text {
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 25px;
    background: #fff;
}
.text-black{
    color: #000;
}
.text-bold{
    font-weight: 600;
}
.home-href{
    margin-top: 80px;
}
.saas-features-text{
    font-weight: 700;
    font-size: 40px;
}
.text-green{
    color: #26F78E;
}
.accompanying-href{
    background: #26F78E;
    padding: 6px 18px;
    border-radius: 25px;
    margin-bottom: 20px;
}
.manage-business{
    padding: 15px
}
@media (min-width: 992px) {
    .manage-business{
        padding: 0;
    }
}