.zahlungsdienstleister-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 20px; 
}
.zahlungsdienstleister-wrp h3{
    font-weight: bold;
}
.zahlungsdienstleister-list-item .list-item-heading{
    text-align: center;
}
.zahlungsdienstleister-list-item .zahlungsdienstleister-grid-container .left-grid ul li,
.zahlungsdienstleister-list-item .zahlungsdienstleister-grid-container .right-grid ul li{
    padding: 10px 0;
    /* list-style-type: circle; */
    list-style-type: none; /* Remove the default bullet */
    position: relative;
    padding-left: 10px;
}
.zahlungsdienstleister-list-item .zahlungsdienstleister-grid-container .left-grid ul li::before,
.zahlungsdienstleister-list-item .zahlungsdienstleister-grid-container .right-grid ul li::before {
    content: '';
    position: absolute;
    left: -20px; /* Adjust this value to move the circle closer or farther */
    top: 50%;
    transform: translateY(-50%);
    width: 12px; /* Set the size of the circle */
    height: 12px; /* Set the size of the circle */
    border-radius: 50%; /* Make it circular */
    /* background-color: black;  */
    border: 1px solid #000;
}

.left-side-img-container{
    display: flex;
    align-items: center;
    gap: 20px;
}
.img-holder{
    width: 100%;
}

.right-side-img-container{
    display: flex;
    align-items: center;
    gap: 20px;
}
.zahlungsdienstleister-grid-container{
    display:grid;
    grid-template-columns: 1fr 1fr;
}
.block2col-content{
    background:#d4d1a6;
}
#first-content-section{
    margin-top:100px;
}
.contact-form-section{
    background:#f5f5f5;
}
.contact-section-container{
    display: flex;
    padding: 50px 0;
}
.contact-heading-container{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 50%;
}
.contact-form-button-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.contact-heading-container h2{
    margin: 0;
}
.f-23{
    font-size: 23px !important;
}


@media screen and (max-width:991px){
    .block2col-content{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)),url(https://devh.novalnet.de/wp-content/uploads/2025/02/nn-payment-processing.png);
        background-size: cover;
        /* color: #fff; */
    }
    #first-content-section{
        margin-top: 35px !important;
    }
}
@media screen and (max-width: 768px) {
    .left-side-img-container{
        flex-direction: column;
    }
    .right-side-img-container{
        flex-direction: column-reverse;
    }
    .img-holder{
        width: 100%;
        text-align: center;
    }
    .img-holder img{
        width: 50%;
    }
    .zahlungsdienstleister-wrp h1{
        font-size: 27px !important;
    }
    .zahlungsdienstleister-wrp h2{
        font-size: 25px !important;
    }
    .zahlungsdienstleister-wrp h3{
        font-size: 23px !important;
    }
    .contact-section-container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .contact-section-heading{
        text-align: center;
    }


    
  }

  @media screen and (max-width: 425px){
    .zahlungsdienstleister-grid-container{
        grid-template-columns: 1fr;
    }
    .zahlungsdienstleister-wrp h1{
        font-size: 18px !important;
    }
    .zahlungsdienstleister-wrp h2{
        font-size: 17px !important;
    }
    .zahlungsdienstleister-wrp h3{
        font-size: 18px !important;
    }
    section{
        margin-top: 25px !important;
    }
  }

  @media screen and (max-width: 1600px) and (min-width: 995px) {
    /* CSS rules go here */

    .block2col-title{
        font-size: 30px !important;
    }
  }
  