.our-serveices {
    padding-top: 0;
    padding-bottom: 0;
}

.payment-gateway-section {
    /* background-color: #fff; */
    padding: 40px;
}

.payment-gateway-section .row {
    width: 90%;
    margin: 0 auto;
}

/* .card-text{
    text-align: justify;
} */
.payment-gateway-container .card-body {
    min-height: 330px !important;
}

.payment-gateway-section ul li {
    list-style: none;
}

.payment-gateway-section ul li i {
    font-size: 22px;
    color: #1e40af;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -23px;
    margin-right: 20px;
    text-stroke: 1px white;
    -webkit-text-stroke: 1px white;
}
.left-section .fa{
    background: #f7f7f7;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.left-section {
    background-color: #fff;
    padding: 23px 40px;
    border-radius: 20px;
    width: 50%;
}
.left-section h3{
    font-size: 36px;
}
.gateway-section-conatiner{
    gap:30px
}

.right-section {
    width: 50%;
    margin: 0 auto;
    display: contents;
}

.right-section img {
    border-radius: 20px;
}