.block-service-3 {
    padding: 0px;
}
.main_content {
    margin-top: 45px;
}
.block-aboutme-3 .col-md-7,.col-md-5{
    padding: 0px;
}
.block-service-3 img.img-sevice-3 {
    width: 100%;
    box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.75);
}
.block-service-3 .bg-service-3 {
    background-color: #eeee;
    box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.75);
}
.text-service-3-container{

}

h3.title-service-3{
    font-size: 2rem;
    font-family: kanit;
    font-weight: bold;
    margin: 0px;
    padding-top: 35px;
}

p.detail-service-3 {
    font-family: kanit;
    font-size: 1.2rem;
    font-weight: 200;
    padding-right: 40px;
    margin: 0px;
}

.card-service-2 {
    margin-bottom: 70px;
    margin-top: 70px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 95%;
    border-radius: 26px;
    background-color: #ffffff;
}

.card-service-3:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card-service-3-container{
    padding:30px;
}

.service-3-btn {
    font-size: 1rem;
    color: #868686;
    transition: 0.4s;
    background: transparent;
    font-family: kanit;
    font-weight: 300;
}

.service-3-btn:hover{
    font-size: 1.1rem;
    color: #000;

}

img.img-service-3 {
    width: 130%;

}


@media(max-width: 480px){
    .main_content {
    margin-top: 10px;
}
h3.title-service-3 {
    font-size: 2rem;
    font-family: kanit;
    font-weight: bold;
    margin: 0px;
    padding-top: 0px;
}
img.img-service-3 {
    width: 100%;height: 100%;
}








}