.imm-heading-text-wrapper {
  text-align: center;
}

.imm-heading-text-wrapper .heading_icon-wrap img {
  height: 75px;
  width: auto;
  object-fit: contain;
}

.imm-heading-text-wrapper .heading_icon-wrap {
  padding-bottom: 25px;
}

.imm-heading-text-wrapper .small_text-wrap {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 0;
  line-height: 1.5;
  color: #343434;
}

.imm-heading-text-wrapper .heading_text-wrap {
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 0;
  line-height: 1.5;
  color: #343434;
}

.imm-heading-text-wrapper .subheading_text-wrap {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0;
  line-height: 1.5;
  color: #343434;
}

.imm-heading-text-wrapper .opening_paragraph-wrap {
  font-weight: 400;
  line-height: 2;
  padding: 15px 0;
  color: #343434;
  width: 80%;
  margin: 0 auto;
}

.imm-heading-text-wrapper .url_text-wrap {
  line-height: 1.5;
  padding: 10px 0;
  color: #343434;
  letter-spacing: 2px;
}

.imm-heading-text-wrapper .url_text-wrap a, .imm-heading-text-wrapper .url_text-wrap a:visited {
  color: #ed6b29;
  text-decoration: none;
  outline: none;
  transition: all ease 0.3s;
  text-transform: uppercase;
  font-weight: 600;
}

.imm-heading-text-wrapper .url_text-wrap a:hover {
  color: #343434;
}

@media (max-width: 1024px) {
  .imm-heading-text-wrapper .heading_text-wrap {
    font-size: 50px;
  }
}

@media (max-width:991px) {
  #imm-heading-text-001,
  #imm-heading-text-550 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .imm-heading-text-wrapper .heading_text-wrap {
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 0;
  }

  .imm-heading-text-wrapper .opening_paragraph-wrap {
    width: 100%;
  }

  .imm-heading-text-wrapper .heading_icon-wrap {
    padding-bottom: 0;
  }
}

@media (max-width: 320px) {
  .imm-heading-text-wrapper .heading_text-wrap{
    font-size: 24px;
  }
}
