.location-default {
  background-color: var(--hd-body-bg);
}

.location-default .heading-area svg {
  width: 60px;
  height: 60px;
}

.location-default .heading-area svg path {
  fill: var(--hd-primary);
  stroke: none;
}

.location-default .locations {
  padding: 100px 0;
}

.location-default .location-box {
  position: relative;
  padding: 24px;
  border-radius: 16px;
  color: var(--hd-text);
}
.location-default .location-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: var(--hd-primary);
  opacity: 0.5;
  z-index: -1;
}

.location-default .location-box h4 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
}

.location-default .location-box p {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.6;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .location-default {
    margin-top: 100px;
  }
}

.location-default .heading-area {
  text-align: center;
  padding: 60px 0;
  color: var(--hd-text);
}

.location-default .heading-icon svg {
  width: 100px;
  height: 100px;
}

.location-default .heading-area h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.location-default .heading-area p {
  opacity: 0.6;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  letter-spacing: 1.2px;
}

.location-default .heading-area .btn {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .location-default .heading-area h2 {
    font-size: 32px;
  }

  .location-default .heading-area p {
    font-size: 16px;
  }
}
