.wc-snippet-home-training-services {
    padding: 70px 0;
}
.wc-snippet-home-training-services .container {
    max-width:1300px;
    width: 100%;
    margin:0 auto;
}
.wc-snippet-home-training-services .container h2.services-title{
    color: #1d1d1d;
    font-family: "Josefin Sans",sans-serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 50px;
    margin: 0 auto;
        margin-top: 0px;
    padding: 0 0 25px;
    text-align: center;
    margin-top: 5px;
}
.wc-snippet-home-training-services a.full-content {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
}

.wc-snippet-home-training-services a.full-content .img-wrapper {
    width: 128px;
    height: 128px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.2);
    overflow: hidden;
    margin-bottom: 5px;
    	-webkit-transition: all 0.5s ease 0s;
    	transition: all 0.5s ease 0s;
padding: 15px;
}
.wc-snippet-home-training-services a.full-content .img-wrapper img {
    	-webkit-transition: all 0.5s ease 0s;
    	transition: all 0.5s ease 0s;
}

.wc-snippet-home-training-services a.full-content h3.service-name {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color:#000;
    line-height: 30px;
}

.wc-snippet-home-training-services a.full-content:hover .img-wrapper img{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.1)
}
@media  (max-width: 1200px){
.wc-snippet-home-training-services .container {
    max-width: 980px;
}
.wc-snippet-home-training-services .container h2.services-title{
    font-size: 30px;
    line-height: 30px;
}
}
@media (min-width: 481px) and (max-width: 767px){
.wc-snippet-home-training-services .container .col-xs-6 {
    width: 33.333%;
    padding: 0 25px 10px;
}
.wc-snippet-home-training-services {
    padding: 30px 0 ;
}
    
.wc-snippet-home-training-services a.full-content h3.service-name {
    line-height: 26px;
}
    .wc-snippet-home-training-services .container .col-xs-6:nth-last-of-type(1), .wc-snippet-home-training-services .container .col-xs-6:nth-last-of-type(2), .wc-snippet-home-training-services .container .col-xs-6:nth-last-of-type(3){
        height: auto;
        margin-bottom: 0;
        padding-bottom: 0
    }
}
@media (max-width: 480px) {
.wc-snippet-home-training-services a.full-content h3.service-name {
    font-size: 17px;
    line-height: 22px;
}
.wc-snippet-home-training-services a.full-content {
    padding: 0 2px;
}
.wc-snippet-home-training-services {
    padding: 30px 0 ;
}
    .wc-snippet-home-training-services .container .col-xs-6:nth-last-of-type(1) a.full-content h3.service-name, .wc-snippet-home-training-services .container .col-xs-6:nth-last-of-type(2) a.full-content h3.service-name{
        height: auto;
        margin-bottom: 0;
    }
.wc-snippet-home-training-services .container h2.services-title{
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 20px;
}
    .wc-snippet-home-training-services .container .col-xs-6.col-sm-4.col-lg-2{
        height: 220px;
    }
        .wc-snippet-home-training-services .container .col-xs-6.col-sm-4.col-lg-2:nth-last-of-type(1), .wc-snippet-home-training-services .container .col-xs-6.col-sm-4.col-lg-2:nth-last-of-type(2) {
        height: auto;
        margin-bottom: 0;
    }
}
