
.red-section {
    position: relative;
    padding: 110px 0;
}

.red-section h4,
.red-section .h4 {
    text-align: left;
    margin-bottom: 50px;
}

.red-section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.red-section .bg img {
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 5%;
}
/*начало*/
._personal-style {
    line-height: 2;
}

@media screen and (min-width: 1000px) {
    ._personal-style {
        max-width: 333px;
        display: block;
        margin: auto;
    }
}
/*конец*/
@media screen and (min-width: 640px) {

    .red-section h4,
    .red-section .h4 {
        text-align: center;
    }

    .red-section .bg img {
        max-width: 432px;
        width: 100%;
        bottom: 0;
        left: 10%;
    }
}