.b-intern-access {
  color: #fff;
}
.b-intern-access a {
  color: #fff;
  transition: 0.3s linear;
}
.b-intern-access a:hover {
  text-decoration: none;
}
.b-intern-access__steps {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .b-intern-access__steps {
    flex-direction: row;
    justify-content: space-between;
  }
}
.b-intern-access__steps-num {
  border: 3px solid #fff;
  border-radius: 45px;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin-right: 13px;
}
@media screen and (min-width: 700px) {
  .b-intern-access__steps-num {
    width: 65px;
    height: 65px;
    font-size: 2.25rem;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .b-intern-access__steps-num {
    margin-right: 0;
    margin-bottom: 25px;
    width: 90px;
    height: 90px;
    font-size: 2.25rem;
  }
}
.b-intern-access__steps-item {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.b-intern-access__steps-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .b-intern-access__steps-item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .b-intern-access__steps-item {
    flex-direction: column;
    margin-bottom: 0;
    min-width: 30%;
    align-items: center;
    text-align: center;
  }
}
.b-intern-access__arrow-right {
  display: none;
}
@media screen and (min-width: 1024px) {
  .b-intern-access__arrow-right {
    display: flex;
    align-items: flex-start;
    padding-top: 25px;
  }
}
@media screen and (min-width: 1220px) {
  .b-intern-access__text {
    width: 80%;
  }
}
