.city-link-section{
    border-radius: 8px;
    background: url(/images/icons/Grid-BG.svg), linear-gradient(95.47deg, #EFF4F6 24.23%, #FCFDFD 97.54%);
    border: 1px solid #E5EDF0;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
.city-link-section .section-image{
    background-image: url(/images/icons/location-pin.svg);
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-position-x: right;
}
.city-link-section .sec-show-container{
    background: #FFFFFF;
    border-radius: 6px;
    padding: 24px;
    margin-top: 16px;
}
.city-link-section h2{
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.4px;
    color: #010852;
}
.city-link-section .city-subhead{
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #333;
}
.city-link-section .city a{
    font-weight: 400;
    margin-bottom: 24px;
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #1D9DE7;
    margin-top: 16px;
}
.city-link-section .city a:hover{
    color: #007BC2;
    text-decoration: underline;
}
@media (min-width: 768px){
    .city-link-section{
        padding: 40px;
    }
    .city-link-section h2{
        font-weight: 800;
        font-size: 38px;
        line-height: 52px;
    }
    .city-link-section .section-image{
        height: 120px;
    }
    .city-link-section .sec-show-container{
        margin-top: 32px;
    }
    .city-link-section .city {
        width: auto!important;
        margin-right: 24px;
    }
    .city-link-section .city a{
        margin-bottom: 0px;
    }
}