.section_title {
    text-align: center;
}
.section_title-left {
    text-align: left;
}
.section_title-right {
    text-align: right;
}

.section_title_big{
    text-align: center;
}

.section_title_big img {
    width: 80%;
    height: auto;
}
.section_title img,
.section_title-left img {
    width: 100%;
    height: auto;
}

/* @media (max-width: 1000px){
    .section_title img,
    .section_title-left img {
        width: 70%;
    }
}
@media (max-width: 400px){
    .section_title img {
        width: 80%;
    }

    .section_title-left img {
        width: 100%;
    }
} */