.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;
}

.home-about {
    height: 550px;
}
.home-about__title {
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 600;
    line-height: 74.96px;
    color: #fff;
}
.home-about__text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}
.home-about__link {
    margin-top: clamp(20px, 2vw, 40px);
    display: flex;
    justify-content: center;
    width: 100%;
}

.home-about__link a {
    width: 100%;
}
/* End Home About */
/* Start Home Contractors */
.home-contractors-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-about img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.home-about__content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 700px;
    text-align: center;
}
.home-about-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #12121270;
}
@media (max-width: 656px) {
    .home-about img {
        width: auto;
        height: 100%;
    }
    .home-about {
        height: 620px;
        margin-bottom: 60px;
    }
    .content-con {
        padding: 0 20px;
    }
    .home-about__content {
        padding: 20px;
    }
}
