#sts-text {
    margin-right: 240px;
}

#sts-img {
    position: absolute;
    top: 22px;
    right: 33px;
}

@media screen and (max-width: 768px) {
    #sts-text {
        margin-right: unset;
    }

    #sts-img {
        top: unset;
        bottom: -110px;
        width: 25%;
        right: 10px;
    }
}

@media screen and (max-width: 560px) {
    #sts-img {
        bottom: -80px;
        width: 25%;
    }
}