.gallery-sec{
    padding: 8% 0;
    padding-top: 17%;
}
.gallery-sec h3{
    font-size: 45px;
    padding-bottom: 20px;
    color: #1f4756;
}
.img-box{
    margin-bottom: 30px;
}
.img-box img{
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgb(177 177 177 / 30%);
}
.img-box img{
    transition: 0.5s;
}
.img-box img:hover{
    transform: translate(0, -3px);
    transition: 0.5s;
}
.img-box h5{
    font-family: 'Formular';
    font-weight: normal;
    color: #000;
    padding-top: 20px;
    font-size: 16px;
  min-height: 60px;
}
.innerpage-Container{
    position: relative;
}
.core-valu-bg{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: absolute;
    top: -196px;
    right: 265px;
}
.core-valu-bg ul{
    padding: 0;
    margin: 0;
}
.core-valu-bg li{
    list-style: none;
    color: #1f4756;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}
.core-valu-bg li:last-child{
    padding-bottom: 0;
}
.core-valu-bg li::before{
    content: "";
    position: absolute;
    background: url(../images/vision-point.png) no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
    background-position: center;
}
.core-valu-bg h4{
    font-size: 25px;
    padding-bottom: 15px;
    color: #1f4756;
}
/* Responsive */
@media (max-width: 991px){
.gallery-sec h3{
    font-size: 25px;
}
.img-box{
    margin-bottom: 20px;
}
.gallery-sec{
    padding-top: 22%;
}
.core-valu-bg {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 25px;
}
.core-valu-bg li::before{
    top: 2px;
}
}
