.security_header {
  min-height: 176px;
}
@media screen and (min-width: 768px) {
  .security_header {
    min-height: 241px;
  }
}
@media screen and (min-width: 980px) {
  .security_header {
    min-height: 311px;
  }
}

.security_container {
  padding-top: 37px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .security_container {
    padding-top: 55px;
    padding-bottom: 51px;
  }
}
@media screen and (min-width: 980px) {
  .security_container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.security_content + .security_content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .security_content + .security_content {
    margin-top: 57px;
  }
}
@media screen and (min-width: 980px) {
  .security_content + .security_content {
    margin-top: 47px;
  }
}

.security_content .section_header {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .security_content .section_header {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 980px) {
  .security_content .section_header {
    letter-spacing: 0.05em;
  }
}

.security_content p {
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.security_content:not(:first-child) p {
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .security_content:not(:first-child) p {
    margin-top: 15px;
  }
}

.security_address {
  margin-top: 41px;
}
@media screen and (min-width: 980px) {
  .security_address {
    margin-top: 48px;
  }
}

.security_address p {
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .security_address p {
    font-size: 16px;
  }
}

.security_address p:not(:first-child) {
  letter-spacing: 0.1em;
}