.section-title img {
    position: absolute;
    top: -20px;
    left: -10%;
    transform: scale(.5);
}

@media (max-width: 400px) {
    .section-title img {
        left: -35%;
    }
}