/* Rounded card style */
.custom-card{
    border-radius:30px;
    overflow:hidden;
}

/* Large left image */
.left-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:30px;
}

/* Small top image */
.small-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:25px;
}

/* Satisfied card */
.satisfied-card{
    background:#fff;
    border-radius:25px;
    padding:40px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.satisfied-card h2{
    font-size:22px;
    margin-bottom:20px;
}

.satisfied-card h1{
    font-size:60px;
    font-weight:600;
}

/* Black award card */
.award-card{
    background:#000;
    color:#fff;
    border-radius:25px;
    padding:40px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.award-card h2{
    font-size:22px;
    margin-bottom:20px;
}

.award-card h1{
    font-size:60px;
    font-weight:600;
}

.our-client-section{
  position: relative;
  padding: 80px 0px 0px 80px !important;
}

.discover-section-second{
    padding: 0px 0px 0px 0px !important;  
}

.service-block-two .inner-box .icon-box:hover h2 {
    color: #fff;
}


/* pattern one */
