.boxInfoMain
{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

.boxInfoMain .boxIcon
{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: white;
    padding: 12px;
}

.boxInfoMain .boxIcon.smaller
{
    width: 35px;
    height: 35px;
    padding: 8px;
}

.boxInfoMain .boxIcon svg
{
    width: auto;
    max-height: 50px;
}
.boxInfoMain .boxIcon svg path
{
    fill: var(--primary-website-color);
}

.boxInfoMain .boxTesti
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 8px;
}
.boxInfoMain .boxTesti .titolo
{
    color: var(--primary-website-color);
}
.boxInfoMain .boxTesti .titolo.mainTextWebsite:not(.smaller) strong
{
    font-weight: 700 !important;
}
.boxInfoMain .boxTesti .testo
{
    color: var(--text-website-color);
}

.widgetBoxInfoMain .mainButtonWebsite.simple
{
    background-color:  transparent;
    border: 0;
    padding: 0;
    text-align: left;
    color: var(--primary-website-color);
}
.widgetBoxInfoMain .mainButtonWebsite.simple svg path
{
   fill: var(--primary-website-color);
}

.widgetBoxInfoMain .mainButtonWebsite.simple:hover
{
    color: var(--accent-website-color);
}
.widgetBoxInfoMain .mainButtonWebsite.simple:hover svg path
{
   fill: var(--accent-website-color);
}