/* 
    Created on : Sep 21, 2017, 2:31:11 AM
    Author     : coder
*/
@import 'shared.css';
ul.how-we-do{
    padding: 0;
}
.main img{
    opacity: 0;
    transition: opacity 2s;
}
.service .service-description{
    width: 60%;
}
ul.how-we-do li p{
    padding: 1%;
}
ul.how-we-do li:nth-of-type(2n-1){
    margin-right: 2.4%;
}
ul.how-we-do li{
    min-height: 196px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
}
.service .service-title,ul.how-we-do li{
    width: 35%;
}
.shake{
    animation-name: shake;
    animation-duration: 0.08s;
    animation-iteration-count: 2;
}
@keyframes shake{
    0%{transform: translateX(8px);}
    100%{transform: translateX(-8px);}
}
/*................*/
.service-title{
    color: #009688;
}
.service-title{
    margin-right: 2%;
}
.service:not(:last-of-type){
    border-bottom: 1px dotted #32ceaf;
}
h1,h2{
    font-weight: lighter;
}
h1{
    font-size: 35px;
}