.page-photos .section-sharing .column:first-of-type {
    margin-bottom: 75px;
    padding-top: 77px
}

@media only screen and (max-width: 1068px) {
    .page-photos .section-sharing .column:first-of-type {
        margin-bottom: 28px;
        padding-left: 0;
        padding-top: 128px;
    }
}

@media only screen and (max-width: 735px) {
    .page-photos .section-sharing .column:first-of-type {
        margin-bottom: 35px;
        padding-top: 0
    }
}