.widget-gallery.template-2{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-gallery.template-2 .widget-header{
    display: flex;
    flex-direction: column;
    gap: 1.8em;
}
.widget-gallery.template-2 .widget-header .widget-title{
    font-size: 1.2em;
    font-weight: 700;
    line-height: 128%;
    color: #000000;
}
.widget-gallery.template-2 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 128%;
    color: #000;
}
.widget-gallery.template-2 .widget-header .widget-description a{
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.widget-gallery.template-2 .widget-header .widget-description p{
    margin-bottom: .85em;
}
.widget-gallery.template-2 .widget-header .widget-description p:last-child{
    margin-bottom: 0;
}
.widget-gallery.template-2 .widget-header + .widget-content{
    margin-top: clamp(24px, 6vw, 50px);
}
.widget-gallery.template-2 .widget-pictures{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.widget-gallery.template-2 .widget-picture{
    max-width: 68%;
    margin-top: -76px;
}
.widget-gallery.template-2 .widget-picture:first-child{
    margin-top: 0;
}
.widget-gallery.template-2 .widget-picture:nth-child(even){
    margin-left: auto;
}
.widget-gallery.template-2 .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: drop-shadow(0 4px 9px rgba(204, 204, 204, 0.25));
}

@media all and (max-width: 800px) {
    .widget-gallery.template-2{
        font-size: clamp(16px, 2.8vw, 18px);
    }
    .widget-gallery.template-2 .widget-header{
        gap: 1.4em;
    }
    .widget-documentation.template-2 .widget-header .widget-title br{
        display: none;
    }
}
@media all and (max-width: 600px) {
    .widget-gallery.template-2 .widget-header{
        gap: .8em;
    }
    .widget-gallery.template-2 .widget-header .widget-title {
        font-size: 1.2em;
    }
    .widget-gallery.template-2 .widget-picture{
        margin-top: 20px;
        max-width: 100%;
    }
}
