.serviceDetail{
    padding:160px 0 70px 0;
   .serviceDetail_wrapper{
         .serviceDetailImg{
             img{
                 width: 100%;
                 border-radius: 10px;
                 -webkit-border-radius: 10px;
                 -moz-border-radius: 10px;
                 -ms-border-radius: 10px;
                 -o-border-radius: 10px;
}
         }
         .serviceInfo{
             padding-top: 30px;
             h4{
                 font-size: 30px;
                 color: $black;
                 font-weight: 600;
                 line-height: 38px;
                 padding-bottom: 10px;
             }
             p{
                font-size: 15px;
                color: $text;
                font-weight: 400;
                line-height: 26px;

            }
         }
   }
} 