.develop_tit {
    text-align: center;
    padding-top: 20px;
    font-size: 36px;
    color: #333333;
}

@media(max-width:1024px) {
    .develop_tit {
        font-size: 18px;
        padding-top: 10px;
    }
}