#x2d2 {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 20px;
    justify-content: center;
    align-items: start;
}


.z1d70 {
    border: 2px solid var(--color-03);
    border-radius: 8px;
    padding: 15px 10px;
    margin: 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.2s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.z1d70:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.z1i11 {
    width: 100%;
    aspect-ratio: 1;
    /* height: fit-content;
    object-fit: cover; */
    border-radius: 4px;
}
.x1bt {
    border: 2px solid var(--color-03) !important;
}
.x1bt:hover {
    background-color: var(--color-04) !important;
}

.x2h31 {
    font-size: 19px;
    text-transform: uppercase;
    color: var(--color-03);
    margin-bottom: 0px;
    line-height: 1.2;
}

.z1d70 h4 {
    font-size: 12px;
    color: var(--color-04);
    margin-top: 0;
    margin-bottom: 5px !important;
    font-style: italic;
    min-height: 1em;
}

.x1s3 {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin-top: auto;
    padding-top: 3px;
    width: 100%;
    flex-direction: column;
}

.x1s4 {
    font-size: 20px;
    color:  var(--color-03);
    font-weight: bold;
}

.x1bt {
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.2s ease-in-out;
    border: 1px solid red;
    
    
}
.x1d2 {
    display: flex;
}

#x1bt1 {
    margin-right: 0; 
    width: 80px;
    color: var(--color-03);
}
.x1bt10 {
    border: 1px solid red;
}

/* responsive  */

@media (max-width: 992px) {
#x2d2 {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 750px) {
#x2d2 {
    padding: 20px 50px;
    grid-template-columns: repeat(2, 1fr);

}
}

@media (max-width: 620px) {
#x2d2 {
   padding: 20px 0px; 
}
}

@media (max-width: 550px) {
#x2d2 {
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    display: flex;
    flex-direction: column;
}
.z1d70 {
    width: 300px;
}

}





