.gradient-focus {
  font-size: 72px;
  text-align: center;
  color: #26396c;
  background: linear-gradient(
    to right,
    rgba(38, 57, 108, 0.1),
    rgba(38, 57, 108, 0)
  );
  display: inline-block;
  padding: 0px 15px;
  border-left: 4px solid #26396c;
  border-radius: 4px;
  line-height: 72px;
  margin-right: 30px;
  font-weight: 600;
}
.content-text p {
  font-size: 20px;
    margin-top: -10px;
    font-weight: 600;
    line-height: 27px;
}

@media (max-width: 768px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-text p {
    font-size: 50px;
  }

  .content-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
  }

  .img-fluid {
    width: 100%;
  }

  .gradient-focus {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
  }

  .content-text p{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px; 
    text-align:left;
  }
}

.top-right-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 144px;
  height: 144px;
}

@media (min-width: 769px) {
  .heading-text {
    font-size: 50px;
  }

  .content-text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }

  .top-right-icon {
    top: 5px;
    right: 5px;
    width: 144px;
    height: 144px;
  }
}
