#gallery h1 {
    font-size: 48px;
    margin-bottom: 0;
    margin-top: 75px;
    margin-left: 35px;
}

#gallery h2 {
    font-size: 20px;
    opacity: 0.6;
    margin-top: 0;
    margin-left: 35px;
}




#gallery_container {
    width: 100%;
    display: flex;
}


#gallery_col1 {
    padding: 20px;
    width: 33%;
}

#gallery_col2 {
    padding: 20px;
    width: 33%;
}

#gallery_col3 {
    padding: 20px;
    width: 33%;
}

#gallery_container img {
    width: 100%;
    object-fit: cover;
    margin: 15px;
}

#gc1_1 {
    height: 411px;
}

#gc1_2 {
    height: 360px;
}

#gc1_3 {
    height: 681px;
}

#gc2_1 {
    height: 251px;
}

#gc2_2 {
    height: 300px;
}

#gc2_3 {
    height: 251px;
}

#gc2_4 {
    height: 411px;
}

#gc2_5 {
    height: 175px;
}

#gc3_1 {
    height: 342px;
}

#gc3_2 {
    height: 411px;
}

#gc3_3 {
    height: 300px;
}

#gc3_4 {
    height: 368px;
}