.just-text {
    max-width: 1440px;
    margin: auto;
}

.just-text h2 {
    font-family: 'Montserrat';
    font-size: 42px;
    font-weight: 700;
    color: #1b3b6b;
    text-align: center;
    margin-bottom: 50px;
}

.just-text .box-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
}

.just-text .branches {
    text-align: center;
    padding: 60px 40px;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.just-text .branches h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 20px;
}

/* Payment Options */
.just-text.payments-options {
    padding-top: 150px;
    padding-bottom: 100px;
}

.just-text.payments-options .box-content {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
}

.just-text.payments-options .box-content .branches {
    padding: 30px;
}

.just-text.payments-options .box-content .branches h4 {
    color: #1b3b6b;
}

.just-text.payments-options .box-content .branches h4 i {
    display: none;
}

.just-text.payments-options .box-content .branches p {
    text-align: left;
}

.just-text.payments-options .box-content .branches ul li {
    text-align: left;
}

.just-text.payments-options .box-content .branches:first-child p {
    text-align: center;
}

.just-text.payments-options .box-content .branches:last-child p {
    text-align: left;
}

.just-text.payments-options .box-content .branches:last-child p,
.just-text.payments-options .box-content .branches:first-child p {
    font-size: 20px;
}

.just-text.payments-options .box-content .branches ul li {
    font-size: 18px;
}

@media (max-width: 1600px) {
    .just-text .box-content .branches p {
        font-size: 18px;
    }

    .just-text.payments-options .box-content .branches ul li {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .just-text {
        max-width: 1300px;
    }

    .just-text.payments-options .box-content .branches:last-child p,
    .just-text.payments-options .box-content .branches:first-child p {
        font-size: 18px;
    }

    .just-text.payments-options .box-content .branches ul li {
        font-size: 16px;
    }
}

@media (max-width: 1340px) {
    .just-text {
        max-width: 1200px;
    }

    .just-text h2 {
        font-size: 38px;
    }

    .just-text .box-content {
        column-gap: 50px;
    }

    .just-text .branches h4 {
        font-size: 20px;
    }

    .just-text.payments-options .box-content .branches ul li {
        font-size: 16px;
    }
}

@media (max-width: 1279px) {
    .just-text {
        padding: 0 40px;
    }

    .just-text.payments-options .box-content {
        column-gap: 25px;
    }

    .just-text.payments-options {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

@media (max-width: 840px) {
    .just-text.payments-options .box-content {
        grid-template-columns: 1fr;
        row-gap: 50px;
    }
}

@media (max-width: 767px) {
    .just-text {
        padding: 0 20px;
        padding-top: 72px;
    }

    .just-text h2 {
        font-size: 32px;
        line-height: 35px;
    }

    .just-text .box-content {
        grid-template-columns: 1fr;
    }

    .just-text .box-content .branches p {
        font-size: 16px;
    }

    .just-text .branches h4 {
        font-size: 18px;
    }

    .just-text.payments-options .branches h4 {
        font-size: 16px;
    }

    .just-text.payments-options .box-content {
        row-gap: 25px;
    }

    .just-text.payments-options .box-content .branches:last-child p,
    .just-text.payments-options .box-content .branches:first-child p {
        font-size: 12px;
    }

    .just-text.payments-options .box-content .branches ul li {
        font-size: 12px;
    }
}