.main-About {
    /* background-color: #e5e5f7;
opacity: 0.8;
background-image:  linear-gradient(30deg, #47776f 12%, transparent 12.5%, transparent 87%, #47776f 87.5%, #47776f), linear-gradient(150deg, #47776f 12%, transparent 12.5%, transparent 87%, #47776f 87.5%, #47776f), linear-gradient(30deg, #47776f 12%, transparent 12.5%, transparent 87%, #47776f 87.5%, #47776f), linear-gradient(150deg, #47776f 12%, transparent 12.5%, transparent 87%, #47776f 87.5%, #47776f), linear-gradient(60deg, #47776f77 25%, transparent 25.5%, transparent 75%, #47776f77 75%, #47776f77), linear-gradient(60deg, #47776f77 25%, transparent 25.5%, transparent 75%, #47776f77 75%, #47776f77);
background-size: 20px 35px;
background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px; */

background-image: url('../Images/Lacrosse\ Stick\ And\ Ball.jpg');
background-repeat: no-repeat;
background-size: cover;




}

.overlay-container {
    position: relative;
    color: white;
    display: flex;
    height: 440px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #125a42;
    opacity: 0.5;
}
.overlay-text {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.About .about-img img{
    border-radius: 15px;
}
.About .signature-img {
    width: 100%;
    margin-top: 20px;
}
.About .content p {
    line-height: 1.8;
}
.About h4 {
    color: #125a42;
     display: inline-block;
    padding-bottom: 5px; 
    font-size:24px;
    font-weight:700;
}
@media (max-width:767px){
    .About h3 {
     margin-top:10px;

    }
    .About .content p {
        text-align:center
    }
    .About h4 {
        font-size:16px;
    }
}
.main-service {
    background-image: url("/assets/Images/page-title-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.overlay-container {
    position: relative;
    color: white;
    display: flex;
    height: 440px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.overlay-text {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

    .overlay-text h1 {
        color: var(--Neutral-White, #FFF);
        font-size: calc(16px + 2vw);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
.About p {
    color: var(--Neutral-600, #999);
    font-size: calc(0.3vw + 0.85rem);
    font-style: normal;
    font-weight: 400;
    line-height: 147%;
    padding-bottom: 8px;
}
.know-more-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #125a42;
    border: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    margin-top: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

    .know-more-btn i {
        margin-left: 8px;
        font-size: 18px;
    }

    .know-more-btn:hover {
        background-color: #21a67a;
    }

.about-img img {
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 576px) {
    .overlay-container {
        height: 30vh;
    }
}