@media (max-width: 1024px) {
    body {
        font-family: Montserrat !important;
        margin: 0;
    }
    /* div{
    border-block-width: 1px;
    border-color: red;   
    border-style: solid; 
} */
    #theme_page a {
        text-decoration: none;
        color: #8C3B3B;
        font-family: Futura;
        cursor: pointer;
        /* font-weight: 600; */
    }
    #theme_page a:hover {
        color: white;
    }
    button {
        cursor: pointer;
    }
    #total_page {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #theme_page {
        height: 50vh;
        min-height: 350px;
        min-width: 768px;
        display: flex;
        flex-direction: column;
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.85)), url("../img/IMG_5882-5_3x.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }
    #theme_menu {
        height: 15%;
        display: flex;
        font-size: 2rem;
        flex-direction: row;
        text-align: center;
        line-height: 4;
    }
    #logo {
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    #logo img {
        padding-top: 8%;
        width: 50%;
        height: auto;
    }
    .menu {
        width: 15%;
        height: 100%;
    }
    #theme_content {
        height: 60%;
        text-align: left;
        line-height: 50vh;
    }
    #theme_word {
        color: #EDEEEF;
        font-family: Futura;
        font-size: 6rem;
        /* font-weight: 500; */
        padding-top: 7%;
        line-height: 1.2;
        padding-left: 3%;
    }
    #theme_button {
        height: 25%;
        padding-left: 3%;
        font-size: 3rem;
        font-family: Montserrat;
        font-weight: 500;
        display: flex;
        align-items: center;
        margin-bottom: 6%;
    }
    #theme_button img {
        height: 15%;
        width: 20%;
        vertical-align: middle
    }
    #inner_page_one {
        height: 100vh;
        display: flex;
        min-height: 700px;
        min-width: 768px;
        flex-direction: column;
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.85)), url("../img/Rectangle-67_2x.webp");
        background-size: cover;
    }
    #inner_page_one_title {
        height: 15%;
        font-family: Futura;
        color: #8C3B3B;
        font-size: 7rem;
        line-height: 3;
        margin: 0% 5%;
    }
    #inner_page_one_content_top {
        height: 10%;
        font-family: Montserrat;
        font-size: 2.5rem;
        color: #FFFFFF;
        margin: 0% 5%;
    }
    #inner_page_one_icon_top {
        height: 10%;
        display: flex;
        flex-direction: row;
        margin: 0% 5%;
    }
    .icon {
        width: 20%;
        padding: 0% 1%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon img {
        width: 70%;
        height: auto;
    }
    #inner_page_one_icon_bottom {
        height: 15%;
        display: flex;
        flex-direction: row;
        margin: 0% 5%;
    }
    #inner_page_one_content_bottom {
        height: 35%;
        margin-top: 5%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    #content_network {
        height: 100%;
        width: 33%;
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: #8C3B3B;
        padding: 0% 2%;
    }
    #content_newsletter {
        height: 100%;
        width: 33%;
        padding: 0% 2%;
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: #8C3B3B;
    }
    #content_publicity {
        height: 100%;
        width: 33%;
        padding: 0% 2%;
    }
    .title {
        height: 30%;
        font-family: Montserrat;
        font-size: 2.5rem;
        color: #8C3B3B;
        font-weight: 600;
        line-height: 6;
    }
    .content {
        height: 60%;
        font-family: Montserrat;
        font-size: 2rem;
        color: #FFFFFF;
        line-height: 1.5;
    }
    #inner_page_one_button {
        height: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #talk_button {
        background-color: transparent;
        border: 2px solid white;
        font-family: Montserrat;
        color: white;
        text-align: center;
        font-size: 2.5rem;
        font-weight: 600;
        padding: 0% 1%;
        width: 13%;
        height: 40%;
        border-radius: 33px;
    }
    #footer {
        height: 8vh;
        min-height: 50px;
        min-width: 768px;
        display: flex;
        font-family: Montserrat;
        font-size: 2rem;
        flex-direction: column;
        color: #7B7B7B;
        background-color: #323130;
        padding-top: 2%;
        padding-bottom: 2%;
        /* border: 1px solid #707070; */
    }
    #footer a {
        color: #7B7B7B;
        text-decoration: none;
    }
    #footer_menu {
        height: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .footer_menu_normal {
        padding: 0% 3%;
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: #7B7B7B;
    }
    .footer_menu_unnormal {
        padding: 0% 3%;
    }
    #footer_copyright {
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1025px) {
    body {
        font-family: Montserrat !important;
        margin: 0;
    }
    /* div {
        border-block-width: 1px;
        border-color: red;
        border-style: solid;
    } */
    #theme_page a {
        text-decoration: none;
        font-family: Futura;
        cursor: pointer;
        color: #8C3B3B;
        /* font-weight: 600; */
    }
    #theme_page a:hover {
        color: white;
    }
    button {
        cursor: pointer;
    }
    #total_page {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #theme_page {
        height: 100vh;
        min-height: 768px;
        min-width: 1024px;
        display: flex;
        flex-direction: column;
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.85)), url("../img/IMG_5882-5_3x.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }
    #theme_menu {
        height: 15%;
        display: flex;
        font-size: 2rem;
        flex-direction: row;
        text-align: center;
        line-height: 4;
    }
    #logo {
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    #logo img {
        padding-top: 8%;
        width: 70%;
        height: auto;
    }
    .menu {
        width: 15%;
        height: 100%;
    }
    #theme_content {
        height: 60%;
        text-align: left;
        line-height: 100vh;
    }
    #theme_word {
        color: #EDEEEF;
        font-family: Futura;
        font-size: 6rem;
        padding-top: 7%;
        line-height: 1.2;
        padding-left: 3%;
    }
    #theme_button {
        height: 25%;
        padding-left: 3%;
        font-size: 2rem;
        font-family: Montserrat;
        font-weight: 500;
        display: flex;
        align-items: center;
        margin-bottom: 4%;
    }
    #theme_button img {
        height: 15%;
        width: 20%;
        vertical-align: middle
    }
    #inner_page_one {
        height: 200vh;
        display: flex;
        min-width: 1024px;
        min-height: 1400px;
        flex-direction: column;
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.85)), url("../img/Rectangle-67_2x.webp");
        background-size: cover;
        border: 1px solid #707070;
    }
    #inner_page_one_title {
        height: 15%;
        font-family: Futura;
        color: #8C3B3B;
        font-size: 7rem;
        line-height: 3;
        margin: 0% 5%;
    }
    #inner_page_one_content_top {
        height: 10%;
        font-family: Montserrat;
        font-size: 2.5rem;
        color: #FFFFFF;
        margin: 0% 5%;
    }
    #inner_page_one_icon_top {
        height: 10%;
        display: flex;
        flex-direction: row;
        margin: 0% 5%;
    }
    .icon {
        width: 20%;
        padding: 0% 1%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon img {
        width: 70%;
        height: auto;
    }
    #inner_page_one_icon_bottom {
        height: 15%;
        display: flex;
        flex-direction: row;
        margin: 0% 5%;
    }
    #inner_page_one_content_bottom {
        height: 35%;
        margin-top: 5%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    #content_network {
        height: 100%;
        width: 33%;
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: #8C3B3B;
        padding: 0% 2%;
    }
    #content_newsletter {
        height: 100%;
        width: 33%;
        padding: 0% 2%;
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: #8C3B3B;
    }
    #content_publicity {
        height: 100%;
        width: 33%;
        padding: 0% 2%;
    }
    .title {
        height: 30%;
        font-family: Montserrat;
        font-size: 2.5rem;
        color: #8C3B3B;
        font-weight: 600;
        line-height: 6;
    }
    .content {
        height: 60%;
        font-family: Montserrat;
        font-size: 2rem;
        color: #FFFFFF;
        line-height: 1.5;
    }
    #inner_page_one_button {
        height: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #talk_button {
        background-color: transparent;
        border: 2px solid white;
        font-family: Montserrat;
        color: white;
        text-align: center;
        font-size: 2.5rem;
        font-weight: 600;
        padding: 0% 1%;
        width: 13%;
        height: 40%;
        border-radius: 33px;
    }
    #footer {
        height: 15vh;
        min-height: 105px;
        min-width: 1024px;
        display: flex;
        font-family: Montserrat;
        font-size: 2rem;
        flex-direction: column;
        color: #7B7B7B;
        background-color: #323130;
        padding-top: 2%;
        padding-bottom: 2%;
        /* border: 1px solid #707070; */
    }
    #footer a {
        color: #7B7B7B;
        text-decoration: none;
    }
    #footer_menu {
        height: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .footer_menu_normal {
        padding: 0% 3%;
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: #7B7B7B;
    }
    .footer_menu_unnormal {
        padding: 0% 3%;
    }
    #footer_copyright {
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}