section.galleries-section .gallery-details {
    flex: 0 0 auto;
    width: 31.333333%;
}
section.galleries-section .head-sec {
    text-align: center;
    width: 70%;
    margin: auto;
    margin-bottom: var(--m40);
}
section.galleries-section .head-sec p{font-size: var(--f13);/* font-weight: 500; */color: var(--btn-color);margin-bottom: var(--m5);text-transform: initial;letter-spacing: 0px;font-family: var(--primary-font);color: var(--black-color);font-size: var(--f14);line-height: 30px;letter-spacing: 0.05em;}
section.galleries-section h2 {
    margin-bottom: var(--m20);
}
section.galleries-section img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
section.galleries-section h4{
    font-size: var(--f20);
    font-family: var(--primary-font);
    margin-top: var(--m20);
    font-weight: 600;
}
section.galleries-section h4 a{
    color: var(--black-color);
    text-decoration: none;
}
section.galleries-section .row{
    gap: 40px 3%;
}
section.galleries-section .activites-image{
    position: relative;
}
section.galleries-section .overlay-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #003B6D9e;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: var(--p30);
    display: none;
}
section.galleries-section .activites-image a:hover .overlay-content{
    display: flex;
}
section.galleries-section .overlay-content p, section.galleries-section .overlay-content li{
    color: var(--white-color);
    margin-bottom: 0px;
}
section.galleries-section .overlay-content ul, section.galleries-section .overlay-content li{
    width: 100%;
    list-style: disc;
}
section.galleries-section .overlay-content ul{
    padding-left: 15px;
}