.goals {
    background-color: #f8f9fd;
    padding: 1rem;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image_goals {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #f2f4fc;
}

.goals p {
    min-height: 80px;
}
.about_us-text {
    font-size: 34px;
    font-weight: 600;
    word-spacing: 6px;
    /* padding: 1rem 1.5rem; */
}
.hidden-icon {
    display: none;
}
.section__title-head {
    font-weight: 600 !important;
}
.home-about__image {
    overflow: hidden;
    border-radius: 8px;
}
.about-image {
    width: 100%;
}
@media (max-width: 768px) {
    .section__title {
        margin-top: 10rem;
    }
    .hidden-icon {
        display: block;
    }
    .bg {
        background-image: url("../assets/media/pattern/bg-profile-page.png");
        background-position: center;
        background-size: cover;
        min-height: 65vh;
        display: flex;
        align-items: center;
    }
    .my-nav {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .section-title {
        padding: 2rem 0;
    }
    .about_us-text {
        font-size: 24px;
        font-weight: bold;
        padding: 1rem 0;
    }
}
#second-marqueee-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.marquee-slider-wrapper {
    display: flex;
    align-items: center;
    will-change: transform;
}

.marquee-slider-slide img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
