.section .wrap {
    margin: 175px auto 5px;
}

.section .wrap .title {
    text-align: center;
    margin: 0 0 50px 0;
    min-height: 418px;
}
.section .wrap .title .list{
    display: none;
}
.section .wrap .title .list.on{
    display: block;
}
.section .wrap .title span {
    font-size: 58px;
    font-family: Roboto b;
    font-weight: 500;
    color: #262626;
    display: block;
    margin: 0 0 89px 0;
}

.section .wrap .content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    width: fit-content;
    margin: auto;
}

.section .wrap .content .item {
    width: 424px;
    height: auto;
    padding: 39px 28px 25px 28px;
    transition: 0.6s;
    cursor: pointer;
}
.section .wrap .content .item.on{
    background: #FCFCFC;
}
.section .wrap .content .item:nth-child(2) {
    width: 492px;
}

.section .wrap .content .item .line {
    height: 10px;
    background: #F3C124;
    position: relative;
    transition: 0.6s;
    clip-path: polygon(0 0, calc(100% - 10px) 0,100% 5px,calc(100% - 10px) 10px,0 10px)
}

.section .wrap .content .item .line:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid rgba(243, 193, 36, 1);
    transition: 0.6s;
    display: none;
}

/*rgba(243, 193, 36, 1)  rgb(232, 99, 24) rgba(112, 186, 65, 1) rgba(72, 68, 145, 1)*/
.section .wrap .content .item.on_1 .line{
    background: rgba(243, 193, 36, 1);
}
.section .wrap .content .item.on_1 .line:after{
    border-left: 10px solid rgba(243, 193, 36, 1);
}

.section .wrap .content .item.on_2 .line{
    background: rgb(232, 99, 24);
}
.section .wrap .content .item.on_2 .line:after{
    border-left: 10px solid rgb(232, 99, 24);
}

.section .wrap .content .item.on_3 .line{
    background: rgba(112, 186, 65, 1);
}
.section .wrap .content .item.on_3 .line:after{
    border-left: 10px solid rgba(112, 186, 65, 1);
}

.section .wrap .content .item.on_4 .line{
    background: rgba(72, 68, 145, 1);
}
.section .wrap .content .item.on_4 .line:after{
    border-left: 10px solid rgba(72, 68, 145, 1);
}
.section .wrap .content .item.on_5 .line{
    background: #95ceb0;
}
.section .wrap .content .item.on_5 .line:after{
    border-left: 10px solid #95ceb0;
}
.section .wrap .content .item .text {
    margin: 28px 0 0 0;
}

.section .wrap .content .item .text span {
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: #323232;
    display: block;
    margin: 0 0 27px 0;
}

.section .wrap .content .item .text p {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #7F7F7F;
    line-height: 25px;
}

.section2 {
    background: #FCFCFC;
}

.section2 .wrap {
    width: 1340px;
    max-width: 90%;
    margin: 104px auto 181px;
}

.section2 .wrap .title {
    font-size: 28px;
    font-family: Roboto;
    font-weight: bold;
    color: #323232;
    text-align: center;
    margin: 0 0 70px 0;
}

.section2 .wrap .content .con_list{
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 51px 28px;
    display: none;
}
.section2 .wrap .content .con_list.on{
    display: grid;
}

.section2 .wrap .content .item {
    width: 428px;
}

.section2 .wrap .content .item .images {
    height: 276px;
    overflow: hidden;
}

.section2 .wrap .content .item .images img {
    width: 100%;
    height: 100%;
}

.section2 .wrap .content .item .text {
    margin: 18px 0 0 11px;
    display: flex;
    align-items: center;
}

.section2 .wrap .content .item .text div {
    width: 8px;
    height: 8px;
    background: #517D6C;
    border-radius: 50%;
    margin: 0 9px 0 0;
}

.section2 .wrap .content .item .text p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #323232;
}

@media screen and (max-width: 1900px) {
    .section .wrap{
        max-width: 90%;
    }
}
@media screen and (max-width: 1660px) {
    .section .wrap .content .item{
        width: 100%;
    }
    .section2 .wrap .content .item{
        width: 100%;
    }
}
@media screen and (max-width: 1410px) {
    .section .wrap .title span{
        font-size: 40px;
    }
}
@media screen and (max-width: 1366px) {
    .section .wrap .content{
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width: 1023px) {
    .section .wrap{
        max-width: 90%;
    }
    .section .wrap .title span{
        font-size: 28px;
        margin: 0 0 46px 0;
    }
    .section .wrap .title{
        min-height: auto;
    }
    .section .wrap {
        margin: 116px auto 5px;
    }
    img{
        max-width: 100%;
    }
    .section .wrap .content{
        width: 100% ;
        display: block;
    }
    .section .wrap .content .item{
        width: 100%!important;
        padding: 5%;
    }
    .section2 .wrap {
        max-width: 90%;
        margin: 44px auto 50px;
    }
    .section2 .wrap .content .con_list{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px 0;
    }
    .section2 .wrap .content .item{
        width: 100%;
    }
    .section2 .wrap .content .item .images{
        height: auto;
    }
    .section2 .wrap .content .item .text p{
        font-size: 16px;
    }
}