*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.container_gallery{
    width: 100%;
    height: 100%;
    display: grid;
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    padding: 50px 8%;
    /* margin: 40px 20px 0 20px; */
}

.gallery{
        /* display: flex;
    flex-direction: row; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    /* grid-gap: 30px; */
}

.gallery .gallery_column img{
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    width: 100%;
}

.container_gallery .gallery_title{
    width: 50%;
    text-align: center;
    margin: 10px 20px 30px 20px;
}

.container_gallery .gallery_title h2{
    font-size: 2em;
    border-bottom: 2px solid #222;
}

.container_gallery .gallery_title h2 span{
    font-size: 1.3em;
    font-weight: bolder;
}

.u-section-1 .u-text-1 {
    margin-top: -1em;
    margin-left: 1em;
    font-size: 1.4em;
    font-weight: 200;
    text-align: left;
    margin-bottom: 2em;
}

.u-section-1 .u-btn-1 {
    background-image: none;
    border-style: none none solid;
    font-weight: 500;
    padding: 0;
}