.first_line_container {
  position: absolute;
  z-index: -2;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 2881px) {
  .first_line_container {
    top: -260px;
    left: 40px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 2561px) {
  .first_line_container {
    top: -80px;
    left: 40px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 2401px) {
  .first_line_container {
    top: 0px;
    left: 40px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 2134px) {
  .first_line_container {
    top: 100px;
    left: 40px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1920px) {
  .first_line_container {
    top: 200px;
    left: 40px;
    width: 100%;
    height: 100%;
  }
}

.first_line_container svg {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.second_line_container {
  position: absolute;
  top: 639px;
  left: 0;
  width: 100%;
  text-align: center;
}


svg {
  display: inline-block;
}
