.vitrina-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: currentColor;
}

.vitrina-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.b-page__center--new {
    padding: 0 !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.my-clue {
    vertical-align: text-top;
}

@media (max-width: 1919px) {
    .b-page__center--new {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media (max-width: 1024px) {
    .vitrina-icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    .vitrina-icon {
        width: 36px;
        height: 36px;
    }
}
