.section-title {
    margin: 10px 0 0 0;
}

.text-uppercase {
    font-weight: 600 !important;
}

.help-img {
    width: 250px;
    border-radius: 10px;
}
.help-img-pc {
    width: 350px;
    border-radius: 10px;
}
.red{
    color: red!important;
}
.help-img-main{
    text-align: right;
}

@media screen and (max-width: 992px) {
    .help-img-main{
        text-align: center;
    }
}