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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .digital_marketing .cta_item_img {
    width: 75%;
    margin: auto;
  }
}
