.maincontainer {
    padding: 2% 5%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* Ensure intrinsic heights for child sections */
}

.background {
    background-color: rgb(246, 249, 255);
}

.text-muted {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 0;
}

.about-section {
    padding: 1rem 1rem;
}

.about-section .text-muted {
    display: block;
    margin-top: 1rem;}


.w-110 {
  width: 110px;
}

.h-4rem {
  height: 4rem;
}

.border-gray {
  border-color: #e0e0e0 !important; 
}

.btn {
    border: none;
}

.active-tab {
    border-bottom: 3px solid #007bff !important;
}

.btn {
  border-radius: 0 !important;
}


.btn-link {
    text-decoration: none !important;
    margin-right: 15px;
}







.section-title {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600;
}



