.card-body{
  padding: 0.5rem;
}

.card-header{
  text-align: center;
  align-items: center;
}

.card-body h3{
  font-size: 24px;
}

.socual-share-link{
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-Content {
scrollbar-width: none;
-ms-overflow-style: none;
overflow-y: auto;
max-height: 200px;
}

.table-Content::-webkit-scrollbar {
display: none;
}

.calculator-section-container{
margin-top: 50px;
}

@media (max-width: 767px) {
#in-this-article-desktop {
  display: none !important;
}
}
