@media (max-width: 1024px){
    .main-info{
        display: flex;
        flex-direction: column;
        padding: 20px 10px;
    }
    .main-logo-text{
        font-size: 21px;
        text-align: center;
    }

    .main-text-h1{
        font-size: 30px;
        text-align: center;
    }

    .first-image,
    .second-image,
    .third-image,
    .fourth-image,
    .fiveth-image,
    .sixth-image,
    .seventh-image,
    .eight-image,
    .nineth-image,
    .ten-image,
    .eleven-image,
    .twelve-image,
    .thirty-image,
    .fourteen-image,
    .fivetheen-image,
    .sixtheen-image,
    .seventeen-image,
    .eighteen-image,
    .ninetheen-image,
    .twenty-image,
    .twenty-one-image,
    .twenty-two-image,
    .twenty-three-image,
    .twenty-four-image,
    .twenty-five-image,
    .twenty-six-image{
        width: 60%;
        height: auto;
        margin: 0 auto;
    }

    .main-info-button{
        width: auto;
    }

    .money-back{
        margin-bottom: 20px;
        font-size: 10px;
    }

    .result-sta{
        font-size: 14px;
        text-align: center;
    }

    .text-h1{
        font-size: 25px;
        text-align: center;
    }

    .result-img{
        flex-direction: column;
    }

    .text-h1-third,
    .text-h1-fourth,
    .text-h1-fiveth,
    .text-h1-sixth,
    .text-h1-seventh,
    .text-h1-eight,
    .text-h1-nineth{
        font-size: 20px;
        text-align: center;
        width: 100%;
    }

    .text-h1-fourth{
        margin-top: 20px;
    }

    .text-h1-fiveth{
        margin-top: 20px;
    }

    .text-h1-sixth{
        margin: 0 auto;
    }

    .customers{
        flex-direction: column;
    }

    .customers-reviews{
        flex-direction: column;
        width: 100%;
    }

    .video-section{
        flex-direction: column;
        gap: 0;
    }

    .video-card {
        width: 100%;
        height: auto;
    }

    .span-review{
        width: 100%;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .video-card {
        width: 60%;
        height: auto;
    }
}

@media (max-width: 769px){
    .first-image,
    .second-image,
    .third-image,
    .fourth-image,
    .fiveth-image,
    .sixth-image,
    .seventh-image,
    .eight-image,
    .nineth-image,
    .ten-image,
    .eleven-image,
    .twelve-image,
    .thirty-image,
    .fourteen-image,
    .fivetheen-image,
    .sixtheen-image,
    .seventeen-image,
    .eighteen-image,
    .ninetheen-image,
    .twenty-image,
    .twenty-one-image,
    .twenty-two-image,
    .twenty-three-image,
    .twenty-four-image,
    .twenty-five-image,
    .twenty-six-image{
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .text-h1-third,
    .text-h1-fourth,
    .text-h1-fiveth,
    .text-h1-sixth,
    .text-h1-seventh,
    .text-h1-eight,
    .text-h1-nineth{
        font-size: 20px;
        text-align: center;
        width: 100%;
    }

    .video-card {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 530px){
    .first-image,
    .second-image,
    .third-image,
    .fourth-image,
    .fiveth-image,
    .sixth-image,
    .seventh-image,
    .eight-image,
    .nineth-image,
    .ten-image,
    .eleven-image,
    .twelve-image,
    .thirty-image,
    .fourteen-image,
    .fivetheen-image,
    .sixtheen-image,
    .seventeen-image,
    .eighteen-image,
    .ninetheen-image,
    .twenty-image,
    .twenty-one-image,
    .twenty-two-image,
    .twenty-three-image,
    .twenty-four-image,
    .twenty-five-image,
    .twenty-six-image{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .text-h1-third,
    .text-h1-fourth,
    .text-h1-fiveth,
    .text-h1-sixth,
    .text-h1-seventh,
    .text-h1-eight,
    .text-h1-nineth{
        font-size: 20px;
        text-align: center;
        width: 100%;
    }

    .video-card {
        width: 100%;
        height: auto;
    }
}