
@media (max-width: 767px){
    .pt-120 {
    padding-top: 0px !important;
    }
}
#businessGrowthContainer {
max-width: 800px;
margin: 50px auto;
padding: 20px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#businessGrowthContainer h1 {
color: #007BFF;
}

#businessGrowthContainer ul {
list-style: none;
padding: 0;
}

#businessGrowthContainer li {
margin-bottom: 10px;
}

#businessGrowthContainer a {
display: inline-block;
padding: 10px 20px;
text-decoration: none;
background-color: #007BFF;
color: #fff;
border-radius: 5px;
transition: background-color 0.3s ease;
}

#businessGrowthContainer a:hover {
background-color: #0056b3;
}
