.page-not-found-block {
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 40px;
    margin-bottom: 50px;
    position: relative;
}
.page-not-found-block .bg-block {
    position: absolute;
    left: 7%;
    right: 7%;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 40px;
    background-color: rgba(240, 240, 240, 0.35);
}
.page-not-found-block .inner-main-contents {
    margin-left: 7%;
    margin-right: 7%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
}
.page-not-found-block .comapny-logo {
    width: 250px;
    height: auto;
    margin-top: 30px;
}
.page-not-found-block .main-title {
    font-size: 150px;
    font-weight: 100;
    color: rgba(11, 13, 57, 0.8);
    text-align: center;
}
.page-not-found-block .details-section {
    max-width: 80%;
}
.page-not-found-block .details-section h3 {
    font-family: "DM Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    color: rgba(11, 13, 57, 0.8);
    text-align: center;
    text-transform: uppercase;
}
.page-not-found-block .details-section p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: rgba(11, 13, 57, 0.6);
    text-align: center;
}
.bottom-section .blog-right {
    padding-top: 0px;
}