body {
    /* font-family: 'Roboto', sans-serif; */
    line-height: 1.6;
}


.hero-section {
    display: flex;
    align-items: center;
    height: auto; /* This will adjust based on content */

}

.about-welcm-msg {
    
    font-size: 2rem;
}

.about-welcm-msg .xline {
    display: block; /* Make each line block-level to force new lines */
    margin: 0; /* Remove any default margin */
    padding: 0; /* Remove any default padding */
    line-height: 1; /* Control the line height */
}


.summary-about {

    background-color: var(--dark-color);
    padding: 20px 2px;
    color: var(--default-color);
}

.c-color {
    color: var(--blit-color);
}

.section-title {
    margin: 50px 0;
    text-align: center;
    font-size: 2.5rem;
}
.icon {
    font-size: 3rem;
    color: #007bff;
}
.card-body {
    text-align: center;
}
.cta-btn {
    margin-top: 20px;
}

.cus-mild {

    color: var(--mild-color);
}

.cus-head {

    color: var(--head-color);
}

@media only screen and (min-width: 667px) {

    /* .welcome-separator {

        margin-top: 0rem;
    
    } */


}

@media (min-width: 768px) {

    .welcome-separator {

        margin-top: 2rem;
    
    }
    
    .hero-section {
        height: 400px; 
    }


}

@media (min-width: 992px) {
    .hero-section {
        height: 650px; /* Adjust height for large screens if needed */
    }

    .about-welcm-msg {
    
        font-size: 3rem;
    }
}