body {

    background-color: #02021E !important;
}

#page {
    position: relative;
}

* {
    font-family: "Inter", sans-serif !important;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Globalne */
.padding-glob {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.max-width-page {
    max-width: 1436px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ww-content *:first-child {
    margin-top: 0px;
}

.ww-content *:last-child {
    margin-bottom: 0px;
}


.abs-circle-v1 {
    top: -121px;
    left: 582px;
    width: 1908px;
    height: 1908px;
    background: transparent radial-gradient(closest-side at 50% 50%, #663FC4 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.45;
    position: absolute;
    z-index: -1;
}

.abs-circle-v1.footer {
    top: -1000px;
}

.abs-circle-v2 {
    top: 1853px;
    left: -954px;
    width: 1908px;
    height: 1908px;
    background: transparent radial-gradient(closest-side at 50% 50%, #5C99EA 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: .3;
    position: absolute;
    z-index: -1;
}


.cta-name {
    height: 50px;
    border-radius: 25px;
    border: 2px solid white;
    background-color: white;
    color: #02021E;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    text-transform: uppercase;
    text-decoration: none;

    font-size: 14px;
    line-height: 18px;
}

.cta-kontakt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.cta-kontakt svg.shape {
    display: block;
    width: 15px;
    height: auto;
    margin: 0;
    padding: 0;
    margin: 0 -1px;
}

.cta-circle {
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
    border-radius: 25px;
    border: 2px solid white;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-circle svg,
.cta-circle img {
    max-width: 18px;
    max-height: 18px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

/* VIDEO */

.column.video {
    border-radius: 50px;
    background-color: #03032a;
    overflow: hidden;
    position: relative;

    box-shadow: 0 10px 50px 0 rgba(0, 0, 4, 0.6);
    -moz-box-shadow: 0 10px 50px 0 rgba(0, 0, 4, 0.6);
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 4, 0.6);
}



.mrk-circle-rotate {
    position: absolute;
    animation: mrk-circle-rotate 20s linear infinite;

}

.mrk-circle-rotate-header {
    top: -25px;
    right: -25px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

@keyframes mrk-circle-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}






.video-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay .play-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 30px;
    color: white;
    z-index: 50;
    background: rgba(7, 4, 22, 0.292);
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: all .6s;
    top: 0px;
}

.video-overlay .stop-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 30px;
    color: white;
    z-index: 50;
    background: transparent;
    height: 100%;
    width: 100%;
    display: none;
    /* Domyślnie ukryty */
    opacity: 0;
    transition: all .6s;
    cursor: pointer;
    top: 0px;
}

.video-overlay .play-button img,
.video-overlay .stop-button img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: center;
    animation: pulse-animation 2s infinite;
    border-radius: 50px;
}

.video-overlay .stop-button img {
    animation: none;
}

.video-overlay .stop-button:hover {
    opacity: 1;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
    }

    100% {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
}




/* HEADER */

.mrk-menu-inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mrk-menu-inside .mrk-logo-page {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 340px;
    width: 100%;
    height: auto;

}

.mrk-menu-inside .mrk-logo-page .header-logo {
    max-height: 100px;
    width: 100%;
    flex: 0 0 80px;
    height: auto;
    object-fit: contain;
}

.mrk-menu-inside .mrk-logo-page .header-logo-text {
    flex: 0 0 320px;
    width: 100%;
    max-width: 320px;
}

@media screen and (max-width: 900px) {
    .mrk-menu-inside {
        flex-direction: column;
        gap: 25px;
        justify-content: center;
    }

    .mrk-menu-inside .mrk-logo-page {
        max-width: 100%;
        justify-content: center;
    }

}


/* HERO */

.section-hero {
    /* margin-top: 75px; */
    padding-top: 75px;
    margin-bottom: 100px;
    overflow: hidden;
}

/* .main-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
} */
.main-section {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    position: relative;
}

.column.video {
    flex: 0 0 350px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 1080 / 1600;
}

.column.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .column.video {
        flex: initial;
        max-width: 100%;
        width: 100%;
    }

}


.main-section .cta-kontakt {
    text-decoration: none;
    text-transform: uppercase;
    color: #691ab4;
}

.main-section .cta-kontakt .cta-name {
    color: #691ab4;
}

.main-section .column.big {
    grid-column: 1 / 3;
    display: block;
    width: 100%;
    border-radius: 50px;
    background: rgb(88, 178, 244);
    background: linear-gradient(135deg, rgba(88, 178, 244, 1) 0%, #691ab4 100%);
    padding: 75px 50px 50px;
}

.main-section .column.big h1 {
    font-size: 60px;
    font-weight: 700;
    display: block;
    margin: 0;
    line-height: 65px;
    color: white;
}

.main-section .column.big p {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 35px 0;
    line-height: 26px;
    color: white;
}

@media screen and (max-width: 1334px) {
    .main-section .column.big h1 {
        font-size: 50px;
        line-height: 55px;
    }
}

@media screen and (max-width: 1200px) {
    .main-section .column.big h1 {
        font-size: 42px;
        line-height: 47px;
    }
}

.proofandctabox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 35px;
    border-top: 1px solid white;
}

.proofandctabox .rating {
    display: flex;
    align-items: center;
}

.proofandctabox .rating .number {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: white;
    margin-right: 10px;
}

.main-section .column.big .proofandctabox .stars-and-slogan p.slogan {
    font-size: 14px;
    font-weight: 600;
    color: white;
    display: block;
    margin: 0;
    line-height: 20px;
}

.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #02021E;
    overflow: hidden;
}

.ratings .full-stars {
    position: absolute;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: white;
    transition: .3s;
}


@media screen and (max-width: 1050px) {
    .main-section {
        display: flex;
        flex-direction: column;
    }

}

@media screen and (max-width: 850px) {
    .proofandctabox {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
}

@media screen and (max-width: 768px) {
    .main-section .column.big {
        padding-left: 35px;
        padding-right: 35px;
    }

}


@media screen and (max-width: 400px) {
    .proofandctabox .rating .number {
        font-size: 40px;
        line-height: 40px;
    }

    .main-section .column.big .proofandctabox .stars-and-slogan p.slogan {
        font-size: 13px;
        line-height: 14px;
    }
}

/*.ratings .full-stars:before {
    -webkit-text-stroke: 1px white;
}*/

.ratings .empty-stars:before,
.full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 18px;
    letter-spacing: 3px;
}

.main-section .column.image {
    border-radius: 50px;
    background-color: #03032a;
    overflow: hidden;
    position: relative;

    box-shadow: 0 10px 50px 0 rgba(0, 0, 4, 0.6);
    -moz-box-shadow: 0 10px 50px 0 rgba(0, 0, 4, 0.6);
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 4, 0.6);
    min-height: 500px;
}

.main-section .column.image img {
    position: absolute;
    inset: 0;
    width: 200%;
    height: 100%;
    object-fit: cover;
}

.main-section-mobile-video-wrapper {
    display: none;
}




/* SEKCJA TYTUŁ i OPIS */


/* BLOK TYTUŁ I OPIS */

.block-title-desc {
    margin-top: 100px;
    margin-bottom: 100px;
}

.block-tile-desc-list .block-title-desc-inside:not(:last-child) {
    border-bottom: 1px solid #4C4C58;
    padding-bottom: 100px;
}

.block-tile-desc-list .block-title-desc-inside:not(:first-child) {
    padding-top: 100px;
}

.block-title-desc {
    margin-top: 75px;
    margin-bottom: 75px;
}

.block-title-desc-inside {
    display: flex;
    gap: 50px;
}

.sekcja-title-desc__title {
    font-size: 55px;
    line-height: 60px;
    color: white;
    font-weight: bold;
    margin: 0px;
    flex: 0 0 600px;
}

.sekcja-tytul-opis__opis * {
    color: white;
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
}



.sekcja-tytul-opis__opis a {
    color: white !important;
}

@media screen and (max-width: 1250px) {
    .block-title-desc-inside {
        flex-direction: column;
    }

    .sekcja-title-desc__title {
        flex: 1;
    }

    .block-title-desc-inside {
        gap: 25px;
    }
}

.block-sumup-section {
    margin-top: 150px;
    margin-bottom: 150px;
}

.block-sumup-section p.anim-txt1 {
    font-size: 24px;
    line-height: 38px;
}



@media screen and (max-width: 768px) {
    .sekcja-title-desc__title {
        font-size: 42px;
        line-height: 47px;
    }

}



/* SEKCJA OPIS ZE ZDJĘCIEM */

.dlaczego-warto-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.dlaczego-warto-section-wrapper {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
    display: flex;
    grid-gap: 40px;
}


@media screen and (max-width: 1050px) {
    .dlaczego-warto-section-wrapper {
        display: flex;
        flex-direction: column;
    }

}

.column.image {
    flex: 0 0 440px;
}

.dlaczego-warto-section-wrapper .column.image {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    grid-column: 1 / 2;
}

.dlaczego-warto-section-wrapper .column.image {
    border-radius: 50px;
    background-color: #03032a;
    overflow: hidden;
    position: relative;

    box-shadow: 0 10px 50px 0 rgba(0, 0, 4, 0.6);
    -moz-box-shadow: 0 10px 50px 0 rgba(0, 0, 4, 0.6);
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 4, 0.6);
    min-height: 500px;
}

.dlaczego-warto-section-wrapper .column.image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}


.dlaczego-warto-section-wrapper .column.colored {
    display: block;
    width: 100%;
    border-radius: 50px;
    background: rgb(88, 178, 244);
    background: linear-gradient(135deg, rgba(88, 178, 244, 1) 0%, #691ab4 100%);
    padding: 75px 50px 50px;
    grid-column: 2 / 4;
}

.dlaczego-warto-section-wrapper .column.colored .col-head {
    padding-bottom: 30px;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.dlaczego-warto-section-wrapper .column.colored .col-head h2 {
    font-size: 42px;
    line-height: 48px;
    font-weight: bold;
    color: white;
    margin: 0;
    display: block;
}

.dlaczego-warto-section-wrapper .column.colored .col-head h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: white;
    margin: 0;
    display: block;
    width: calc(100% - 270px);
    margin-top: 13px;
}

.dlaczego-warto-slider-wrapper {
    /*max-width: 605px;*/
    width: 100%;
    padding-top: 30px;
    position: relative;
}

@media screen and (max-width: 1350px) {
    .dlaczego-warto-slider-wrapper {
        max-width: 500px;
    }
}

@media screen and (max-width: 1275px) {
    .dlaczego-warto-slider-wrapper {
        max-width: 475px;
    }
}

.dlaczego-warto-slider-wrapper h4 {
    font-size: 26px;
    line-height: 30px;
    color: white;
    font-weight: 700;
    margin: 0 0 20px;
}

.dlaczego-warto-slider-wrapper p {
    font-size: 16px;
    line-height: 22px;
    color: white;
    font-weight: 400;
    margin: 0;
}

.video-inside-col {
    display: none;
}

@media screen and (max-width: 1000px) {
    .dlaczego-warto-section-wrapper {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 25px;
    }




    .dlaczego-warto-section-wrapper .column.colored {
        border-radius: 35px;
        padding: 40px 25px;
        grid-column: auto;
    }

    .dlaczego-warto-section-wrapper .column.colored .col-head {
        display: block;

    }

    .dlaczego-warto-section-wrapper .column.colored .col-head h1,
    .dlaczego-warto-section-wrapper .column.colored .col-head h2 {
        font-size: 32px;
        line-height: 34px;
        width: auto;
        text-align: center;
        margin: 0 auto;
    }

    .dlaczego-warto-section-wrapper .column.colored .col-head p {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        text-align: center;
        font-weight: 400;
    }

    .dlaczego-warto-slider-wrapper {
        /*max-width: 605px;*/
        width: 100%;
        padding-top: 30px;
        position: relative;
        text-align: center;
    }
}

.dlaczego-warto-content {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.dlaczego-warto-content h2,
.dlaczego-warto-content h3,
.dlaczego-warto-content h4 {
    font-size: 25px;
    line-height: 30px;
    color: white;
    font-weight: bold;
}

.dlaczego-warto-content * {
    color: white;
}

.dlaczego-warto-content p,
.dlaczego-warto-content ul,
.dlaczego-warto-content a {
    font-size: 16px;
    line-height: 22px;
    color: white;
}

.dlaczego-warto-single-content--single-col {
    flex: 1 1 calc(50% - 25px);
}

@media screen and (max-width: 1275px) {
    .dlaczego-warto-single-content--single-col {
        flex: 100%;
    }
}

/* SEKCJA BANKI */



.partners-banks-wrapper {
    width: 100%;
    display: block;
}

.partners-banks-wrapper h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    color: white;
    margin: 0;
    flex: 1 1 900px;
}

.partners-banks-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 75px;
    gap: 35px;
}

.partners-banks-table table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.partners-banks-table table td {
    border-collapse: collapse;
    border: 1px solid #4C4C58;

    padding: 25px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
}

.partners-banks-table table td img {
    width: 100%;
    max-width: 135px;
    height: 50px;
    object-fit: contain;
    object-position: center;
    opacity: 0;
}

.partners-banks-table table tr:first-child td {
    border-top: 0;
}

.partners-banks-table table tr td:first-child {
    border-left: 0;
}

.partners-banks-table table tr:last-child td {
    border-bottom: 0;
}

.partners-banks-table table tr td:last-child {
    border-right: 0;
}

.partners-banks-table table.mobile-only {
    display: none;
}

@media screen and (max-width: 700px) {
    .partners-banks-head h2 {
        font-size: 32px;
        line-height: 34px;
        text-align: center;
    }

    .partners-banks-head a {
        display: none;
    }

    .partners-banks-table table.desktop-only {
        display: none;
    }

    .partners-banks-table table.mobile-only {
        display: block;
    }

    .partners-banks-table table td {
        padding: 15px;
        border: 1px solid #44476c;
        height: 125px;
    }

    .partners-banks-table table td img {
        height: 40px;
    }

    .partners-banks-head {
        margin-bottom: 50px;
    }

    .basic-section-wrapper {
        text-align: center;
        padding: 0;
        margin: 50px auto;
    }

    .basic-section-wrapper p.anim-txt1 {
        font-size: 26px;
        line-height: 38px;
    }
}



/* KONIEC SEKCJI BANKI */


/* SEKCJA PRZYKŁADY */

.section-how-change-situaction {
    margin-top: 100px;
    margin-bottom: 100px;
}

.section-how-change-situaction .section-title {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.section-how-change-situaction .section-title h1,
.section-how-change-situaction .section-title h2,
.section-how-change-situaction .section-title h3 {
    max-width: 100%;
    color: white;
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    margin: 0px;
}


.section-how-change-situaction p {}

.section-how-change-situaction .person-situation-box {
    border: 1px solid #4C4C58;
    padding: 40px;
}

.section-how-change-situaction .person-situation-box * {
    color: white;
}

.section-how-change-situaction .person-situation-box ul {
    padding: 0px;
    margin-left: 0px;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-how-change-situaction .person-situation-box ul li {
    position: relative;
    padding-left: 20px;
    list-style: none;
}

.section-how-change-situaction .person-situation-box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    transform: translateY(-50%);
    /* Trójkąt CSS */
    width: 0;
    height: 0;
    border-left: 8px solid #5E85E2;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}


@media screen and (max-width: 768px) {

    .section-how-change-situaction .section-title h1,
    .section-how-change-situaction .section-title h2,
    .section-how-change-situaction .section-title h3 {
        font-size: 42px;
        line-height: 47px;
    }

}






@media screen and (max-width: 600px) {
    .section-how-change-situaction .single-person-situation {
        grid-template-columns: 1fr !important;
    }

    .section-how-change-situaction .single-person-situation img {
        margin-left: auto;
        margin-right: auto;
        width: 150px;
        height: 200px;
    }
}

/* FORMULARZ NEW LAYOUT */

.formularz-hipoteczny-wrapper {
    background-color: transparent !important;
    border: 1px solid rgb(76, 76, 88) !important;
}

.formularz-hipoteczny-wrapper h2 {
    color: white !important;
}

.formularz-hipoteczny-wrapper p {
    color: white;
}

.formularz-hipoteczny-wrapper label {
    color: white !important;
}

.section-big-title h3 {
    color: white !important;

}

.section-title h4 {
    color: white !important;

}



/* FOOTER */
.mrk-footer {
    background-color: transparent;
}

.mrk-footer-col-inside {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    border-top: 1px solid #4C4C58;
    padding-top: 80px;
}

.mrk-footer-col-inside .logo-page-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mrk-footer-col-inside .logo-page-footer .header-logo {
    width: 100%;
    max-width: 300px;
    max-height: 80px;
    flex: 0 0 80px;
    height: auto;
    object-fit: contain;
}

.header-logo-text {
    width: 300px;
    height: auto;
    flex: 0 0 300px;
}

.social-media-footer {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

.social-media-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 50px;
    border: 1px solid #898994;
    transition: all 0.2s;
}

.social-media-footer a svg {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    fill: #FFFFFF;
    transition: all 0.2s;
    object-fit: contain;
}

.social-media-footer a:hover {
    background-color: #4c4c585e;
}


.mrk-single-footer-col h3 {
    font-size: 12px;
    line-height: 16px;
    color: #898994;
    font-weight: bold;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mrk-single-footer-col h3 svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
    fill: #898994;
}

.mrk-single-footer-col h3:not(:first-child) {
    margin-top: 30px;
}

.mrk-single-footer-col .mrk-single-footer-col--content {
    margin-top: 10px;
}

.mrk-single-footer-col .mrk-single-footer-col--content p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 500;
}

.mrk-single-footer-col .mrk-single-footer-col--content a {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 500;
    text-decoration: none !important;
}

.footer-copyrights-section {
    display: flex;
    justify-content: space-between;
    gap: 10px 25px;
    flex-wrap: wrap;
    margin-top: 80px;
}

.footer-copyrights-section p,
.footer-copyrights-section a {
    font-size: 16px;
    line-height: 24px;
    color: #696A78;
    font-weight: 600;
    margin: 0px;
    text-decoration: none;
}

.footer-copyrights-section .footer-links {
    display: flex;
    align-items: center;
    gap: 25px;
}

.footer-copyrights-section .footer-links a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    color: #696A78;
    transition: all 0.2s;
    text-decoration: underline;
}

.footer-copyrights-section .footer-links a:not(:first-child)::before {
    position: relative;
    content: "";
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
    background-color: #696A78;
    border-radius: 4px;
    gap: 25px;
}

.footer-copyrights-section .footer-links a:hover {
    color: white;
}

@media screen and (max-width: 1275px) {
    .mrk-footer-col-inside {
        flex-wrap: wrap;
    }

    .mrk-single-footer-col {
        flex: 0 0 calc(50% - 40px);
    }
}

@media screen and (max-width: 600px) {
    .mrk-single-footer-col {
        flex: initial;
    }

    .header-logo-text {
        width: 200px;
        height: auto;
        flex: 0 0 200px;
    }
}


.error-dane {
    color: red !important;
}



@media screen and (max-width: 768px) {

    .main-section .column.big h1,
     .section-hero-content *,
    .main-section .column.big p,
    .sekcja-title-desc__title,
    .sekcja-tytul-opis__opis *,
    .dlaczego-warto-content *,
    .partners-banks-wrapper h2 {
        text-align: center;
    }


}