.section-alert-full {
  background: #F1F1F1;
  padding: 50px 0;
}
.section-alert-full .section-alert-full-wrapper {
  background: #428FEC;
  border-top-right-radius: 25px;
}
.section-alert-full .section-alert-full-wrapper .section-alert-full-inner {
  padding: 36px 50px 45px 50px;
}
.section-alert-full .section-alert-full-wrapper .section-alert-full-inner .section-alert-full-label p {
  font: 400 18px "Roboto", sans-serif;
  color: #F1F1F1;
  line-height: 24px;
  letter-spacing: 0.04px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.section-alert-full .section-alert-full-wrapper .section-alert-full-inner hr {
  background: #A6DBDA;
  height: 2px;
  border: 0;
  margin: 0 0 30px 0;
}
.section-alert-full .section-alert-full-wrapper .section-alert-full-inner .section-alert-full-message p {
  font: 400 35px "Roboto", sans-serif;
  color: #FFFFFF;
  line-height: 50px;
}
.section-alert-full .section-alert-full-wrapper .section-alert-full-inner .section-alert-full-link {
  text-align: right;
}
.section-alert-full .section-alert-full-wrapper .section-alert-full-inner .section-alert-full-link a {
  display: inline-block;
  position: relative;
  font: 400 18px "Roboto", sans-serif;
  color: #F1F1F1;
  line-height: 24px;
  letter-spacing: 0.04px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 18px 0 0 0;
  padding: 8px 20px 8px 15px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.section-alert-full .section-alert-full-wrapper .section-alert-full-inner .section-alert-full-link a:hover {
  color: #F1F1F1;
  background: #005FBE;
}
.section-alert-full .section-alert-full-wrapper .section-alert-full-inner .section-alert-full-link a svg {
  padding: 0 0 0 20px;
}
@media (min-width: 1400px) {
  .section-alert-full .container {
    width: auto;
    max-width: 1640px;
  }
}
@media (max-width: 1025px) {
  .section-alert-full .section-alert-full-wrapper .section-alert-full-inner .section-alert-full-label p {
    font: 400 15px "Roboto", sans-serif;
    line-height: 20px;
  }
  .section-alert-full .section-alert-full-wrapper .section-alert-full-inner .section-alert-full-message p {
    font: 400 20px "Roboto", sans-serif;
    line-height: 30px;
  }
  .section-alert-full .section-alert-full-wrapper .section-alert-full-inner .section-alert-full-link a {
    font: 400 15px "Roboto", sans-serif;
    line-height: 20px;
  }
}