.common-inner-banner.page-not-found-banner img{aspect-ratio: 1440/400;}
.page-not-found{padding-bottom: 60px;text-align: center;}
.page-not-found .inner-page-not-found{text-align: center;display: inline-flex;flex-direction: column;gap: 12px;justify-content: center;align-items: center;}
.page-not-found .inner-page-not-found .heading-style-1{letter-spacing: 0;}
/* .page-not-found .inner-page-not-found .heading-style-1 span{color: var(--secondary-dark);} */
.page-not-found .inner-page-not-found .btn{margin-top: 12px;}
.page-not-found .inner-page-not-found .btn img{transition: all ease-in 0.3s;width: 24px;height: auto;}
.page-not-found .inner-page-not-found .btn:hover img{filter: brightness(0) saturate(100%) invert(21%) sepia(18%) saturate(3497%) hue-rotate(153deg) brightness(90%) contrast(96%);}

@media(max-width:767px) {
    .common-inner-banner.page-not-found-banner img{aspect-ratio: 440/180;}
    .page-not-found .inner-page-not-found{gap: 8px;}
    .page-not-found .inner-page-not-found .btn{padding-block: 8px;font-size: 18px;}
    .page-not-found .inner-page-not-found .btn img{width: 18px;}
}