@media screen and (max-width:992px) {
.navbar-collapse {
    margin-top: 30px;
}  
.bank-about-banner {
    margin-bottom: 30px;
}
section.certificates-banksummary {
    padding: 60px 0px 30px;
}
.certificates-bank-text {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.certificates-bank-text .certificates-slider {
    max-width: 160px;
    max-height: 112px;
}

}

@media screen and (max-width:768px) {
section.banksummary-hero-sec {
    padding: 70px 0px;
}  
.bank-about-banner {
    margin-bottom: 30px;
}
.banksummary-hero-sec-cont h1 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
}
.banksummary-hero-sec-cont p {
    font-size: 16px;
}
.hero-buttons {
    /* display: grid; */
    position: relative;
    z-index: 9;
}
.hero-buttons a.hero-get-btn, .hero-buttons a.hero-demo-btn {
    font-size: 15px;
    padding: 16px 20px;
    border-radius: 30px;
}
.hero-banner-main {
    padding: 15px;
    border-radius: 14px;
}
.hero-banner-div {
    margin-bottom: 20px;
}
.supported-bank-box {
    max-width: 200px;
    height: 100px;
}
.supported-bank-box img {
    max-width: 80px;
}
.bank-howit-title h2 {
    font-size: 32px;
}
.bank-howit-title p {
    font-size: 16px;
}
.bank-discover-slider-text p {
    font-size: 16px;
}
.bank-discover-slider-text {
    padding: 20px 10px 0px;
    border-radius: 20px;
}
section.bank-about-content {
    padding: 50px 0px;
}

}
@media screen and (max-width:575px) {

section.bank-howit-section .col-lg-4 {
    margin-top: 70px;
}

}