.content{
    padding-bottom: 20px;
}
.footer-about{
    line-height: 27px !important;
}
footer{
    padding-top: 80px !important;
}
.logo{
    margin-left: 0px;
    margin-right: 0px;
}
.heading{
    font-size: 20px;
    line-height: 24px;
}
.price{
    font-size: 19.2px;
    line-height: 24px;
}
.active{
    width: 44px;
    height: 44px;
    background-color: #009DD1;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.activeli{
    color: #009DD1;
}
.scrollbar-hidden::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
  }

.scrollbar-hidden {
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    scrollbar-width: none; /* For Firefox */
  }
  .circle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
@media (min-width:768px) {
    .about-section{
        padding-right: 198px !important;
    }
    .sidebar-width{
        width: 352px;
    }
    .info{
        margin-bottom: 100px;
        margin-left: 30px;
    }
    .heading{
        font-size: 40px;
        line-height: 48px;
    }
    .logo{
        margin-left: 112px;
        margin-right: 203.5px;
    }
    
}