@media (min-width: 768px) and (max-width: 1280px) {
    .mainDiv {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #container {
        width: 768px;
        height: 2492px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        /*border-color: aqua;
        border-style: solid;*/
        z-index: 3;

    }


    header {
        height: 120px;
        width: 768px;
    }

    #headerContainer {
        width: 100%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        /*border-color: chartreuse;
        border-style: solid;*/
        margin: 0;
        padding: 0;
        z-index: 1;
    }

    .HeadDiv {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 708px;
        height: 60px;
        /*border-color: crimson;
        border-style: solid;*/
    }

    .logoCozy {
        width: 200px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    h1 {
        width: 200px;
        height: 35px;
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 110%;
        display: flex;
        align-items: center;
        letter-spacing: 0.06em;
        color: #545454;
    }

    sub {
        /*width: 200px;*/
        height: 15px;
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;

        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.1em;
        color: #292929;

    }

    nav {
        width: 443px;
        height: 27px;
        display: flex;
        justify-content: flex-end;
        padding: 0px;
    }

    main {
        width: 768px;
    }

    .petsBlock {
        width: 100%;
        height: 1733px;
        background: #F6F6F6;
        /*display: flex;
        justify-content: center;
        align-items: center;*/
        /*border-color: blueviolet;
        border-style: solid;*/
        z-index: 2;

    }

    #patContant {
        width: 708px;
        height: 1603px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*border-color: blueviolet;
        border-style: solid;*/
    }

    h3 {
        width: 400px;
        height: 90px;
        font-family: 'Georgia';
        font-style: normal;
        font-weight: 400;
        font-size: 35px;
        line-height: 130%;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.06em;
        color: #545454;
    }

    .cardContainer {
        width: 580px;
        height: 1365px;
    }

    .subCardContainerOne {
        width: 580px;
        flex-wrap: wrap;
    }

    .subCardContainerTwo {
        width: 580px;
        flex-wrap: wrap;
    }

    #scarlet {
        overflow: hidden;
        display: none;
    }

    #freddie {
        overflow: hidden;
        display: none;
    }

    #footer {
        width: 768px;
        height: 639px;

    }

    .footContent {
        width: 300px;
        height: 609px;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}