.service_wrap{
	width: 100%;
	background: #F4F3EE;
	padding-bottom: 66px;
}
.service_container{
	width: 1371px;
	margin: 0 auto;
}
.service_list{
    display: flex;
    width: 100%;
    flex-direction: row;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.service__item{
	height: 443px;
  	width: 322px;
  	position: relative;
  	margin-right: 27px;
  	margin-bottom: 20px;
}

.service__item.item_3 {
    width: 441px;
    margin-right: 24px;
}

.service__item.item_3:nth-child(3n){
    margin-right: 0;
}

.service__item:nth-child(4n){
    margin-right: 0;
}

.service__item-bg{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: 0.5s;
}

.service__item-button {
    position: absolute;
    bottom: 15px;
    display: flex;
    color: white;
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;
    font-family: 'rowl',Arial,sans-serif;
    line-height: 1.14;
    font-weight: 400;
    opacity: 0.6;
    justify-content: center;
    width: calc(100% - 20px);
    text-align: center;
    padding: 0px 10px;
    text-transform: uppercase;
    letter-spacing: -0.66px;
}

.service__item-button span {
    border: 1px solid #fff;
    padding: 5px 8px;
    border-radius: 40px 40px 40px 40px;
    transition: 0.5s;
}

.service__item:hover .service__item-button span {
  background: #fff;
  color: #000;
}
.service__item:hover .service__item-bg {
    transform: scale(1.03);   
}

.service__item-bg__mob{
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
}


.yButtonText{
    font-family: 'rowl',Arial,sans-serif !important;
}

.section_mob{
	width: 100%;
	float: left;
	background: #f4f3ee;
	padding-bottom: 30px;
	padding-top: 30px;
}
.section_mob_wrap{
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section_mob_wrap__item {
    color: #000000;
    font-size: 13px;
    font-family: 'rowl',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
    border: 1px solid #908f89;
    border-radius: 40px;
    padding: 5px 10px 7px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    letter-spacing: -0.66px;
}

.section_mob_wrap__item.active{
    color: #000;
    background: #cccbc2;
    border-color: #cccbc2;    
}


@media screen and (max-width: 1439px){
    .service_container{
        width: 960px;
    }
    .service__item{
        width: 300px;
        margin-bottom: 38px;
        margin-right: 30px;
    }
    .service__item.item_3 {
        width: 300px;
        margin-right: 30px;
    }
    
    .service__item.item_3:nth-child(3n){
        margin-right: 0;
    }
    .service_list{
        flex-wrap: wrap;
    }
    .service_wrap{
        padding-bottom: 147px;
    }
    .service__item:nth-child(3n){
        margin-right: 0;
    }
    .service__item:nth-child(4n){
        margin-right: 27px;
    }
}


@media screen and (max-width: 959px){
    .service_wrap{
        padding-bottom: 47px;
    }
    .service_container{
        width: 640px;
    }
    .service__item{
        width: 100%;
        height: 399px;
        margin-bottom: 50px;
        margin-right: 0;
    }
    .service__item:nth-child(4n){
        margin-right: 0;
    }
    .service__item.item_3 {
        width: 100%;
        height: 399px;
        margin-bottom: 50px;
        margin-right: 0;
    }
    
}

@media screen and (max-width: 639px){
    .service_wrap{
        padding-bottom: 37px;
    }
    .service_container{
        width: 480px;
    }
    .service__item{
        width: 100%;
        height: 299px;
        margin-bottom: 40px;
        margin-right: 0;
    }
    .service__item.item_3{
        width: 100%;
        height: 299px;
        margin-bottom: 40px;
        margin-right: 0;
    }
    .service__item-button{
        justify-content: left;
        text-align: center;
        bottom: 13px;
        left: 11px;
        padding: 0;
    }
    .service__item-bg{
        display: none;
    }
    .service__item-bg__mob{
        display: block;
    }
    .section_mob_wrap{
        
    }
    
    
    .yButtonText{
        font-family: 'rowl',Arial,sans-serif !important;
        letter-spacing: 0 !important;
        line-height: 15px !important;
    }
}

@media screen and (max-width: 479px){
    .service_wrap{
        padding-bottom: 26px;
    }
    .service_container{
        width: 350px;
    }
    .service__item{
        width: 100%;
        height: 218px;
        margin-bottom: 24px;
    }
    .service__item.item_3{
        width: 100%;
        height: 218px;
        margin-bottom: 24px;
    }
    
}
@media screen and (max-width: 389px){
    .service_wrap{
        padding-bottom: 24px;
    }
    .service_container{
        width: 300px;
    }
    .service__item{
        width: 100%;
        height: 218px;
        margin-bottom: 20px;
    }
    .service__item.item_3{
        width: 100%;
        height: 218px;
        margin-bottom: 20px;
    }
    .service__item-button{
       justify-content: center; 
    }
    
}