.row-intro {
    font-family: 'FrutigerLTStd-Light';
    margin-bottom: 25px;
}

html[lang="zh-Hans-HK"] .row-intro {
    font-family: 'NotoSansSC-Light';
}

html[lang="zh-Hant-HK"] .row-intro {
    font-family: 'NotoSansHK-Light';
}

.content-bg {
    position: relative;
    overflow: hidden;
}

.content-bg:before {
    content: "";
    position: absolute;
    /* #D5EFFB -> ##DCF0F1 */
    background-image: linear-gradient(90deg, #D5EFFB 0%, #DCF0F1 100%);
    z-index: -1;
}

.circuit-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.circuit-content {
    align-items: center;
}

.circuit-content .circuit-content-section1 .row {
    display: flex;
    align-items: center;
}

.circuit-content .circuit-content-icon img {
    width: auto;
    height: 80px;
}

.circuit-content .circuit-content-title {
    display: flex;
    align-items: center;
    font-family: 'FrutigerLTStd-Bold';
    font-weight: bold;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

html[lang="zh-Hans-HK"] .circuit-content .circuit-content-title {
    font-family: 'NotoSansSC-Bold';
}

html[lang="zh-Hant-HK"] .circuit-content .circuit-content-title {
    font-family: 'NotoSansHK-Bold';
}

.xc-font-sm .circuit-content .circuit-content-title {
    font-size: 18px;
}

.xc-font-lg .circuit-content .circuit-content-title {
    font-size: 22px;
}

.circuit-container:nth-child(odd) .circuit-content-title {
    color: #008060;
}

.circuit-container:nth-child(even) .circuit-content-title {
    color: #034EA1;
}

.circuit-content .circuit-content-section2 {
    font-family: 'FrutigerLTStd-Light';
    text-align: justify;
}

html[lang="zh-Hans-HK"] .circuit-content .circuit-content-section2 {
    font-family: 'NotoSansSC-Light';
}

html[lang="zh-Hant-HK"] .circuit-content .circuit-content-section2 {
    font-family: 'NotoSansHK-Light';
}

@media only screen and (max-width: 1199px) {
    .circuit-content-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .circuit-content-title {
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .circuit-container:nth-child(odd) .circuit-border-top {
        background-image: url(../images/city/600x400_GREEN_A.png);
        background-size: 95%;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(odd) .circuit-border-bottom {
        background-image: url(../images/city/600x400_GREEN_B.png);
        background-size: 95%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(even) .circuit-border-top {
        background-image: url(../images/city/600x400_BLUE_A.png);
        background-size: 95%;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(even) .circuit-border-bottom {
        background-image: url(../images/city/600x400_BLUE_B.png);
        background-size: 95%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .content-bg:before {
        top: 20px;
        bottom: 20px;
        left: 8.4%;
        right: 0;
        border-radius: 40px 0 30px 0;
    }

    .circuit-content {
        min-height: 300px;
    }

    .circuit-content-section1 .row {
        padding-left: 15%;
        padding-right: 10%;
    }

    .circuit-content .circuit-content-icon {
        padding-top: 20px;
    }

    .circuit-content .circuit-content-icon img {
        height: 80px;
    }

    .circuit-content .circuit-content-title {
        justify-content: center;
        padding-top: 15px;
        /* padding-left: 15%;
        padding-right: 15%; */
    }

    .circuit-content .circuit-content-section2 {
        padding-left: 15%;
        padding-right: 10%;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .circuit-container:nth-child(odd) .circuit-border-top {
        background-image: url(../images/city/600x400_GREEN_A.png);
        background-size: 95%;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(odd) .circuit-border-bottom {
        background-image: url(../images/city/600x400_GREEN_B.png);
        background-size: 95%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(even) .circuit-border-top {
        background-image: url(../images/city/600x400_BLUE_A.png);
        background-size: 95%;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(even) .circuit-border-bottom {
        background-image: url(../images/city/600x400_BLUE_B.png);
        background-size: 95%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .content-bg:before {
        top: 20px;
        bottom: 20px;
        left: 8.5%;
        right: 0;
        border-radius: 50px 0 40px 0;
    }

    .circuit-content {
        height: 400px;
    }

    .circuit-content-section1 .row {
        padding-left: 15%;
        padding-right: 10%;
    }

    .circuit-content .circuit-content-icon {
        padding-top: 40px;
    }

    .circuit-content .circuit-content-icon img {
        height: 90px;
    }

    .circuit-content .circuit-content-title {
        justify-content: center;
        padding-top: 15px;
        /* padding-left: 15%; */
        /* padding-right: 15%; */
    }

    .circuit-content .circuit-content-section2 {
        padding-left: 15%;
        padding-right: 10%;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .circuit-container:nth-child(odd) .circuit-border-top {
        background-image: url(../images/city/900x400_GREEN_A.png);
        background-size: 95%;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(odd) .circuit-border-bottom {
        background-image: url(../images/city/900x400_GREEN_B.png);
        background-size: 95%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(even) .circuit-border-top {
        background-image: url(../images/city/900x400_BLUE_A.png);
        background-size: 95%;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(even) .circuit-border-bottom {
        background-image: url(../images/city/900x400_BLUE_B.png);
        background-size: 95%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .content-bg:before {
        top: 20px;
        bottom: 20px;
        left: 7.3%;
        right: 0;
        border-radius: 50px 0 35px 0;
    }

    .circuit-content {
        height: 300px;
    }

    .circuit-content-section1 .row {
        padding-left: 80px;
    }

    .circuit-content .circuit-content-icon {
        padding-top: 0;
    }

    .circuit-content .circuit-content-icon img {
        height: 90px;
    }

    .circuit-content .circuit-content-title {
        justify-content: center;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .circuit-content .circuit-content-section2 {
        padding-left: 30px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .circuit-container:nth-child(odd) .circuit-border-top {
        background-image: url(../images/city/city_circuit_green_1400_top.png);
        background-size: 98%;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(odd) .circuit-border-bottom {
        background-image: url(../images/city/city_circuit_green_1400_bottom.png);
        background-size: 98%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(even) .circuit-border-top {
        background-image: url(../images/city/city_circuit_blue_1400_top.png);
        background-size: 98%;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(even) .circuit-border-bottom {
        background-image: url(../images/city/city_circuit_blue_1400_bottom.png);
        background-size: 98%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .content-bg:before {
        top: 20px;
        bottom: 20px;
        left: 2.5%;
        right: 0;
        border-radius: 50px 0 40px 0;
    }

    .circuit-content {
        height: 200px;
    }

    .circuit-content-section1 .row {
        padding-left: 55px;
    }

    .circuit-content .circuit-content-icon img {
        height: 80px;
    }

    .circuit-content .circuit-content-title {
        justify-content: center;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .circuit-content .circuit-content-section2 {
        padding-left: 30px;
        padding-right: 45px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .circuit-container:nth-child(odd) .circuit-border-top {
        background-image: url(../images/city/city_circuit_green_1400_top.png);
        background-size: 97%;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(odd) .circuit-border-bottom {
        background-image: url(../images/city/city_circuit_green_1400_bottom.png);
        background-size: 97%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(even) .circuit-border-top {
        background-image: url(../images/city/city_circuit_blue_1400_top.png);
        background-size: 97%;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(even) .circuit-border-bottom {
        background-image: url(../images/city/city_circuit_blue_1400_bottom.png);
        background-size: 97%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .content-bg:before {
        top: 20px;
        bottom: 20px;
        left: 3.5%;
        right: 0;
        border-radius: 50px 0 35px 0;
    }

    .circuit-content {
        height: 200px;
    }

    .circuit-content-section1 .row {
        padding-left: 80px;
    }

    .circuit-content .circuit-content-icon img {
        height: 90px;
    }

    .circuit-content .circuit-content-title {
        padding-right: 10px;
    }

    .circuit-content .circuit-content-section2 {
        padding-left: 30px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1400px) {
    .circuit-container:nth-child(odd) .circuit-border-top {
        background-image: url(../images/city/city_circuit_green_1400_top.png);
        background-size: 97%;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(odd) .circuit-border-bottom {
        background-image: url(../images/city/city_circuit_green_1400_bottom.png);
        background-size: 97%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(even) .circuit-border-top {
        background-image: url(../images/city/city_circuit_blue_1400_top.png);
        background-size: 97%;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .circuit-container:nth-child(even) .circuit-border-bottom {
        background-image: url(../images/city/city_circuit_blue_1400_bottom.png);
        background-size: 97%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .content-bg:before {
        top: 20px;
        bottom: 20px;
        left: 3.5%;
        right: 0;
        border-radius: 53px 0 38px 0;
    }

    .circuit-content {
        height: 220px;
    }

    .circuit-content-section1 .row {
        padding-left: 90px;
    }

    .circuit-content .circuit-content-icon img {
        height: 100px;
    }

    .circuit-content .circuit-content-title {
        font-size: 22px;
        padding-right: 40px;
    }

    .xc-font-sm .circuit-content .circuit-content-title {
        font-size: 20px;
    }

    .xc-font-lg .circuit-content .circuit-content-title {
        font-size: 24px;
    }

    .circuit-content .circuit-content-section2 {
        padding-right: 50px;
    }
}