.text-with-image-full-width-widget  .text-with-image-full-width-wrapper .content .title{
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-size: 48px;
    margin: 0;
    max-width: 560px;
    color: black;
}
.text-with-image-full-width-widget  .text-with-image-full-width-wrapper .content .description{
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #292929;
    line-height: 150%;
    margin: 0;
    max-width: 560px;
}
.text-with-image-full-width-widget  .text-with-image-full-width-wrapper .content .text-with-image-full-width-button{
    color: #414651;
    font-weight: 800;
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    padding: 12px 18px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #D5D7DA;
    max-width: 200px;
    text-align: center;
}
.text-with-image-full-width-widget  .text-with-image-full-width-wrapper .content {
    display: flex;
    flex-direction: column;
    gap: 34px;
    width: 50%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.text-with-image-full-width-widget  .text-with-image-full-width-wrapper{
    display: flex;
    align-items: center;
    gap: 80px;
}
.text-with-image-full-width-widget  .text-with-image-full-width-wrapper .image {
    width: 50%;
    display: flex;
    overflow: hidden;
    height: 586px;
    position: absolute;
    right: 0;
}
.text-with-image-full-width-widget  .text-with-image-full-width-wrapper .image img{
    transform: scale(1.2);
    


}
.text-with-image-full-width-widget{
    position: relative;
    overflow: hidden;
}
.text-with-image-full-width-widget.left .text-with-image-full-width-wrapper{
    flex-direction: row-reverse;
}
.text-with-image-full-width-widget.left .text-with-image-full-width-wrapper .image {
    right: auto;
    left: 0;
}
@media screen and (max-width:767px){
    .text-with-image-full-width-widget  .text-with-image-full-width-wrapper .content .title{
        font-size: 32px;
    }
    .text-with-image-full-width-widget  .text-with-image-full-width-wrapper .content .description{
        font-size: 12px;
    }
    .text-with-image-full-width-widget  .text-with-image-full-width-wrapper .content .text-with-image-full-width-button{
        font-size: 14px;
    }
    .text-with-image-full-width-widget .text-with-image-full-width-wrapper{
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .text-with-image-full-width-widget .text-with-image-full-width-wrapper .image{
        max-height: 375px;
        position: relative;
        width: 100%;
    }
    .text-with-image-full-width-widget .text-with-image-full-width-wrapper .content {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-with-image-full-width-widget .text-with-image-full-width-wrapper .image img{
        width: 100%;
    }
    

    
}