.empowering-comapanies{
    padding: 160px 0 200px;
    font-family: 'Euclid Circular A';
}

.empowering-comapanies-main{
    max-width: 920px;
    width: 100%;
    margin: auto;
}

.empowering-comapanies-main h2{
    text-align: center;
    font-weight: 600;
    font-family: 'Euclid Circular B';
    padding-bottom: 30px;
}

.empowering-comapanies p{
    text-align: center;
    font-size: 22px;
}

.empoweing-img-gallery{
    margin-top: 60px;
    display: flex;
    gap:20px;
}

.empoweing-img-gallery-item{
    max-width: calc(20% - 10px);
    flex-basis: calc(20% - 10px);
}

.empoweing-img-gallery-item{
    flex-direction: column;
    gap:20px
}

.empoweing-img-gallery-item .img-sm{
    height: 170px;
}

.empoweing-img-gallery-item > div{
    border-radius: 25px;
    overflow: hidden;
    transition: all ease .3s;
    border: solid 2px transparent;
    position: relative;
}

.empoweing-img-gallery-item > div:hover{
    border: solid 2px #29c775;
}

.empoweing-img-gallery-item .img-title{
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    background: #29c775;
    padding: 12px 24px;
    font-weight: 600;
    font-family: 'Euclid Circular B';
    color: #fff;
    opacity: 0;
    transition: all ease .3s;
    font-size: 24px;
}

.empoweing-img-gallery-item > div:hover .img-title{
    opacity: 1;
}

.empoweing-img-gallery-item > div img{
    transition: all ease .3s;
}

.empoweing-img-gallery-item > div:hover img{
    transform: scale(1.1);
}

.empoweing-img-gallery-item .img-lg{
    height: 270px;
}

.empoweing-img-gallery-item .img-sm img,.empoweing-img-gallery-item .img-lg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen  and (max-width:1450px){
    .empowering-comapanies{
        padding: 11.03vw 0 13.79vw;
    }

    .empowering-comapanies-main {
        max-width: 63.45vw;
    }

    .empowering-comapanies-main h2 {
        padding-bottom: 2.07vw;
    }

    .empowering-comapanies p{
        font-size: 1.52vw;
    }

    .empoweing-img-gallery {
        margin-top: 4.14vw;
        gap: 1.38vw;
    }

    .empoweing-img-gallery-item {
        gap: 1.38vw;
    }

    .empoweing-img-gallery-item .img-sm {
        height: 11.72vw;
    }

    .empoweing-img-gallery-item .img-lg {
        height: 18.62vw;
    }

    .empoweing-img-gallery-item .img-title{
        padding: 0.83vw 1.65vw;
        font-size: 1.65vw;
    }
}

@media screen  and (max-width:991px){
    .empowering-comapanies {
        padding: 110px 0 138px;
    }

    .empowering-comapanies-main {
        max-width: 630px;
    }

    .empowering-comapanies-main h2 {
        padding-bottom: 20px;
    }

    .empowering-comapanies p {
        font-size: 15px;
    }

    .empoweing-img-gallery {
        margin-top: 40px;
        gap: 10px;
    }

    .empoweing-img-gallery-item{
        gap: 10px;
    }

    .empoweing-img-gallery-item .img-sm {
        height: 115px;
    }

    .empoweing-img-gallery-item .img-title {
        padding: 8px 16px;
        font-size:16px;
    }

    .empoweing-img-gallery-item .img-lg {
        height: 185px;
    }
}

@media screen and (max-width:768px){
    .empowering-comapanies {
        padding: 60px 0 80px;
    }

    .empowering-comapanies p {
        font-size: 14px;
    }

    .empoweing-img-gallery {
        gap: 10px;
    }

    .empowering-comapanies {
        padding: 60px 0 60px;
    }

    .empowering-comapanies-main {
        max-width: 95%;
    }
    
}

@media screen and (max-width:680px){
    .empoweing-img-gallery-item {
        max-width: 100%;
        flex-basis: 100%;
    }

    .empoweing-img-gallery{
        flex-wrap: wrap;
    }

    .empoweing-img-gallery-item .img-sm,.empoweing-img-gallery-item .img-lg {
        height: 300px;
    }
}

@media screen and (max-width:480px){
    .empoweing-img-gallery-item .img-sm, .empoweing-img-gallery-item .img-lg {
        height: 230px;
    }
}




