.enterprise_security {
  padding: 80px 0 120px 0;
}
.enterprise_security .content_wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}
.enterprise_security .content_wrapper .img_outer_sm {
  display: none;
}
.enterprise_security .content_wrapper .content_inner {
  padding-left: 40px;
  border-left: 1px solid #e7e7ea;
}
.enterprise_security .content_wrapper .content_inner .list_wrapper {
  padding: 40px 0;
}
.enterprise_security .content_wrapper .content_inner .list_wrapper:first-child {
  border-bottom: 1px solid #e7e7ea;
}
.enterprise_security .content_wrapper .content_inner .list_wrapper h3 {
  margin: 16px 0;
  font-size: 26px;
  line-height: 42px;
  font-weight: 700;
}
.enterprise_security .content_wrapper .content_inner .list_wrapper .list_item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
.enterprise_security .content_wrapper .content_inner .list_wrapper .list_item:last-child {
  margin-bottom: 0;
}
.enterprise_security .content_wrapper .title_outer h2 {
  margin-bottom: 40px;
}
.enterprise_security .content_wrapper .title_outer .btn_holder {
  margin-top: 40px;
}

@media screen and (max-width: 1280px) {
  .enterprise_security .content_wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
  .enterprise_security .content_wrapper .content_inner {
    padding-left: 0;
    border-left: 0;
    width: 100%;
  }
  .enterprise_security .content_wrapper .title_outer .button,
  .enterprise_security .content_wrapper .title_outer .img_wrapper {
    display: none;
  }
  .enterprise_security .content_wrapper .img_outer_sm {
    display: block;
  }
  .enterprise_security .content_wrapper .img_outer_sm img {
    max-width: 100%;
    height: auto;
  }
  .enterprise_security .content_wrapper .img_outer_sm .button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .enterprise_security {
    padding: 40px 0 80px 0;
  }
  .enterprise_security .content_wrapper .content_inner .list_wrapper:first-child {
    padding-top: 0;
  }
  .enterprise_security .content_wrapper .content_inner .list_wrapper:last-child {
    padding-bottom: 0;
  }
  .enterprise_security .content_wrapper .content_inner .list_wrapper .list_item {
    align-items: flex-start;
  }
  .enterprise_security .content_wrapper .content_inner .list_wrapper .list_item img {
    transform: translateY(5px);
  }
}