.custom-widget:first-child, .custom-widget:last-child {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
}
.custom-widget-info {
    display: flex;
    align-items: center;
}

.hidden {
    display: none;
}

button.custom-widget-more-button {
    padding: 0;
    border: 0px;
    background: var(--color3);
    display: block;
    position: relative;
}

button.custom-widget-more-button:after {
    content: '';
    position: absolute;
    display: block;
    background: #B8B599;
    height: 1px;
    width: 30px;
    top: 50%;
    right: -40px;
}

.custom-widget:hover .custom-widget-icon.custom-widget-image img {
    transform: scaleX(-1);
    text-align: center;
}

.custom-widget:hover .custom-widget-text {
    color: #000 !important;
}

@media (min-width: 768px) {
    .custom-widget-text {
        width: 123px;
    }
}