.p-safety__label {
  color: #043489;
  font-size: 30px;
  margin: 0 0 30px;
  font-weight: bold;
}

.p-safety-menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 0 75px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 980px) {
  .p-safety-menu {
    padding: 25px 0 0;
    margin: 0 0 35px;
  }
}
.p-safety-menu__box {
  width: 48%;
  margin: 0 0 20px;
}
@media only screen and (max-width: 980px) {
  .p-safety-menu__box {
    width: 100%;
    margin: 0 0 20px;
  }
}
.p-safety-menu__link {
  display: flex;
  flex-flow: column;
  background: #043489;
  border-radius: 15px;
  padding: 20px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.p-safety-menu__link:hover {
  background: #2E8BFD;
  color: #fff;
}
.p-safety-menu__link:hover .p-safety-menu__arrow i {
  color: #2E8BFD;
}
.p-safety-menu__label {
  font-weight: bold;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .p-safety-menu__label {
    font-size: 20px;
  }
}
.p-safety-menu__icon {
  text-align: center;
  font-size: 60px;
  padding: 10px 0 40px;
}
@media only screen and (max-width: 768px) {
  .p-safety-menu__icon {
    font-size: 50px;
  }
}
.p-safety-menu__arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  color: #043489;
}