.downtown-sec .downtown-block {
    background-color: #F6F6F6;
    padding: 70px 65px 30px;
    max-width: 1094px;
    margin: 0 auto;
}
.downtown-sec .downtown-list{
    column-count: 3;
    column-gap: 65px;
}
.downtown-sec .downtown-box h6 {
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.downtown-sec .downtown-box li a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: inline;
    position: relative;
    padding-right: 35px;
    background-image: url(../../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.downtown-sec .downtown-box {
    padding-bottom: 40px;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.downtown-sec .downtown-box li:not(:last-child){
    margin-bottom: 5px;
}
.downtown-sec .downtown-box li a:hover{
    color: var(--blue);
    filter: brightness(0) saturate(100%) invert(25%) sepia(96%) saturate(1212%) hue-rotate(187deg) brightness(88%) contrast(97%);
}
.downtown-sec {
    margin: 0 0 65px;
}

@media only screen and (max-width: 1199px) {
    .downtown-sec .downtown-block{
        padding: 60px 55px 20px;
    }
}
@media only screen and (max-width: 991px) {
    .downtown-sec {
        margin: 0 0 60px;
    } 
    .downtown-sec .downtown-box li a,.downtown-sec .downtown-box h6{
        font-size: 18px;
    }
    .downtown-sec .downtown-list{
        column-gap: 30px;
    }
    .downtown-sec .downtown-block {
        padding: 40px 35px 0;
    }
}
@media only screen and (max-width: 767px) {
    .downtown-sec {
        margin: 0 0 50px;
    }
    .downtown-sec .downtown-list {
        column-count: 1;
    }
    .downtown-sec .downtown-box li a, .downtown-sec .downtown-box h6 {
        font-size: 16px;
    }
    .downtown-sec .downtown-box{
        padding-bottom: 30px;
    }
    .downtown-sec .downtown-block {
        padding: 30px 30px 0;
    }
}