.section .wrap {
    width: 1356px;
    margin: 174px auto 0;
}

.section .wrap .title {
    text-align: center;
    font-size: 58px;
    font-family: Roboto b;
    font-weight: 500;
    color: #262626;
    margin: 0 0 77px 0;
    height: 70px;
    overflow: hidden;
}

.section .wrap .content {
    display: flex;
    justify-content: space-between;
    height: 445px;
}

.section .wrap .content a {
    width: 672px;
    height: 100%;
    position: relative;
}

.section .wrap .content a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #507D6B;
    opacity: 0;
    transition: 1s;
}

.section .wrap .content a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: 1s;
}

.section .wrap .content a img {
    width: 100%;
    height: 100%;
}

.section .wrap .content a .more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 30px;
    width: fit-content;
    height: 53px;
    border: 1px solid #FFFFFF;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 1;
}

.section .wrap .content a.on:after {
    opacity: 0.8;
}

.section .wrap .content a:hover:after {
    opacity: 0.8;
}

.section2 .wrap {
    width: 1356px;
    margin: 50px auto 116px;
}

.section2 .wrap .classification {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2 .wrap .classification a {
    padding: 0 20px;
    height: 36px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(13, 13, 13, 1);
    transition: 0.7s;
}

.section2 .wrap .classification a:not(:last-child) {
    margin: 0 7px 0 0;
}

.section2 .wrap .classification a.on, .section2 .wrap .classification a:hover {
    background: #507D6B;
    color: #FFFFFF;
}

.section2 .title {
    font-size: 36px;
    font-family: Roboto;
    font-weight: 500;
    color: #262626;
    text-align: center;
    margin: 51px 0 49px 0;
}

.section2 .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 48px 24px;
}

.section2 .content a {
    width: 321px;
    display: block;
}

.section2 .content a .images {
    height: 336px;
    background: #F4F3EF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section2 .content a .images .big {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}

.section2 .content a .images img {
    max-width: 100%;
    max-height: 100%;
    transition: 0.7s;
}

.section2 .content a .text {
    text-align: center;
    margin: 26px 0 0 0;
}

.section2 .content a .text span {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: #0D0D0D;
    display: block;
    margin: 0 0 10px 0;
    transition: 0.7s;
}

.section2 .content a .text p {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #BDBDBD;
    transition: 0.7s;
}

.section2 .content a .images .small {
    transition-delay: 0.5s;
}

.section2 .content a:hover .images .small {
    transform: scale(0);
    opacity: 0;
    transition-delay: unset;
}

.section2 .content a:hover .images .big {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition-delay: 0.5s;
}

.section2 .content a:hover .text span, .section2 .content a:hover .text p {
    opacity: 0.5;
}


@media screen and (max-width: 1900px) {
    .section .wrap,.section2 .wrap{
        max-width: 90%;
    }
    .section .wrap .content a{
        width: 49.4%;
    }
    .section2 .wrap .classification a{
        text-align: center;
    }

}
@media screen and (max-width: 1600px) {
    .section2 .content a .images{
        /*height: 17.5vw;*/
        height: auto;
    }
    .section2 .content a{
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .section .wrap{
        max-width: 90%;
        margin: 100px auto 0;
    }
    .section .wrap .title{
        font-size: 28px;
        margin: 0 0 26px 0;
    }
    .section .wrap .content{
        flex-direction: column;
    }
    .section .wrap .content a{
        width: 100%;
        margin: 0 0 15px 0;
    }
    .section .wrap .content a .more{
        font-size: 13px;
    }
    .section2 .wrap{
        max-width: 90%;
        margin: 43px auto 60px;
    }
    .section2 .wrap .classification{
        flex-wrap: wrap;
    }
    .section2 .wrap .classification a{
        width: 47%;
        text-align: center;
        margin: 0 0 10px 0!important;
        height: 45px;
        font-size: 12px;
        border-radius: 27px;
    }
    .section2 .title{
        font-size: 28px;
    }
    .section2 .content{
        grid-template-columns: repeat(1, 1fr);
    }
    .section2 .content a .images{
        height: auto;
    }
}