.photo{
    border-top: 0.9375rem solid #fff;
    padding:5.81rem 0;
}
.photo__title{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 7.8rem;
    text-align: center;
    margin-bottom: 5.81rem;
}
.photo-link{
    /*font-size: 1.9rem;*/
    display: grid;
    place-items: center;
    border: 0.25rem solid white;
    border-radius: 5.625rem;
    padding: 1.75rem 4.75rem;
    max-width: max-content;
    width: 100%;
    font-weight: 700;
    font-size: clamp(1.4375rem, 1.00185643564375rem + 2.1782178218vw, 1.8125rem);
    margin: 0 auto;
}
.photo__gallery-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 27px;
    margin-bottom: 27px;
}

.photo__gallery-1 .photo__item-1 { grid-area: 1 / 1 / 2 / 2; }
.photo__gallery-1 .photo__item-2 { grid-area: 2 / 1 / 3 / 2; }
.photo__gallery-1 .photo__item-3 { grid-area: 3 / 1 / 4 / 2; }
.photo__gallery-1 .photo__item-4 { grid-area: 1 / 2 / 4 / 3; }
.photo__gallery-1 .photo__item-5 { grid-area: 1 / 3 / 2 / 4; }
.photo__gallery-1 .photo__item-6 { grid-area: 2 / 3 / 3 / 4; }
.photo__gallery-1 .photo__item-7 { grid-area: 3 / 3 / 4 / 4; }
.photo__item img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.photo__gallery-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 27px;
    margin-bottom: 5rem;
}

.photo__gallery-2 .photo__item-1 { grid-area: 1 / 1 / 2 / 3; }
.photo__gallery-2 .photo__item-2 { grid-area: 1 / 3 / 2 / 5; }
.photo__gallery-2 .photo__item-3 { grid-area: 2 / 1 / 3 / 2; }
.photo__gallery-2 .photo__item-4 { grid-area: 2 / 2 / 3 / 3; }
.photo__gallery-2 .photo__item-5 { grid-area: 2 / 3 / 3 / 4; }
.photo__gallery-2 .photo__item-6 { grid-area: 2 / 4 / 3 / 5; }

@media (min-width: 20em) and (max-width: 83.125em) {
   .photo__title{
       font-size: clamp( 2.5rem , 0.08415841584375rem  +  12.0792079208vw , 10.125rem );
    }
}
@media (max-width: 47.9988em) {
    .photo-link{
        /*font-size: clamp(1.4375rem, 1.00185643564375rem + 2.1782178218vw, 2.8125rem);*/
        padding: 1.125rem 1.875rem;
    }
}
