.our-global{
  padding: 50px 0;
}
.brands-section{
            border: 1px solid #d8e4f5;
             background:#fff;
        }

        /* .brands-box{
            background:#fff;
            border:1px solid #d8e4f5;
        } */

        .brand-item{
            height:160px;
            display:flex;
            align-items:center;
            justify-content:center;
            padding:20px;
            transition:.3s;
            border-right:1px solid #d8e4f5;
            border-bottom:1px solid #d8e4f5;
        }

        .brand-item:nth-child(3),
        .brand-item:nth-child(6){
            border-right:none;
        }

        .brand-item:nth-child(4),
        .brand-item:nth-child(5),
        .brand-item:nth-child(6){
            border-bottom:none;
        }

        .brand-item img{
            max-width:85%;
            max-height:75px;
            object-fit:contain;
            transition:.3s;
        }

        .brand-item:hover img{
            transform:scale(1.05);
        }

        /* COVERAGE SECTION CSS START */

.our-global .section-title{
    color: #000000;
    font-size: 20px;
    font-family: var(--font8);
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 12px;
    margin-top: 20px;
}

.coverage-list{
    margin:0;
    padding-left:22px;
}

.coverage-list li{
    margin-bottom:10px;
    font-size:17px;
    line-height:1.8;
    color: var(--color2);
    font-family: var(--font2);
    
}

.coverage-list li::marker{
    color: #0d2366;
    font-size:18px;
}

.coverage-list strong{
    color:#0d2366;
    font-weight:700;
}

@media(max-width:768px){

    .coverage-box{
        padding:25px;
    }

    .section-title{
        font-size:28px;
    }

    .coverage-list li{
        font-size:16px;
    }

}

 /* COVERAGE SECTION CSS END */
 .our-purpose{
  padding: 90px 0 100px;
    background: #fff;
 }

 /* WHAT WE DO CSS START */
 
.what-we-do .section-title {
    color: #000000;
    font-size: 20px;
    font-family: var(--font8);
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    margin-top: 20px;
}
.wwd-list{
  margin: 0;
    padding-left: 22px;
}
.wwd-list li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.8;
    color: var(--color2);
    font-family: var(--font2);
}
.wwd-list li strong a{
    color: #0d2366;
    font-weight: 700;
}
.wwd-list li::marker {
    color: #0d2366;
    font-size: 18px;
}
.what-we-do .financial-services-text a{
  color: #0d2366;
}

 /* WHAT WE DO CSS END */

 /* FEATURE SECTION CSS START */

 .feature-section{
            padding:50px 0;
            background-color: #F7F5EE;
        }

        .feature-card{
            background:#fff;
            border:1px solid #ececec;
            border-radius:18px;
            padding:28px;
            gap:18px;
            transition:.35s;
            height:100%;
            box-shadow:0 5px 20px rgba(0,0,0,.04);
        }

        .feature-card:hover .feature-icon img{
            transition: all ease .5s;
    transform: rotateY(180deg);
        }

        .feature-icon{
                width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #19b1b9;
    box-shadow: 0 12px 24px rgb(25 177 185 / 11%);
            flex-shrink:0;
        }

        .feature-icon i{
            font-size:24px;
            color:#ff7a45;
        }

        .feature-contentbox h4{
           font-size: 18px;
    font-family: var(--font8);
    font-weight: 600;
    line-height: 25px;
    color: #222;
    margin-bottom: 10px;
        }

        .feature-contentbox p{
           font-size: 14px;
    color: var(--color2);
    line-height: 25px;
    font-family: var(--font2);
        }

        .feature-section .working-include-heading p {
    font-size: 16px;
    color: var(--color2);
    line-height: 25px;
    font-family: var(--font8);
    font-weight: 500;
    width: 75%;
    margin: 0 auto 20px;
    text-align: center;
}

.contact-us-section .section-title{
  font-size: 16px;
    font-family: var(--font8);
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}
.contact-us-section .contact-details p{
  color: var(--color2);
    font-family: var(--font8);
    font-weight: 400;
}
.brands-section .brands-box a{
  width: 100%;
}

        /* FEATURE SECTION CSS END */


        @media(max-width:991px){

            .brand-item{
                border-right:none;
                height:140px;
            }

            .brand-item:nth-child(odd){
                border-right:1px solid #d8e4f5;
            }

            .brand-item:nth-child(6){
                border-bottom:none;
            }

        }

        @media(max-width:767px){

            .brand-item{
                border-right:none !important;
                border-bottom:1px solid #d8e4f5;
            }

            /* .brand-item:last-child{
                border-bottom:none;
            } */

        }