.ny-about{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
    margin-bottom: 1%;
}
.sidebar-left {
    width: 49%;
    float: left;
}

.sidebar-left h3 {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: normal;
}

.sidebar-left h3 i {
    float: left;
    width: 7px;
    height: 28px;
    background: #001c58;
    border-radius: 15px;
    margin-right: 1%;
    margin-top: -3px;
}

.sidebar-right {
    width: 46%;
    float: right;
}

.sidebar-right img {
    width: 100%;
}
.sidebar-center{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 5%;
}
.sidebar-center h2 {
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 4px;
}

.sidebar-center ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.sidebar-center li {
    width: 22%;
    float: left;
    position: relative;
    margin-right: 4%;
    margin-top: 10%;
}

.sidebar-center li img {
}

.sidebar-center .fw {
    height: 255px;
    FONT-WEIGHT: 200;
    position: absolute;
    top: -46%;
    left: 0px;
    background: rgba(0,0,0,.5);
    padding: 12% 10%;
    width: 100%;
    border-radius: 7%;
}

.sidebar-center .fw h4 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #05c4ab;
    margin-bottom: 15%;
    line-height: 36px;
}

.sidebar-center .fw p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
}

.sidebar-list {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 3% 0;
}

.sidebar-list h2 {
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 4px;
    margin-bottom: 4%;
}

.sidebar-list li {
    width: 32%;
    float: left;
    margin-right: 1%;
    position: relative;
    height: 296px;
    overflow: hidden;
    margin-bottom: 3%;
}

.sidebar-list li img {
    width: 100%;
}

.sidebar-list li p {
    color: #fff;
    position: absolute;
    bottom: 0px;
    padding: 88px 15px;
    overflow: hidden;
    font-size: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .01);
    background: rgba(0, 28, 88, .5);
    height: 296px;
    width: 100%;
    line-height: 39px;
}
