/***
Gruppo imac Widget Titolo e Testo CSS
***/

.elementor-widget.elementor-widget-box-destra {
    margin-bottom: 0px;
}

.box-destra{
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inside-box-destra{
    display: flex;
    flex: 1;
}

.image-box-destra{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.text-box-destra{
    font-size: 14px;
}

/*.image-box-destra img{
    width: fit-content;
    height: fit-content;
}*/

.title-box-destra{
    margin-bottom: 20px;
}

.first-row{
    display: flex;
}

.texts-box-destra{
    margin-top: 50px;
    margin-left: 50px;
    max-width: 50%;
}

.button-box-destra{
    position: absolute;
    right: 50px;
    bottom: 40px;
}

.text-box-destra p{
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

.box-destra .logo_pulsante .elementor-button-icon {
    background: #fff;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}

.box-destra .logo_pulsante .elementor-button-icon svg {
    width: 19px !important;
}


@media screen and (max-width: 1200px){
    .first-row{
        flex-direction: column;
    }

    .texts-box-destra{
        max-width: 100%;
        margin-right: 29.5px;
    }

    .image-box-destra img{
        max-height: 235px;
        margin-left: 25px;
    }
}

@media screen and (max-width: 769px){
.box-destra {
    height: 400px !important;
    max-height: 400px !important;
    min-height: 400px !important;
}

.texts-box-destra{
    margin-top: 30px;
    margin-left: 25px;
}

.image-box-destra img {
    max-height: 180px;
}
.text-box-destra p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
}
}
