@media only screen and (max-width: 575px) {
    div.title {
        font-size: 130px;
    }
    div.title .part .icon-dot {
        top:5%;
        left: 0;
    }
}
@media only screen and (max-width: 375px) {
    div.title .part {
        margin:0;
    }
}