@media (max-width: 1440px) {
    .container-about-story {
        gap: 50px;
        padding: 100px 30px;
    }
    
    .right-div {
        gap: 10px;
    }
    
    .process-container,
    .container-process-section,
    .what-we-offer {
        gap: 40px;
        padding: 100px 30px;
    }
    
    .content-process h3 {
        font-size: 28px;
        line-height: 34px;
        width: 75%;
    }
    
    .process-steps {
        justify-content: space-around;
    }
    
    .audiobook-section .container {
        padding: 100px 30px;
    }
}

@media (max-width: 1439px) and (min-width: 1024px) {
    .hero-section {
        height: 650px;
        padding-top: 180px;
    }
    
    .hero-container-services h1,
    .hero-container-services span {
        font-size: 50px;
        line-height: 50px;
    }
    
    .hero-container-services p {
        width: 70%;
        margin-bottom: 10px;
    }
    
    .icon-btn {
        padding: 15px 20px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .hero-section {
        height: 522px;
        padding-top: 160px;
    }
    
    .hero-container-services h1, .hero-container-services span {
        font-size: 40px;
        line-height: 40px;
    }
    
    .hero-container-services p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
        width: 75%;
    }
    
    .icon-btn {
        padding: 15px 22px;
    }
    
    .hero-container-services {
        gap: 10px;
    }
}

@media (max-width: 1439px) and (min-width: 1140px) {
    
    .left-div img {
        max-width: 675px;
        width: 92%;
    }

    .container-about-story h2,
    .container-about-story span,
    .process-title,
    .what-we-offer h2,
    .what-we-offer .highlight,
    .main-heading,
    .highlight {
        font-size: 46px;
        line-height: 56px;
        letter-spacing: 0px;
    }
    
    .container-about-story p,
    .container-text-mid p {
        font-size: 18px;
        line-height: 30px;
    }
    
    .container-about-story {
        gap: 30px;
    }
    
    .video-overlay-container,
    .video-overlay-container video, .video-overlay-container .video-overlay-image,
    .video-overlay-container-1,
    .video-overlay-container-1 video, .video-overlay-container-1 .video-overlay-image-1 {
        height: 470px;
    }
    
    .process-steps {
        gap: 50px;
        padding: 0px 120px;
    }
    
    .process-card {
        font-size: 24px;
    }
    
    .process-icon {
        width: 80px;
        height: 80px;
    }
    
    img {
        width: 50%;
    }
    
    .offer-row,
    .text-content {
        gap: 15px;
    }
    
    .offer-card {
        padding: 15px;
        text-align: center;
    }
    
    p.animation-para {
        width: 100%;
    }
    
    a#icon-btn-audio-book {
        width: 60%;
    }
}

@media (max-width: 1139px) and (min-width: 768px) {
    .container-about-story {
        gap: 30px;
        flex-wrap: wrap;
        padding: 50px 20px;
    }
    
    .audiobook-section .container {
        padding: 50px 20px;
    }
    
    .video-overlay-container,
    .video-overlay-container video, .video-overlay-container .video-overlay-image,
    .video-overlay-container-1,
    .video-overlay-container-1 video, .video-overlay-container-1 .video-overlay-image-1 {
        width: 90%;
        height: 470px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .video-overlay-image,
    .video-overlay-image-1 {
        left: 5%;
    }
    
    .right-div,
    .text-content {
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    
    .container-about-story h2,
    .container-about-story span,
    .main-heading,
    .highlight,
    .process-title,
    .process-title span,
    .what-we-offer h2 {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        letter-spacing: 0px;
        width: 90%;
    }
    
    .container-about-story p,
    p.animation-para,
    .offer-card p {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        width: 90%;
    }
    
    .audiobook-content {
        gap: 30px;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    
    .container-process-section,
    .what-we-offer {
        gap: 20px;
        padding: 50px 20px;
        align-items: center;
    }
    
    .process-steps {
        gap: 50px;
        padding: 0px 60px;
    }
    
    .process-card {
        font-size: 24px;
    }
    
    .process-icon {
        width: 80px;
        height: 80px;
    }
    
    img {
        width: 50%;
    }
    
    .offer-row {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .offer-row:first-child .offer-card,
    .offer-row:last-child .offer-card {
        width: 65%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    div#footer__useful__links {
        padding-left: 0px !important;
    }
    
    div#footer__quick__links {
        padding-left: 0px !important;
    }
}

@media (max-width: 767px) {
    .hero-section {
        height: 400px;
        padding-top: 90px;
    }
    
    .hero-container-services h1,
    .hero-container-services span {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0px;
    }
    
    .hero-container-services h1 {
        width: 65%;
    }
    
    .hero-container-services p {
        font-size: 16px;
        line-height: 24px;
        width: 90%;
        margin-bottom: 10px;
    }
    
    .hero-container-services {
        gap: 5px;
    }
    
    .icon-btn {
        font-size: 18px;
        padding: 14px 20px;
    }
    
    .container-about-story {
        padding: 50px 20px;
        flex-wrap: wrap;
        gap: 25px;
    }
    
    .video-overlay-container,
    .video-overlay-container video, .video-overlay-container .video-overlay-image,
    .video-overlay-container-1,
    .video-overlay-container-1 video, .video-overlay-container-1 .video-overlay-image-1 {
        width: 100%;
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 20px;
    }
    
    .video-overlay-image,
    .video-overlay-image-1 {
        left: 0%;
    }
    
    .right-div,
    .text-content {
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    
    .audiobook-content {
        gap: 30px;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    
    .audiobook-section .container {
        padding: 50px 20px;
    }
    
    .container-about-story h2,
    .container-about-story span,
    .main-heading,
    .highlight,
    .process-title,
    .process-title span,
    .what-we-offer h2,
    .sub-heading {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        letter-spacing: 0px;
    }
    
    .container-about-story p,
    p.animation-para,
    .offer-card p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        width: 100%;
    }

    a#icon-btn-audio-book {
        width: 75%;
    }

    .audiobook-section {
        border-radius: 20px;
    }

    .container-process-section,
    .what-we-offer {
        gap: 20px;
        padding: 50px 20px;
        align-items: center;
    }
    
    .process-steps {
        gap: 50px;
        padding: 0px;
    }
    
    .process-card {
        font-size: 20px;
        min-height: 200px;
    }

    .offer-card h3 {
        font-size: 20px;
    }
    
    .process-icon {
        width: 70px;
        height: 70px;
    }
    
    img {
        width: 50%;
    }
    
    .offer-row {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .offer-row:first-child .offer-card,
    .offer-row:last-child .offer-card {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .process-step-label {
        font-size: 20px;
        line-height: 20px;
        margin-top: -6px;
    }
}