section#suop--ele___block-card-service-6 {
    padding: 0px;
}
.card-service-2-container h3 {
    font-family: 'Kanit';
}
.card-service-2-container p {
    font-family: 'Kanit';
}
.block-aboutme-2 .col-md-7,.col-md-5{
    padding: 0px;
}
.block-service-2 img.img-sevice-2 {
    width: 100%;
    box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.75);
}
.block-service-2 .bg-service-2 {
    background-color: var(--mian-bg-color);
    box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.75);
}

h3.title-service-1{
    font-size: 2rem;
    font-weight: 400;
}

p.detail-service-2 {
    font-size: 1.4rem;
    font-weight: 200;
    height: 118px;
}

.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-2:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card-service-2-container{
    padding:30px;
}

.service-2-btn {
    display: inline-block;
    border: 2px solid #000;
    line-height: 40px;
    font-size: 1rem;
    padding: 0 40px;
    color: #000;
    transition: 0.4s;
    background: transparent;
    font-weight: 300;
}

.service-2-btn:hover{
    font-size: 1.1rem;
    color: #868686;

}

img.img-service-2 {
    width: 100%;
    border-radius: inherit;

}
@media (max-width: 991px) {
    .content, .sidebar {
        width: unset !important;
        float: left;
    }
}
@media only screen and (max-width: 769px){
    .card-service-2 {
        margin-bottom: 70px;
        margin-top: 70px;
        margin-left: 160px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        width: 56%;
        border-radius: 26px;
        background-color: #ffffff;
    }

}

@media (max-width: 414px){
        .card-service-2 {
        margin-bottom: 30px;
        margin-top: 0px;
        margin-left: 0px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        width: 100%;
        border-radius: 26px;
        background-color: #ffffff;
    }
    p.detail-service-2 {height: unset;}






    
}
