.network-banner-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    color: #FFFFFF;
    line-height: 25px;
}

.network-section-2 {
    font-family: Titillium;
    background-image: url("/static/assets/imgs/map copy 1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

.description {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.inclusion-button {
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.5);
}

.network-cards {
    margin-top: 75px;
    margin-bottom: 75px;
}

.dd {
    background-color: #091D1A;
    /* background-image: url(/assets/img/dd-img.png);
    background-size: 50%;
    background-position: right;
    background-repeat: no-repeat; */
    height: fit-content;
}

.dd-img {
    max-height: 600px;
    overflow: hidden !important;
    margin-right: -350px;
}

/* .dd-img img {
    height: 500px;
} */

.dd .green-button-wrapper {
    justify-content: start;
    height: auto;
    margin-top: 30px;
}

.dd .title {
    font-family: Titillium;
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
}

.dd .description {
    font-family: Titillium;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.dd-text-container {
    padding: 100px 40px 100px 0px;
}

@media (max-width: 765.98px) {
    .dd-text-container {
        padding: 40px 10px 40px 0px;
    }

    .network-cards {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.map {
    background-image: url(/static/assets/imgs/map\ copy\ 1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 70px;
    /* margin-bottom: 100px; */
}

.map-section {
    margin-top: 100px;
}

.region-card {
    border: 1px solid rgba(2, 52, 54, 0.3);
    width: 100%;
    border-radius: 9px;
    background-color: #FFFFFF;
    margin: 10px 0px;
}

.region {
    width: 100%;
    background-color: rgba(2, 52, 54, 1);
    height: 37px;
    border-radius: 5px;
    font-family: Titillium;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    padding-inline: 10px;
    display: flex;
    align-items: center;
}

.city .city-name {
    font-family: Titillium;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}

.city .details {
    font-family: Titillium;
    color: #000000;
    font-size: 10px;
    font-weight: 400;
}

.city {
    margin: 10px 0;
}

.cities {
    padding: 0px 10px;
}

.section-locations {
    background: #091D1A;
    color: #FFFFFF;
    font-family: Titillium;
    background-image: url("/static/assets/imgs/demo-corporate-bg-01 1.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.agency-details .detail {
    font-size: 14px;
}

.agency-img img {
    /* max-width: 100%; */
    height: 250px;
}

.agency-img {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.region-wrapper {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}