/*  */
.app{padding-top:134px}
@media(max-width:500px){
   .app{padding-top:104px}
}







.tm_bl1{
   position: relative;
   width: 100%;
   margin-bottom: 30px;
   background: var(--wh);
   display: flex;
   justify-content: space-between;
   margin-top: 1.8em;
   padding: 2.5em 4em 2.5em 3.4em;
   border-radius: 30px;
   -webkit-box-shadow: 4px 10px 84px rgb(0 0 0 / 4%);
   box-shadow: 4px 10px 84px rgb(0 0 0 / 4%);
}
@media(max-width:500px){
	.tm_bl1{
      flex-direction: column;
      padding: 30px;
   }
}

.tm_bl1_l{
   position: relative;
   width: 60%;
}
@media(max-width:500px){
	.tm_bl1_l{
      width: 100%;
   }
}

.head_c{
   text-align: left;
   padding-top: 0;
   padding-bottom: 20px;
}
.head_c h1{font-size:38px}

.tm_bl1_lp{
   position: relative;
   width: 100%;
   font-size: 16px;
}
.tm_bl1_lp p{
   font-size: 1.125em;
   line-height: 1.445;
   margin-bottom: 20px;
}






/*  */
.services{
   position: relative;
   width: 100%;
}
.services_t{
   position: relative;
   width: 100%;
}


/*  */
.team_tc{
   position: relative;
   width: 100%;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
@media(max-width:500px){
	.team_tc{
      grid-template-columns: repeat(1, 1fr);
   }
}

.team_ti{
   position: relative;
   width: 100%;
   overflow: hidden;   
   background: var(--wh);
   border-radius: 14px;
   background: #fff;
   -webkit-box-shadow: 4px 10px 84px rgb(0 0 0 / 4%);
   box-shadow: 4px 10px 84px rgb(0 0 0 / 4%);
}
.case_tib{
   position: relative;
   width: 100%;
   height: auto;
   padding-bottom: 100%;
   border-radius: 14px 14px 0 0;
   overflow: hidden;
   background-color: var(--wh);
   background-position: center center;
   background-size: 100% auto;
   background-repeat: no-repeat;
}


.case_tic{
   position: relative;
   width: 100%;
   padding: 25px 30px;
   text-align: center;
}
.case_tic div{
   font-weight: 500;
   margin-bottom: 8px;
   font-size: 18px;
   line-height: 1.238;
}
.case_tic p{
   color: #c8c8c8;
   font-size: 14px;
   line-height: 1.21;
}


