#guide {
  background: #EEF7FF;
}
#guide .container {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 43px;
}
#guide .blue-block {
  border-radius: 5px;
  background: #1971C2;
  padding: 3px 7px;
  color: white;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 22px;
  width: 161px;
}
#guide h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 52px;
  line-height: 70px;
  margin-bottom: 0;
  padding-bottom: 50px;
}
#guide h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 30px;
}
#guide .grey {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #9F9F9F;
}
#guide .form-wrapper {
  max-width: 461px;
}
#guide .btn {
  width: 100%;
  margin-bottom: 15px;
}
#guide .left {
  position: relative;
  left: 42px;
}
#guide .right {
  margin-left: 90px;
  max-width: 600px;
}
#guide input[type=email] {
  height: 60px;
  margin-bottom: 14px;
}
@media (max-width: 1260px) {
  #guide .left {
    left: 0;
  }
  #guide .left img {
    width: 100%;
  }
  #guide .right {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  #guide .container {
    flex-direction: column-reverse;
  }
  #guide .right {
    max-width: unset;
  }
  #guide .blue-block,
  #guide h1,
  #guide h2,
  #guide .form-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
  #guide .grey {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #guide .container {
    padding-top: 60px;
  }
  #guide .blue-block {
    width: 88px;
    height: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    margin-bottom: 15px;
  }
  #guide h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 32px;
  }
  #guide h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    padding-bottom: 24px;
  }
}