#main_menu_outer {
  background-color: #dfdcfe;
}
.intro_content {
  max-width: 520px !important;
}
.security_item_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1096px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
.security_item_row .content {
  max-width: 465px;
}
.img_wrapper img {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .security_item_row {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .security_item_row .content {
    max-width: 430px;
  }
}
@media screen and (max-width: 1024px) {
  .security_item_row {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .security_item_row .content {
    max-width: 600px;
    order: 2;
  }
  .security_item_row h3 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
  .security_item_row h3 br {
    display: none;
  }
  .img_wrapper {
    order: 1;
    margin-top: 32px;
  }
  .img_wrapper img {
    max-width: 100%;
    height: auto;
  }
}
