.hero-section .hero-image, .mask-image {
    -webkit-mask-image: url('/wp-content/themes/astra-child/images/svg/header-mask.svg');
  mask-image: url('/wp-content/themes/astra-child/images/svg/header-mask.svg');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  max-width: 600px;
}

.hero-image img, .mask-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
    .hero-section .hero-image {
    max-width: fit-content;
    position: relative;
    top: -40px;
    }
}
@media (min-width: 1440px) {
    .hero-content {
        padding-left: clamp(16px, calc((100vw - 1440px) / 2.08), 240px)!important;
    }
    .hero-image {
        transform: scale(1.1);
    }
}