

.internal-image .title {
  margin-bottom: 40px;
  font-size: 31.25px !important;
  font-weight: 700;
  line-height: 43.75px !important;
  color: #21272d;
}

.seccolor {
  color: #21272d !important;
}

.margin-custom {
  margin-top: 80px !important;
}


@media (max-width: 1025px) {
  .margin-custom {
    margin-top: 32px !important;
  }

  .internal-image .title {
    margin-bottom: 24px;
    font-size: 25px !important;
    font-weight: 700;
    line-height: 35px !important;
  }
}


@media (max-width: 480px) {
 
  .internal-image .title {
    margin-bottom: 24px;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 28px !important;
  }
}

.image-desktop,
.image-tablet,
.image-mobile {
    display: none;
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .image-desktop {
        display: block;
    }
}

@media (min-width: 744px) and (max-width: 991px) {
    .image-tablet {
        display: block;
    }
}

@media (max-width: 743px) {
    .image-mobile {
        display: block;
    }
}
