#header{background: #0E0C3A;color: #fff;text-align: center;padding: 0 12.1rem 6.1rem;}
#header h1{line-height: 110%;margin: 1.6rem 0;}
#header .pre{font-size: .9rem;margin-top: 3.1rem;}
#services{padding: 4.6rem 0 6.1rem;}
#services .inner{display: flex;flex-wrap: wrap;justify-content: space-between;width: 71.8rem;margin: auto;}
#services .item{width: 31.85%;padding:  1.6rem;margin-bottom: 1.6rem;text-align: center;color: #070762;border-radius: .2rem;border: .075rem solid  #4D8FF7;}
#services .item img{height: 3.75rem;}
#services .item .icon{margin-bottom: 1.6rem;}
#services .item .title{font-size: 1.2rem;font-weight: 700;height: 2em;line-height: 120%;text-transform: uppercase;margin: 0;}
#services .item .text{font-size: .9rem;line-height: 135%;margin-top: 1em;margin-bottom: 1.6rem;height: 2.8rem;}
#services .item .link a{font-size: .7rem;color: #070762;line-height: 120%;}
#services .item .link a:after{content:'';display: inline-block;width: .6rem;height: .6rem;background: url(../media/services/arrow.png) no-repeat;background-size: contain;background-position: center;margin-left: .5rem;vertical-align: middle;}
.gstart{margin-top: 1.5rem;}
@media(max-width:1000px){
    #services .inner{flex-direction: column;width: 90%;margin: auto;}
    #services{padding: 3.1rem 0;}
    #header{padding: 0 1.1rem 3.1rem;}
    #header h1{margin: 1.8rem 0 .95rem;}
    #services .item{width: 100%;padding: 1.1rem;}
    #header .pre{font-size: 1rem;margin-top: 1.9rem;}
    #services .item img{height: 4.3rem;}
    #services .item .icon{margin-bottom: 1.9rem;}
    #services .item .title{font-size: 1.385rem;line-height: 1;height: auto;}
    #services .item .text{font-size: 1rem;height: fit-content;margin-top: .25rem;}
    #services .item .link a{font-size: .9rem;}

}