.desk551 {
    padding: 4px 16px;
}

.desk552 {
    margin: 0 32px;
    padding: 0 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px Solid #ededed;
}

.desk553 {
    font-size: 35px;
}

.desk553 p {
    font-family: "DM Serif Display", serif;
}

.desk79 {
    background-color: #fff;
    padding: 4px 16px;
}

.desk80 {
    margin: 16px 32px;
    display: flex;
}

.desk81 {
    display: flex;
    width: 225px;
    position: relative;
    align-items: center;
}

.desk84 {
    position: absolute;
    right: 0;
}

.desk84 button {
    background-color: #808080;
    border-radius: 44px;
    color: #fff;
    border: 0;
    padding: 4px 25px;
    cursor: pointer;
}

.desk84 button:hover {
    background-color: #25596E;
}

.desk82 {
    display: flex;
    position: relative;
    padding-left: 32px;
    align-items: center;
    width: 85%;
}

.desk86 {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.desk88 img {
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.desk89 {
    margin-top: 25px;
    width: 225px;
    position: relative;
}

.desk90 {
    display: flex;
}

.desk91 {
    align-items: center;
}

.desk92 {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
}

.desk94 {
    display: flex;
    margin: 20px 0 0 20px;
    align-items: center;
    font-size: 13px;
    position: relative;
}

.desk95 input {
    height: 15px;
    width: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.desk97 {
    position: absolute;
    right: 0;
}

.desk98 {
    margin-top: 10px;
}

.desk99 {
    margin: 16px 16px;
    width: 225px;
}


.desk100 {
    display: flex;
    margin: 0 32px;  
}

.desk102 {
    width: 100%; /* Parent container's width depends on the viewport or another container */
    height: auto;
}

.desk115 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    width: 100%;
    height: 100%;
    margin: 15px 0;
}

.desk115 a {
    text-decoration: none;
    color: #000;
    margin: 0 auto;
    width: 100%
}

.desk103 {
    padding: 0;
    border: 1px solid #ededed;
    border-radius: 5px;
}

.desk104 {
    background-color: #808080;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    object-fit: cover;
    overflow: hidden;
}

.desk104 img{
    width: 100%; /* The image will take up 100% of the container's width */
    height: auto; /* Keeps the aspect ratio intact */
    display: block;

}

.desk111 {
    display: flex;
    background-color: #fff;
    position: absolute;
    left: 5px;
    bottom: 5px;
    padding: 2px 8px;
    border-radius: 3px;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}

.desk111 img{
    height: 12px;
    width: 12px;
    margin: 0 5px;
}

.desk114 {
    color: #DC3545;
    font-weight: lighter;
    margin-left: 5px;
}

.desk105 {
    padding: 0 0 10px 10px;
}

.desk107 {
    font-size: 12px;
    font-weight: bold;
}

.desk108 p {
    width: 200px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px
}

.desk109 {
    display: flex;
    align-items: center;
}

.desk110 {
    font-size: 15px;
    font-weight: bold;
    color: #25596E
}

.desk112 {
    margin-left: 10px;
    font-size: 12px;
}

.desk113 {
    margin-left: 5px;
    color: #DC3545;
    font-size: 12px;
}



/* screen size define */

@media (min-width: 321px) and (max-width: 480px) {
    .desk79 {
        padding: 0;
        margin: 0 18px;
    }
    
    .desk100 {
        margin: 18px 0;
    }
    
    .desk103 {
        padding: 0;
    }
    
    .desk104 {
        width: auto;
    }
    
    .desk105 {
        padding: 0 0 5px 5px;
    }
    
    .desk107 {
        font-size: 10px;
    }
    
    .desk108 {
        width: auto;
    }
    
    .desk108 p {
        width: 125px;
        font-size: 12px;
        padding-bottom: 1px;
        margin-bottom: 1px;
    }
    
    .desk109 {
       display: grid;
       grid-template-columns: repeat(2, 1fr);
       grid-template-rows: auto; 
    }
    
    .desk110 {
        font-size: 14px;
    }
    
    .desk111 {
        font-size: 8px;
        padding: 2px 4px;
    }
    
    .desk111 img {
        width: 8px;
        height: 8px;
    }
    
    .desk112 {
        margin: 0;
    }
    
    .desk113 {
        font-size: 10px;
        margin: 0;
    }
    
    .desk115 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 4px;
    }

    .desk551 {
        padding: 0;
        margin: 0 18px;
    }

    .desk552 {
        margin: 0;
    }

    .desk553 {
    font-size: 25px;
    }
}

/*
@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)
*/