.become {
  background-color: #0a2896;
  padding-top: 91px;
  padding-bottom: 62px;
}

@media screen and (max-width: 1200px) {
  .become {
    padding-top: 37px;
    padding-bottom: 59px;
  }
}

.become__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url("/images/icons/factory-3.svg");
  background-size: 401px 401px;
  background-repeat: no-repeat;
  background-position: 99px 48px;
}

@media screen and (max-width: 1200px) {
  .become__container {
    background-image: none;
  }
}

.become__info {
  padding-right: 70px;
  width: 470px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
  .become__info {
    padding-right: 0;
    width: 100%;
  }
}

.become__title {
  margin-bottom: 50px;
  font-size: 3.125rem;
  line-height: 1.26;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .become__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 175px;
    font-size: 2.2rem;
    background-image: url("/images/icons/factory-3.svg");
    background-size: 150px;
    min-height: 150px;
    background-repeat: no-repeat;
    background-position: left center;
  }
}

@media screen and (max-width: 375px) {
  .become__title {
    background-size: 110px;
    padding-left: 130px;
    font-size: 1.8rem;
    min-height: 110px;
  }
}

.become__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .become__controls {
    margin-bottom: 20px;
  }
}

.become__controls .btn {
  width: 100%;
}

.become__controls .btn:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 1200px) {
  .become__controls .btn {
    padding: 16px 10px;
  }
  .become__controls .btn:not(:last-child) {
    margin-bottom: 10px;
  }
}

.become__support {
  max-width: 370px;
  font-size: 1.125rem;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .become__support {
    font-size: 1.33rem;
    max-width: 100%;
    font-weight: 300;
  }
}
