*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    src: url(./fonts/OpenSans-VariableFont_wdth\wght.ttf);
    font-family: "Open Sans", sans-serif;
}

body {
    font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none;
}

.container {
    margin: 0 auto;
    max-width: 1440px;
}

.header {
    border-bottom: 1px solid rgb(189, 189, 189);
    padding: 25px;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.header .header-menu .header-left .header-logo_title img {
    width: 140px;
}

.header-logo_title {
    padding: 0 40px;
}

.header .header-menu .header-left {
    display: flex;
    align-items: center;
}

.header-main_menu ul,
a {
    letter-spacing: 1px;
    text-transform: capitalize;
    display: flex;
    color: black;
    list-style-type: none;
    gap: 30px;
}

.header-right .header-buttons {
    display: flex;
    gap: 20px;
}

.header-right .header-buttons button {
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-transform: capitalize;
}

.header-right .header-buttons .orange-btn {
    border: 0;
    color: white;
    padding: 14px 26px;
    background-color: rgb(252, 84, 22);

}

.header-menu .burger-menu {
    display: none;
}

.hero-section_box {
    justify-content: space-between;
    align-items: center;
    padding: 100px 40px;
    display: flex;
}


.hero-section_info {
    max-width: 600px;

}

.hero-section-info_text h1 {
    font-size: 60px;
    padding-bottom: 30px;
}

.hero-section-info_text p {
    font-size: 24px;
    max-width: 480px;
    padding-bottom: 40px;
    line-height: 30px;

}

.hero-section-buttons {
    gap: 20px;
    display: flex;
    padding-bottom: 20px;
}

.hero-section-buttons button {
    padding: 20px;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}

.hero-section-buttons .orange-btn {
    color: white;
    background-color: rgb(252, 84, 22);
    border: 0;
    padding: 20px 34px;
}

.hero-section_info .no-credit {
    font-size: 16px;
}

.hero-section_box img {
    max-width: 50%;
}

.companies-section {
    padding: 80px;
    background-color: #ff9b7d;
}

.companies-box {
    margin: 0 auto;
}

.companies-box .companies-title h2 {
    font-size: 40px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.companies-box .companies-frame {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.companies-box .companies-frame img {
    width: 140px;
}

.process-section {
    padding: 120px 60px;
}

.process-section_content {
    display: flex;
    padding-bottom: 120px;
    justify-content: space-between;
}

.process-section_content .process-section-content_text {
    max-width: 650px;
}

.process-section_content .process-section-content_text h2 {
    font-size: 65px;
    padding-bottom: 40px;
}

.process-section_content .process-section-content_text p {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.process-section_content .process-section-content_text h3 {
    font-size: 24px;
}

.process-section-content_img img {
    width: 100%;
    padding: 40px;
}

.localise-section {
    margin: 0 auto;
    text-align: center;
    padding: 160px 40px;
    background-color: #fff8e4;
}

.localise-section .sections-title {
    font-size: 60px;
    padding-bottom: 40px;
}

.localise-section .localise-section_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.localise-section_items .localise-item {
    margin: 0 auto;
    width: 340px;
}

.localise-item img {
    width: 50%;
}

.localise-item .localise-item_text h3 {
    font-size: 26px;
    padding: 16px 0;
}

.localization-section {
    padding: 100px 40px;
}

.localization-section h2 {
    font-size: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.localization-boxes {
    display: flex;
    justify-content: space-between;
}

.localization-box {
    max-width: 400px;
}

.localization-box h3 {
    text-transform: capitalize;
    font-size: 30px;
    padding-bottom: 30px;
}

.localization-box_text p {
    padding-bottom: 30px;
    font-size: 20px;
}

.solid {
    text-decoration: underline;
}

.revolut-section {
    padding: 80px 20px;
    background-color: rgb(201, 232, 242);
}

.revolut-section_content {
    display: flex;
    justify-content: space-between;
}

.revolut-section_text {
    max-width: 870px;
}

.revolut-section_text p {
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 30px;
}

.revolut-section_text .edward {
    font-size: 18px;
    padding-bottom: 10px;
}

.revolut-section_text h2 {
    font-size: 45px;
}

.revolut-section_content img {
    width: 350px;
    height: 350px;
}

.management-section {
    padding: 80px 20px;
    background-color: rgb(217, 186, 152);
}


.management-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.management-left {
    display: flex;
    padding-right: 40px;
    border-right: 1px solid black;
    align-items: center;
    gap: 20px;
}

.management-left img {
    width: 140px;
}

.management-left h2 {
    font-size: 36px;
    text-align: center;
}

.management-right {
    display: flex;
    gap: 40px;
    padding: 0 20px;
    max-width: 500px;
    margin: 0 auto;
    align-items: center;
}

.logo img {
    padding-bottom: 10px;
}

.logo .stars {
    display: flex;
    padding-bottom: 10px;
}

.logo p {
    font-size: 14px;
}

.integrate-section {
    padding: 100px 40px;
    text-align: center;
}

.integrate-wrapper h2 {
    font-size: 60px;
    padding-bottom: 30px;
}

.integrate-wrapper p {
    font-size: 30px;
    padding-bottom: 30px;
}

.integrate-wrapper img {
    max-width: 100%;
}

.integrate-wrapper button {
    background-color: rgb(252, 84, 22);
    color: white;
    font-size: 24px;
    border-radius: 40px;
    padding: 20px 50px;
    cursor: pointer;
    margin: 0 auto;
    border: 0;
}

.easy-section {
    background-color: #ff9b7d;
    padding: 140px 40px;
    text-align: center;
}

.easy-section h2 {
    font-size: 60px;
    padding-bottom: 30px;
}

.easy-section p {
    font-size: 30px;
    padding-bottom: 30px
}

.easy-section button {
    margin: 0 auto;
    color: white;
    border: 0;
    background-color: black;
    padding: 20px 40px;
    font-size: 24px;
    letter-spacing: 1px;
}

.easy-section button {
    cursor: pointer;
}

.footer {
    padding: 100px 40px 0 40px;
}

.footer-box {
    justify-content: space-between;
    display: flex;
}

.footer-left h2 {
    font-size: 50px;
    padding-bottom: 40px;
}

.footer-left .velikchilar {
    width: 350px;
    padding-bottom: 20px;
}

.footer-left .frame {
    width: 140px;
    display: block;
    padding-bottom: 20px
}


.footer-left p {
    font-size: 20px;
    padding-bottom: 20px;
}

.footer-left button {
    background: none;
    border: 0;
    padding-bottom: 80px;
    font-size: 26px;
    font-weight: bold;
}

.footer-right_table {
    display: flex;
    gap: 60px;
}

.footer-right_table ul {
    list-style-type: none;
    line-height: 40px;
    font-size: 20px;
}

.footer-right-table_darkish {
    font-weight: bold;
    font-size: 26px;
}

.footer-logo-wrapper {
    display: flex;
    border-top: 1px solid black;
    padding: 30px 0;
    justify-content: space-between;
}

.footer-logo-wrapper .footer-logo {
    align-items: center;
    gap: 20px;
    display: flex;
}

.footer-logo {
    font-size: 24px;
}

.footer-logo p {
    font-size: 18px;
    max-width: 340px;
}

.footer-right_table ul li {
    cursor: pointer;
}

@media screen and (max-width:1440px) {
    .header {
        border-bottom: 1px solid rgb(189, 189, 189);
        padding: 25px;
    }

    .header .header-menu .header-left .header-logo_title img {
        width: 140px;
    }

    .header-logo_title {
        padding: 0 40px;
    }

    .header-main_menu ul,
    a {
        letter-spacing: 1px;
        gap: 30px;
    }

    .header-right .header-buttons {
        gap: 20px;
    }

    .header-right .header-buttons button {
        padding: 10px 30px;
        font-size: 14px;
        font-weight: bold;
    }

    .header-right .header-buttons .orange-btn {
        padding: 14px 26px;

    }

    .hero-section_box {
        padding: 100px 40px;
        display: flex;
    }


    .hero-section_info {
        max-width: 600px;
    }

    .hero-section-info_text h1 {
        font-size: 54px;
        padding-bottom: 30px;
    }

    .hero-section-info_text p {
        font-size: 24px;
        max-width: 480px;
        padding-bottom: 40px;
        line-height: 30px;

    }

    .hero-section-buttons {
        gap: 20px;
        padding-bottom: 20px;
    }

    .hero-section-buttons button {
        padding: 20px;
        font-size: 20px;
        font-weight: bold;
    }

    .hero-section-buttons .orange-btn {
        padding: 20px 34px;
    }

    .hero-section_info .no-credit {
        font-size: 16px;
    }

    .hero-section_box img {
        max-width: 50%;
    }

    .companies-section {
        padding: 80px;
    }

    .companies-box {
        margin: 0 auto;
    }

    .companies-box .companies-title h2 {
        font-size: 40px;
        max-width: 500px;
        padding-bottom: 40px;
    }

    .companies-box .companies-frame img {
        width: 100%;
    }

    .process-section {
        padding: 120px 60px;
    }

    .process-section_content {
        padding-bottom: 120px;
        align-items: center;
    }

    .process-section_content .process-section-content_text {
        max-width: 520px;
    }

    .process-section_content .process-section-content_text h2 {
        font-size: 52px;
        padding-bottom: 40px;
    }

    .process-section_content .process-section-content_text p {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-bottom: 22px;
    }

    .process-section_content .process-section-content_text h3 {
        font-size: 20px;
    }

    .localization-section {
        padding: 100px 40px;
    }

    .localization-section h2 {
        font-size: 45px;
        padding-bottom: 50px;
        text-align: center;
    }

    .localization-boxes {
        display: flex;
        justify-content: space-between;
    }

    .localization-box {
        max-width: 270px;
    }

    .localization-box h3 {
        text-transform: capitalize;
        font-size: 22px;
        padding-bottom: 20px;
    }

    .localization-box_text p {
        padding-bottom: 20px;
        font-size: 16px;
    }

    .solid {
        text-decoration: underline;
    }

    .localization-box img {
        width: 120px;
    }

    .revolut-section {
        padding: 80px 20px;
        background-color: rgb(201, 232, 242);
    }

    .revolut-section_content {
        display: flex;
        justify-content: space-between;
    }

    .revolut-section_text {
        max-width: 870px;
    }

    .revolut-section_text p {
        font-size: 32px;
        line-height: 44px;
        padding-bottom: 30px;
    }

    .revolut-section_text .edward {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .revolut-section_text h2 {
        font-size: 45px;
    }

    .revolut-section_content img {
        width: 350px;
        height: 350px;
    }

    .management-section {
        padding: 80px 20px;
        background-color: rgb(217, 186, 152);
    }


    .management-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .management-left {
        display: flex;
        padding-right: 40px;
        border-right: 1px solid black;
        align-items: center;
        gap: 20px;
    }

    .management-left img {
        width: 140px;
    }

    .management-left h2 {
        font-size: 36px;
        text-align: center;
    }

    .management-right {
        display: flex;
        gap: 40px;
        padding: 0 20px;
        max-width: 500px;
        margin: 0 auto;
        align-items: center;
    }

    .logo img {
        padding-bottom: 10px;
    }

    .logo-stars {
        padding-bottom: 10px;
    }

    .logo p {
        font-size: 14px;
    }

    .integrate-section {
        padding: 100px 40px;
        text-align: center;
    }

    .integrate-wrapper h2 {
        font-size: 60px;
        padding-bottom: 30px;
    }

    .integrate-wrapper p {
        font-size: 30px;
        padding-bottom: 30px;
    }

    .integrate-wrapper img {
        max-width: 100%;
    }

    .integrate-wrapper button {
        font-size: 24px;
        border-radius: 40px;
        padding: 20px 50px;
    }

    .easy-section {
        padding: 140px 40px;
    }

    .easy-section h2 {
        font-size: 60px;
        padding-bottom: 30px;
    }

    .easy-section p {
        font-size: 30px;
        padding-bottom: 30px
    }

    .easy-section button {
        padding: 20px 40px;
        font-size: 24px;
        letter-spacing: 1px;
    }

    .footer {
        padding: 100px 40px 0 40px;
    }

    .footer-box {
        justify-content: space-between;
        display: flex;
    }

    .footer-left h2 {
        font-size: 50px;
        padding-bottom: 40px;
    }

    .footer-left .velikchilar {
        width: 350px;
        padding-bottom: 20px;
    }

    .footer-left .frame {
        width: 140px;
        display: block;
        padding-bottom: 20px
    }


    .footer-left p {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .footer-left button {
        background: none;
        border: 0;
        padding-bottom: 80px;
        font-size: 26px;
        font-weight: bold;
    }

    .footer-right_table {
        display: flex;
        gap: 50px;
    }

    .footer-right_table ul {
        list-style-type: none;
        line-height: 40px;
        font-size: 16px;
    }

    .footer-right-table_darkish {
        font-weight: bold;
        font-size: 20px;
    }

    .footer-logo-wrapper {
        display: flex;
        border-top: 1px solid black;
        padding: 30px 0;
        justify-content: space-between;
    }

    .footer-logo-wrapper .footer-logo {
        align-items: center;
        gap: 20px;
        display: flex;
    }

    .footer-logo {
        font-size: 24px;
    }

    .footer-logo p {
        font-size: 18px;
        max-width: 340px;
    }

}

@media screen and (max-width:1024px) {
    .header {
        border-bottom: 1px solid rgb(189, 189, 189);
        padding: 25px;
    }

    .header .header-menu .header-left .header-logo_title img {
        width: 100px;
    }

    .header-logo_title {
        padding: 0 30px;
    }

    .header-main_menu ul,
    a {
        letter-spacing: 1px;
        font-size: 12px;
        gap: 20px;
    }

    .header-right .header-buttons {
        display: flex;
        gap: 20px;
    }

    .header-right .header-buttons button {
        padding: 8px 20px;
        font-size: 12px;
        font-weight: bold;
    }

    .header-right .header-buttons .orange-btn {
        padding: 6px 16px;
    }


    .hero-section_box {
        justify-content: space-between;
        align-items: center;
        padding: 70px 40px;
        display: flex;
    }


    .hero-section_info {
        max-width: 600px;

    }

    .hero-section-info_text h1 {
        font-size: 48px;
        padding-bottom: 24px;
    }

    .hero-section-info_text p {
        font-size: 18px;
        max-width: 450px;
        padding-bottom: 30px;
        line-height: 24px;

    }

    .hero-section-buttons {
        gap: 20px;
        padding-bottom: 20px;
    }

    .hero-section-buttons button {
        padding: 15px;
        font-size: 14px;
    }

    .hero-section-buttons .orange-btn {
        padding: 16px 24px;
    }

    .hero-section_info .no-credit {
        font-size: 14px;
    }

    .hero-section_box img {
        max-width: 50%;
    }

    .companies-section {
        padding: 80px;
    }


    .companies-box .companies-title h2 {
        font-size: 36px;
        max-width: 450px;
        padding-bottom: 40px;
    }

    .companies-box .companies-frame img {
        width: 70%;
    }

    .process-section {
        padding: 90px 60px;
    }

    .process-section_content {
        padding-bottom: 90px;
    }

    .process-section_content .process-section-content_text {
        max-width: 550px;
    }

    .process-section_content .process-section-content_text h2 {
        font-size: 45px;
        padding-bottom: 30px;
    }

    .process-section_content .process-section-content_text p {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-bottom: 20px;
    }

    .process-section_content .process-section-content_text h3 {
        font-size: 18px;
    }

    .process-section {
        padding: 100px 50px;
    }

    .process-section_content {
        padding-bottom: 80px;
        align-items: center;
    }

    .process-section_content .process-section-content_text {
        max-width: 420px;
    }

    .process-section_content .process-section-content_text h2 {
        font-size: 40px;
        padding-bottom: 30px;
    }

    .process-section_content .process-section-content_text p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.5px;
        padding-bottom: 20px;
    }

    .process-section_content .process-section-content_text h3 {
        font-size: 18px;
    }

    .process-section-content_img img {
        width: 400px;
    }

    .localise-section .sections-title {
        font-size: 45px;
        padding-bottom: 40px;
    }

    .localization-section {
        padding: 80px 30px;
    }

    .localization-section h2 {
        font-size: 38px;
        padding-bottom: 50px;
        text-align: center;
    }

    .localization-boxes {
        display: flex;
        justify-content: space-between;
    }

    .localization-box {
        max-width: 240px;
    }

    .localization-box h3 {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .localization-box_text p {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .localization-box img {
        width: 100px;
    }

    .revolut-section {
        padding: 80px 20px;
        background-color: rgb(201, 232, 242);
    }

    .revolut-section_content {
        display: flex;
        justify-content: space-between;
    }

    .revolut-section_text {
        max-width: 660px;
    }

    .revolut-section_text p {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 20px;
    }

    .revolut-section_text .edward {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .revolut-section_text h2 {
        font-size: 35px;
    }

    .revolut-section_content img {
        width: 220px;
        height: 220px;
    }

    .management-section {
        padding: 80px 20px;
        background-color: rgb(217, 186, 152);
    }


    .management-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .management-left {
        display: flex;
        padding-right: 20px;
        border-right: 1px solid black;
        align-items: center;
        gap: 20px;
    }

    .management-left img {
        width: 120px;
    }

    .management-left h2 {
        font-size: 26px;
        text-align: center;
    }

    .management-right {
        display: flex;
        gap: 25px;
        padding: 0 20px;
        max-width: 420px;
        margin: 0 auto;
        align-items: center;
    }

    .logo img {
        padding-bottom: 10px;
    }

    .logo-stars {
        padding-bottom: 10px;
    }

    .logo p {
        font-size: 12px;
    }

    .integrate-section {
        padding: 80px 30px;
        text-align: center;
    }

    .integrate-wrapper h2 {
        font-size: 50px;
        padding-bottom: 20px;
    }

    .integrate-wrapper p {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .integrate-wrapper button {
        font-size: 20px;
        border-radius: 30px;
        padding: 16px 36px;
    }

    .easy-section {
        padding: 120px 40px;
    }

    .easy-section h2 {
        font-size: 45px;
        padding-bottom: 24px;
    }

    .easy-section p {
        font-size: 24px;
        padding-bottom: 24px
    }

    .easy-section button {
        padding: 15px 30px;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .footer {
        padding: 80px 30px 0 30px;
    }

    .footer-box {
        justify-content: space-between;
        display: flex;
    }

    .footer-left h2 {
        font-size: 38px;
        padding-bottom: 30px;
    }

    .footer-left .velikchilar {
        width: 220px;
        padding-bottom: 20px;
    }

    .footer-left .frame {
        width: 80px;
    }


    .footer-left p {
        font-size: 14px;
    }

    .footer-left button {
        padding-bottom: 60px;
        font-size: 20px;
    }

    .footer-right_table {
        gap: 40px;
    }

    .footer-right_table ul {
        line-height: 30px;
        font-size: 14px;
    }

    .footer-right-table_darkish {
        font-size: 20px;
    }

    .footer-logo-wrapper {
        display: flex;
        border-top: 1px solid black;
        padding: 30px 0;
        justify-content: space-between;
    }

    .footer-logo-wrapper .footer-logo {
        align-items: center;
        gap: 20px;
        display: flex;
    }

    .footer-logo h2 {
        font-size: 26px;
    }

    .footer-logo p {
        font-size: 14px;
        max-width: 280px;
    }

    .reserved p {
        font-size: 15px;
    }

}

@media screen and (max-width:850px) {
    .header {
        border-bottom: 1px solid rgb(189, 189, 189);
        padding: 25px;
    }

    .header .header-menu .header-left .header-logo_title img {
        width: 80px;
    }

    .header-logo_title {
        padding: 0 30px;
    }

    .header-main_menu {
        display: none;
    }

    .header-main_menu ul,
    a {
        letter-spacing: 1px;
        font-size: 12px;
        gap: 20px;
    }

    .header-right .header-buttons {
        display: none;
        gap: 20px;
    }

    .header-right .header-buttons button {
        padding: 8px 20px;
        font-size: 12px;
        font-weight: bold;
    }

    .header-right .header-buttons .orange-btn {
        padding: 6px 16px;
    }

    .header-menu .burger-menu {
        display: block;
        width: 25px;
    }

    .hero-section_box {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        padding: 70px 40px;
        display: flex;
    }


    .hero-section_info {
        max-width: 600px;

    }

    .hero-section-info_text h1 {
        font-size: 48px;
        padding-bottom: 24px;
    }

    .hero-section-info_text p {
        font-size: 18px;
        max-width: 450px;
        margin: 0 auto;
        padding-bottom: 30px;
        line-height: 24px;

    }

    .hero-section-buttons {
        gap: 20px;
        justify-content: center;
        padding-bottom: 20px;
    }

    .hero-section-buttons button {
        padding: 15px;
        font-size: 14px;
    }

    .hero-section-buttons .orange-btn {
        padding: 16px 24px;
    }

    .hero-section_info .no-credit {
        font-size: 14px;
    }

    .hero-section_box img {
        max-width: 80%;
    }

    .companies-section {
        padding: 80px;
    }

    .companies-box .companies-title h2 {
        font-size: 30px;
        max-width: 400px;
        padding-bottom: 40px;
    }

    .companies-box .companies-frame {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .companies-box .companies-frame img {
        width: 70%;
    }

    .process-section {
        padding: 120px 60px;
    }

    .process-section_contents .process-section_content:nth-child(even) {
        flex-direction: column-reverse;
    }

    .process-section_content {
        flex-wrap: wrap;
        padding-bottom: 80px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .process-section_content .process-section-content_text {
        max-width: 420px;
    }

    .process-section_content .process-section-content_text h2 {
        font-size: 35px;
        padding-bottom: 20px;
    }

    .process-section_content .process-section-content_text p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.5px;
        padding-bottom: 20px;
    }

    .process-section_content .process-section-content_text h3 {
        font-size: 18px;
        display: flex;
        justify-content: center;
    }

    .process-section-content_img img {
        width: 350px;
    }

    .localise-section .sections-title {
        font-size: 35px;
        padding-bottom: 40px;
    }

    .localization-section {
        padding: 80px 30px;
    }

    .localization-section h2 {
        font-size: 32px;
        padding-bottom: 50px;
        text-align: center;
    }

    .localization-boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .localization-box {
        text-align: center;
        padding: 0 40px;
        max-width: 280px;
    }

    .localization-box h3 {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .localization-box_text p {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .solid p {
        max-width: 100px;
        margin: 0 auto;
    }

    .localization-box img {
        width: 100px;
    }

    .revolut-section {
        padding: 80px 20px;
        background-color: rgb(201, 232, 242);
    }

    .revolut-section_content {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .revolut-section_text {
        max-width: 660px;
    }

    .revolut-section_text p {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 20px;
    }

    .revolut-section_text .edward {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .revolut-section_text h2 {
        font-size: 35px;
    }

    .revolut-section_content img {
        width: 220px;
        height: 220px;
    }

    .management-section {
        padding: 80px 20px;
        background-color: rgb(217, 186, 152);
    }


    .management-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        align-items: center;
        justify-content: center;
    }

    .management-left {
        display: flex;
        padding-right: 20px;
        border-right: none;
        align-items: center;
        gap: 20px;
    }

    .management-left img {
        width: 120px;
    }

    .management-left h2 {
        font-size: 26px;
        text-align: center;
    }

    .management-right {
        display: flex;
        gap: 25px;
        padding: 0 20px;
        max-width: 420px;
        margin: 0 auto;
        align-items: center;
    }

    .logo img {
        padding-bottom: 10px;
    }

    .logo-stars {
        padding-bottom: 10px;
    }

    .logo p {
        font-size: 12px;
    }

    .integrate-section {
        padding: 60px 20px;
        text-align: center;
    }

    .integrate-wrapper h2 {
        font-size: 35px;
        padding-bottom: 20px;
    }

    .integrate-wrapper p {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .integrate-wrapper button {
        font-size: 16px;
        border-radius: 30px;
        padding: 14px 32px;
    }

    .easy-section {
        padding: 100px 30px;
    }

    .easy-section h2 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .easy-section p {
        font-size: 18px;
        padding-bottom: 20px
    }

    .easy-section button {
        padding: 12px 26px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .footer {
        padding: 60px 20px 0 20px;
    }

    .footer-box {
        justify-content: center;
        display: flex;
    }

    .footer-left h2 {
        font-size: 38px;
        padding-bottom: 30px;
    }

    .footer-left .velikchilar {
        width: 220px;
        padding-bottom: 20px;
    }

    .footer-left .frame {
        width: 80px;
    }


    .footer-left p {
        font-size: 14px;
    }

    .footer-left button {
        padding-bottom: 60px;
        font-size: 20px;
    }

    .footer-right_table {
        gap: 40px;
    }

    .footer-right_table ul {
        line-height: 30px;
        font-size: 14px;
        display: none;
    }

    .footer-right-table_darkish {
        font-size: 20px;
    }

    .footer-logo-wrapper {
        display: flex;
        border-top: 1px solid black;
        padding: 30px 0;
        justify-content: center;
        text-align: center;
    }

    .footer-logo-wrapper .footer-logo {
        align-items: center;
        gap: 20px;
        display: flex;
    }

    .footer-logo {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-logo h2 {
        font-size: 26px;
    }

    .footer-logo p {
        border-left: 1px solid black;
        font-size: 14px;
        max-width: 280px;
        border-right: 1px solid black;
    }

    .reserved p {
        padding-left: 20px;
        font-size: 15px;
    }
}