@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.two {
    background: url('../img/fon_two_section.jpg') no-repeat center top / cover;
    font-family: "Roboto", sans-serif;
}
.two_center {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.two_left {
    color: #000000;
    text-align:justify;
    padding: 3% 5% 0 5%;
}
.two_left h1 {
    text-align: center;
    font-size: 2.4vw;
    padding-bottom: 0px;
}
.two_left p {
    text-indent: 30px;
    font-size: 1.8vw;
    font-weight: 400;
}
.two_right_img {
    max-width: 100%;
    width: 300vw;
    padding-bottom: -15px;
}