.desk162 {
    width: 100%;
    padding: 4px 16px;
}

.desk163 {
    margin: 16px 32px;
}

.desk164 {
    margin-top: 16px;
    width: 100%;
}

.desk165 {
    align-items: center;
    font-weight: bold;
    font-size: 25px;
    width: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-color);
    color: var(--primary-color);
}

.desk167 {
    margin-top: 16px;
    padding: 16px 0;
    background-color: var(--background-color);
    border-radius: 10px;
}

.desk168_1 {
    margin: 15px 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.desk168_2 {
    display: initial;
    margin-left: 25px;
}

.desk168_3 {
    margin: 10px;
    width: auto;
    padding-bottom: 15px;
    border-bottom: 1.5px dashed var(--secondary-color);
}

.desk168 {
    display: flex;
    width: 50%;
}

.desk169 img {
    width: auto; /* The image will take up 100% of the container's width */
    height: 100px; /* Keeps the aspect ratio intact */
    display: block;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
}

.desk170 {
    margin-left: 10px;
    font-size: 14px;
}

.desk170 {
    display: flex;
}

.desk171 {
    width: 350px;
}

.desk171_1 {
    width: auto;
    font-size: 14px;
}

.desk171 button {
    border: none;
    padding: 5px 15px;
    border-radius: 10px;
    background-color: var(--secondary-color);
    color: var(--fifth-color);
    cursor: pointer;
}

.desk171_2 button {
    background-color: var(--forth-color);
}

.desk171_3 b {
    color: var(--secondary-color);
}

.desk171 button a {
    text-decoration: none;
    color: #000;
    color: #ffffff;
}

.desk175 {
    display: flex;
    width: 100%;
    justify-content: center;
}

.desk168_2 {
    margin: 0;
    width: auto;
}

.desk174 {
    margin: 0 15px;    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px dashed var(--secondary-color);
    border-radius: 10px;
}

.desk173 {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desk173 img {
    height: 300px;
    width: 300px;
}

.desk172 {
    width: 40%;
    display: flex;
    justify-content: center;
    font-size: 25px;
}

.desk172_1 {
    width: 20%;
}

.desk172 p {
    margin: 0 50px;
    text-align: center;
    font-family: "DM Serif Display", serif;
}



/* Screen Size Define */

@media (min-width: 321px) and (max-width: 480px) {
    .desk162 {
        padding: 0;
        width: auto;
        margin-bottom: 25px;
    }
    
    .desk163 {
        margin: 0 18px;
    }
    
    .desk167 {
        border-bottom: 1px solid #ededed;
        padding: 5px 0 10px 0;
    }
    
    .desk168 {
        width: auto;
        margin: 5px 0;
    }

    .desk168_1 {
        margin: 0 0 0 10px;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .desk168_3 {
        border-bottom: 2px dashed #25596E;
    }
    
    .desk169 {
        display: flex;
        justify-content: center;
    }
    
    .desk170 {
        font-size: 12px;
    }

    .desk170_1 {
        display: flex;
        width: auto;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .desk171 {
        width: auto;
        margin: 5px 10px;
    }
    
    .desk171 button {
        border: 1px solid #000;
        border-radius: 10px;
    }
    
    .desk172 {
        padding-bottom: 9px;
        margin-bottom: 9px;
        border-bottom: 1px solid #ededed;
    }

    .desk174 {
        flex-direction: column;
    }

    .desk173 {
        width: auto;
    }

    .desk173 img {
        width: 250px;
        height: 250px;
    }

    .desk172 {
        width: auto;
    }

}

/*
@media (max-width: 320px)
@media (min-width: 321px) and (max-width: 480px)
@media (min-width: 481px) and (max-width: 600px)
@media (min-width: 601px) and (max-width: 900px)
@media (min-width: 901px) and (max-width: 1200px)
@media (min-width: 1201px) and (max-width: 1800px)
@media (min-width: 1801px)
*/