.BodyCenter416852085 .image-animation {
    height: 80px;
}
.BodyCenter417076992 .image-animation {
    height: 200px;
    object-fit: cover;
}

.gycs-grid {
    gap: 12px;
    max-width: 1200px;
    width: 100%;
    display: grid;
    padding: 20px 36px;
    grid-template-columns: repeat(4, 1fr);
}

.hz-icon {
    max-width: 288px;
    width: 30%;
    padding:12px;
    height:fit-content;
}

@media screen and (max-width: 1024px) {
    .gycs-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .BodyCenter416852117 .image-animation ,
    .BodyCenter416852085 .image-animation {
        display: none;
    }
    .gycs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}