.worldWide-page-hero-section {
    position: relative;
    width: 100%;
    padding: 0rem 4rem
}

.worldWide-hero-text-Content {
    max-width: 1700px;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5.5rem 0 5.5rem;
    gap: 1rem
}

.hero-title-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    text-align: center;
}

.hero-title-section h1 {
    font-weight: 500;
    color: #1a1a1a;
    margin: 0
}

.worldWide-main-container {
    padding: 0rem 4rem
}

.worldWide-inner-container {
    max-width: 1700px;
    margin: auto;
    margin-top: 5rem
}

.world-region-section:nth-last-child(1) {
    margin-bottom: 2rem
}

.section-title {
    margin-bottom: 2rem;
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: .8rem;
    border-bottom: 1px solid #d2d5db;
    padding-bottom: 1rem
}

.section-title h2 {
    font-size: 1.25rem;
    color: #1a1a1a;
    margin: 0
}

.section-title a {
    font-size: 1.125rem;
    font-weight: bold;
    color: #a5c5e5;
    text-decoration: none;
    font-weight: normal
}

.section-title a:hover {
    text-decoration: underline
}

.view-all-btn {
    background-color: #a5c5e5;
    color: #fff;
    border: 1px solid #a5c5e5;
    font-weight: bold;
    font-size: 1rem;
    padding: .5rem 2rem;
    border-radius: 3.125rem;
    cursor: pointer
}

.mobile-view-all-btn {
    display: none;
    background-color: #a5c5e5;
    color: #1a1a1a;
    border: 1px solid #a5c5e5;
    font-weight: bold;
    font-size: 1rem;
    padding: .5rem 1.5rem;
    border-radius: 3.125rem;
    cursor: pointer;
    margin: auto;
    margin-top: 1rem
}

.links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
    row-gap: 2rem
}

.flag-link {
    display: flex;
    align-items: center;
    gap: .7rem
}

.flag-link img {
    width: 1.5rem
}

.links a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 600
}

.links a:hover {
    text-decoration: underline
}

.view-more-btn {
    display: none
}

nav.breadcrumb-container {
    list-style: none;
    line-height: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1700px;
    margin-bottom: 1.5rem
}

nav.breadcrumb-container a,
nav.breadcrumb-container span {
    font-size: 16px;
    color: #1a1a1a;
}

@media screen and (max-width:576px) {
    .section-title {
        margin-top: 25px
    }
    .hero-title-section h1 {
        font-size: 1.8rem
    }
    .worldWide-inner-container {
        margin-top: 2rem
    }
    .links {
        grid-template-columns: repeat(2, 1fr)
    }
    .worldWide-page-hero-section {
        padding: 0rem 1rem
    }
    .worldWide-hero-text-Content h3 {
        display: none
    }
    .worldWide-hero-text-Content {
        padding-top: 3rem;
        gap: 2rem;
        text-align: center
    }
    .worldWide-main-container {
        padding: 0rem 1rem
    }
    .section-title h2 {
        font-size: 1.75rem
    }
    .flag-link:nth-child(n+5) {
        display: none
    }
    .responsive-country-list.show-all .flag-link {
        display: flex
    }
    .view-more-btn {
        border: 1px solid #a5c5e5;
        background-color: #a5c5e5;
        color: #1a1a1a;
        padding: 6px 12px;
        border-radius: 2rem;
        margin: 25px auto 0 auto;
        width: 100%;
        text-align: center;
        display: block;
        font-size: 1rem;
        font-weight: bold;
    }
    .responsive-country-list.show-all .view-more-btn {
        display: none
    }
}

@media screen and (max-width:480px) {
    .links {
        grid-template-columns: repeat(1, 1fr)
    }
    .view-all-btn {
        display: none
    }
    .mobile-view-all-btn {
        display: block
    }
}