.get-strat-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.get-strat-section .section-sub-title {
  position: relative;
  display: inline-block;
}

.get-strat-section .section-sub-title h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 7px;
  position: relative;
  padding: 0 50px 0;
}

.get-strat-section .section-sub-title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 35px;
  background: #fff;
  left: 0;
  top: 9px;
}

.get-strat-section .section-sub-title::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 35px;
  background: #fff;
  left: -12px;
  top: 17px;
}

.get-strat-section .section-sub-title h4::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 35px;
  background: #fff;
  right: 0;
  top: 9px;
}

.get-strat-section .section-sub-title h4::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 35px;
  background: #fff;
  right: -12px;
  top: 17px;
}

.get-strat-section h2 {
  color: #ffffff;
  margin-bottom: 10px;
}

.get-strat-section .row.get {
  background: color-mix(in srgb, var(--color-primary) 92%, transparent);
  padding: 80px 0!important;
  border-radius: 0px 150px 0px 150px;
}

.get-start-discription p {
  font-size: 20px!important;
  color: #f8f8f8;
  padding-bottom: 46px;
  width: 44%;
  margin: auto;
}

.get-strat-section .roofing-btn.get a {
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  background: #ffffff;
  color: var(--color-primary);
  padding: 17px 36px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

/* .get-strat-section .roofing-btn a::before {
  position: absolute;
  content: "";
  background-color: var(--color-second);
  width: 101%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 3px;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -1;
  transition: all 500ms ease;
} */

.get-strat-section .roofing-btn a:hover::before {
  height: 103%;
}



/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {

  .get-strat-section .section-main-title h2 {
    font-size: 28px;
    line-height: 28px;
  }

  .get-strat-section .section-sub-title h4 {
    font-size: 22px;
  }
}
