.inner-information h5 {
    text-shadow: none;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
}
section.information-resources {
    background: #f7f7f7;
    padding: 52px 0 85px;
}
.inner-information ul {
    padding-left: 40px;
    margin-bottom: 35px;
}
.inner-information ul:last-child {
    margin-bottom: 0;
}
.inner-information ul li {
    color: #1d1d1d;
    letter-spacing: -1px;
    line-height: 1.42857143;
    font-weight: 400;
    list-style-type: disc;
}
.inner-information ul li a {
    transition: .5s;
    color: #1ac6ff;
}
.inner-information ul li a:hover {
    text-decoration: underline;
}
.inner-information ul li a.underline {
    text-decoration: underline;
}
.main-information-resources {
    max-width: 730px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px){
    .inner-information h5 {
        text-align: center;
    }
    section.information-resources .container {
        padding: 0 30px;
    }
    .main-information-resources .row > div {
        margin-bottom: 35px;
    }
    .main-information-resources .row > div:last-child{
        margin-bottom: 0;
    }
    .inner-information p{
        text-align: center;
    }
}