﻿.service-itm{
    display: flex;
    justify-content: space-between;padding: 55px 70px;
}



.sv_itm_main {
            display:flex;
            flex-wrap:wrap;
            justify-content:space-between;
            align-items: center;
            padding: 0 30px;
        }
.service-itm-img, .service-itm-txt{
    width:48%
}
.service-itm-ttl{
    display: inline-block;
	color: var(--mcolor);
    text-decoration: none;
    font-weight:bold;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.5em;
    transition: all 0.5s;
    margin-bottom: 20px;
}
.service-itm-sub{font-size:18px;}
.service-itm:nth-child(2n){background:#f8f8f8;}
.service-itm:nth-child(2n) .service-itm-txt{order:2;}
.service-itm-txt a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: var(--mcolor);
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    transition: all 0.5s;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
}
.service-itm-txt a:hover {
  opacity:0.8;
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
}
.service-itm-img{position:relative;z-index:1;text-align:right;}
.service-itm:nth-child(2n) .service-itm-img{text-align:left;}
/*.service-itm-img:before {
    position: absolute;
    left: -4%;
    top: 24%;
    height: 360px;
    width: 390px;
    background-image: url(/W_images/pattern.png);
    background-repeat: repeat;
    content: "";
    z-index: -1;
}*/
/*.service-itm:nth-child(2n) .service-itm-img:before {
    position: absolute;
    left:unset;
    right: -3%;
    top: 24%;
    height: 360px;
    width: 390px;
    background-image: url(/W_images/pattern-2.png);
    background-repeat: repeat;
    content: "";
    
}*/
@media screen and (max-width: 768px) {
    .sv_itm_main {
    padding:0;
}
}
@media screen and (max-width: 480px) {
.service-itm {
    display: block;
    justify-content: space-between;
    padding: 30px 0;margin-bottom: 30px;
}
.service-itm:nth-child(2n) .sv_itm_main {
    flex-wrap:wrap-reverse;
}

.service-itm-img {
    width: 100%;
    text-align:center;
}
.service-itm:nth-child(2n) .service-itm-img{
    text-align:center;
}
    .service-itm-txt {
        margin-bottom: 20px;
        width: 100%;
        /*display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;*/
    }

.service-itm-ttl {
    font-size: 22px;
    margin-bottom: 10px;
    /*text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;*/
}
 .service-itm-sub {
     font-size:16px;
 }
 .service-itm-txt a {
     font-size:12px;
 }
 /*.service-itm-img:before {
    position: absolute;
    left: -9px;
    top: 30px;
    height: 267px;
    width: 360px;
    background-image: url(/W_images/pattern.png);
    background-repeat: repeat;
    content: "";
    z-index: -1;
}*/
}