* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  body,main {
    font-family: "Exo 2", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }
.second_vert {
    right: 140px;
    top: 377px;
}
.first_vert {
    left: 315px;
    top: 45px;
}
.production, .services,.about_us, .footer{
    width: 100%;
}
@media(max-width: 1520px){
    .about_us_digits{
        padding-right: 191px;;
    }
    .about_us_photos_text h1{
        margin-right: 55px;
    }
}
@media(max-width: 992px){
    .first_vert{
        top: 0;
        left: 70px;
    }
    .about_us_digits{
        padding-right: 54px;
    }
    .header_p1{
        max-width: none;
    }
}