@media screen and (max-width: 1024px) and (min-width: 769px) {
    .on-tablet {
        display: flex;
    }
    .on-desktop {
        display: none;
    }
    .function-1 {
        margin-top: 100px;
        width: 95%;
    }
    .show-image {
        width: 100%;
        height: 100%;
    }
    .function-2 img {
        width: 95%;
    }
    .function-2 {
        height: 320px;
        margin-bottom: 50px;
    }
    .function-3 {
        width: 95%;
        margin-bottom: 50px;
    }
    .function-4 {
        width: 95%;
        margin-bottom: 50px;
        flex-direction: column;
    }
    .function-4 img {
        width: 60%;
        margin-left: 20%;
    }
    .function-4 .sec-1-show {
        width: 100%;
    }
    .function-4 .sec-2-show {
        width: 100%;
        text-align: center;
    }
    .function-5 .show-back {
        width: 95%;
    }
    .function-5 .main-title {
        font-size: 26px;
    }
    .function-5 .btn-5 {
        font-size: 16px;
    }
    .function-6 .sec-6-2 .btn-show {
        font-size: 18px !important;
    }
    .function-6 .show-back {
        width: 95%;
    }
    .function-6 .sec-6-2 .main-title {
        font-size: 28px;
    }
    .function-6 {
        margin-bottom: 50px;
    }
    .function-7 {
        margin-bottom: 50px;
    }
    .function-7 .show-back {
        width: 95%;
    }
    .function-8 .show-back {
        width: 95%;
    }
}
