.header-section {
  background-size: cover;
  background-repeat: no-repeat;
}
.header-section__heading {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 69px;
  color: #fff;
}
@media (max-width: 576px) {
  .header-section__heading {
    font-size: 48px;
  }
}
.header-section__description {
  color: #fff;
}
.header-section__clutch .icon + p {
  flex: 1;
}
.header-section__clutch-widget {
  width: 150px;
}
@media screen and (max-width: 576px) {
  .header-section__clutch-widget {
    width: 125px;
  }
}
.header-section__clutch a {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  margin-top: 52px;
  width: fit-content;
}
.header-section__clutch a:hover .icon svg rect {
  fill: #AA076B;
  stroke: #AA076B;
  transition: 0.3s;
}
.header-section__clutch a:hover .icon svg path {
  fill: #fff;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .header-section__clutch a {
    margin-top: 72px;
  }
}
@media (max-width: 576px) {
  .header-section__btn.btn {
    width: 100%;
    text-align: center;
  }
}