.break-protection {
  background-color: #1a1a1a;
  height: calc(100vh - 70px);
  position: relative;
  overflow: hidden;
}
.break-protection__background {
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 8%;
  left: calc(50% - 180px);
  right: -200%;
  bottom: 0;
  background-size: contain;
  min-height: calc(108% + 70px);
}
.break-protection__info {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: calc(50% + 150px);
  margin-left: 30px;
}
.break-protection__title {
  font-family: 'DINCondensed', sans-serif;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 4.6rem;
  line-height: 40px;
  margin-bottom: 28px;
  max-width: 424px;
}
@media (max-width: 1366px) {
  .break-protection__title {
    font-size: 3.2rem;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .break-protection__title {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.break-protection__description {
  font-size: 1.8rem;
  line-height: 36px;
  color: #fff;
  margin-bottom: 30px;
  max-width: 374px;
}
@media (max-width: 1366px) {
  .break-protection__description {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .break-protection__description {
    margin-left: auto;
    margin-right: auto;
  }
}
.break-protection__button a {
  color: #fff;
  font-size: 1.8rem;
  padding: 21px 27px;
  background-color: #ed0f00;
  transition: background-color 0.4s linear;
  font-family: 'DINCondensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  padding: 21px 0;
  width: 170px;
  text-align: center;
  letter-spacing: 0.8px;
}
.break-protection__button a:hover {
  background-color: #ff2b1d;
}
.break-protection__button a[disabled] {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 768px) {
  .break-protection__button a {
    font-size: 1.6rem;
    padding: 22px 27px;
  }
}
@media (hover: none), (pointer: coarse) {
  .break-protection__button a:hover {
    background-color: #ed0f00;
  }
  .break-protection__button a:active {
    background-color: #ff2b1d;
  }
}
@media (max-width: 768px) {
  .break-protection {
    height: auto;
    box-sizing: border-box;
    padding-bottom: 330px;
  }
  .break-protection__background {
    background-size: auto 140%;
    background-position-x: right;
    display: block;
    min-height: 0;
    left: 0;
    bottom: 0;
    top: auto;
    height: 330px;
    width: 100%;
    overflow: hidden;
  }
  .break-protection__info {
    position: static;
    transform: none;
    margin-left: 0;
    padding-top: 37px;
    text-align: center;
  }
  .break-protection__title {
    max-width: 336px;
  }
  .break-protection__description {
    max-width: 335px;
    margin-bottom: 35px;
  }
}
@media (max-width: 569px) {
  .break-protection__background {
    background-position-x: left;
  }
}
