.cyber_security .cta_item {
  background-color: var(--frontend-dark-bg-400, #151B22);
  padding: 60px;
  border-radius: 10px;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .cyber_security .cta_item {
    padding: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cyber_security .cta_item {
    padding: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cyber_security .cta_item {
    padding: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cyber_security .cta_item {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cyber_security .cta_item {
    padding: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .cyber_security .cta_item {
    padding: 20px;
  }
}

.cyber_security .cta_item:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .cyber_security .cta_item {
    text-align: center;
  }
}

.cyber_security .cta_item_content {
  padding-left: 60px;
}

html[dir="rtl"] .cyber_security .cta_item_content {
  padding-left: 0;
  padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cyber_security .cta_item_content {
    padding-left: 40px;
  }
  html[dir="rtl"] .cyber_security .cta_item_content {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cyber_security .cta_item_content {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .cyber_security .cta_item_content {
    padding-left: 0;
  }
  html[dir="rtl"] .cyber_security .cta_item_content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cyber_security .cta_item_content span {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cyber_security .cta_item_content span {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cyber_security .cta_item_content span {
    font-size: 12px;
  }
}

.cyber_security .cta_item_content h3 {
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cyber_security .cta_item_content h3 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cyber_security .cta_item_content h3 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cyber_security .cta_item_content h3 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .cyber_security .cta_item_content h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 479px) {
  .cyber_security .cta_item_content h3 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cyber_security .cta_item_content h3 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cyber_security .cta_item_content h3 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cyber_security .cta_item_content h3 {
    margin-bottom: 10px;
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .cyber_security .cta_item_content h3 {
    margin-bottom: 10px;
  }
}

.cyber_security .cta_item_content p {
  margin-bottom: 35px;
  line-height: 1.875;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cyber_security .cta_item_content p {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cyber_security .cta_item_content p {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cyber_security .cta_item_content p {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .cyber_security .cta_item_content p {
    margin-bottom: 20px;
  }
}

.cyber_security .cta_item_content a {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cyber_security .cta_item_content a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cyber_security .cta_item_img {
  width: 100%;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--frontend-border, #707070);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cyber_security .cta_item_img {
    height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .cyber_security .cta_item_img {
    display: none;
  }
}

.cyber_security .cta_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
