@media (max-width:1440px) {
    .home-header{
        padding-bottom: 230px;
    }
}
@media (max-width:1024px) {
    .home-header{
        padding-bottom: 60px;
    }
    .anniversaries-photos{
        justify-content: space-evenly;
    }
    .header-bottom_h1{
        margin-bottom: 100px;
    }
    .header-bottom_subtitle{
        font-size: 55px;
    margin-bottom: 150px;
    }
    .button{
        margin: 0;
    }
    .vertical-img:nth-child(17) {
        max-width: 500px;
    }
    .horizontal-img{
        max-width: 900px !important;
    }
    .container{
        padding: 0 62px;
    }
}
@media (max-width:768px) {
    .header-bottom_h1{
        margin-bottom: 50px;
        font-size: 13px;
        max-width: 215px;
    }
    .header-bottom_subtitle{
        font-size: 40px;
    margin-bottom: 100px;
    }
    .button{
        margin: 0;
    }
    .home-header {
        padding-bottom: 45px;
    }
    .nav__list {
        max-width: 500px;
    }
    .nav__list-link {
        font-size: 16px;
    }
    .images-img {
        max-width: 20%;
    }
    .images-img:nth-child(n+11){
        display: none;
    }
    .navigation-item{
        padding: 30px 0px;
    }
    .nav-title{
        font-size: 15px;
        text-align: center;
        
    }
    .navigation-link {
        
        text-align: center;
        
    }
    .nav{
        padding: 20px 0;
    }
    .history-img{
        max-height: 200px;
        margin-right: 10px;
    }
    .history-img-2{
        max-height: 200px;
        margin-left: 10px;
    }
    .history-text{
        font-size: 15px;
    }
    
    .horizontal-img{
        max-width: 740px !important;
    }
    /* .vertical-img{
        max-width: 360px !important;
    } */
    .container{
        padding: 0 15px;
    }
}
@media (max-width:425px) {
    .images-img:nth-child(n+7){
        display: none;
    } 
    .images-img{
        max-width: 33.3%;
    } 
    .header-bottom{
        display: none;
    }
    .home-header{
        padding-bottom: 0;
    }
    .navigation-section{
        display: none;
    }
    .nav{
        flex-direction: column;
    }
    .nav__list{
        flex-direction: column;
        max-width: 130px;
    }
    .nav__list-link{
        padding: 10px 0;
        
    }
    .title{
        font-size: 30px;
        text-align: center;
    }

    .images .container {
        padding: 0 5px;
    }
    
    .horizontal-img {
        max-width: 400px !important;
    }
    
    .vertical-img{
        max-width: 400px !important;
    }
    .history-img-2{
        display: none;
    }
}
@media (max-width:375px) {
    .horizontal-img {
        max-width: 365px !important;
    }
    
    .vertical-img{
        max-width: 365px !important;
    }
}
@media (max-width:320px) {
    .horizontal-img {
        max-width: 310px !important;
    }
    
    .vertical-img{
        max-width: 310px !important;
    }
}