.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;
  line-height: 1;
}

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

.get-start-discription p {
  font-size: 17px;
  color: #f8f8f8;
  padding-top: 10px;
  width: 100%;
  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%;
}

.get-strat-section .roofing-btn a:hover {
  color: #fff;
}

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

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

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


@media screen and (max-width: 1500px) {
  .get-strat-section h2{font-size: 40px;}
}
@media screen and (max-width: 1440px) {
  .get-strat-section h2{font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  .get-strat-section h2{font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .get-strat-section h2{font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .get-strat-section h2{font-size: 26px;}
}
@media screen and (max-width: 768px) {
  .get-strat-section h2{font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .get-strat-section h2{font-size: 22px;}
}
