@charset 'UTF-8';

*.btn:focus {
    box-shadow: none !important;
}

img {
    max-width: 100%;
}


.home-service {
    margin: 2rem 0;
}


.home-quality {
    background-color: #ffffff;
    padding-bottom: 3rem;
}

/*quality*/

.service-text {
    flex: 1;
}

@media (max-width: 1199px) {
    .service-text {
        flex: 1;
        max-width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
}

.service-text .title {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.service-text .title::after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    position: relative;
    top: 7px;
    border-radius: 50px;
    background-color: #FF9900;
}

@media (max-width: 1199px) {
    .service-text .title::after {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }
}


.service-text .content-txt {
    font-size: 18px;
    line-height: 185%;
}

.quality-box {
    position: relative;
    flex: 3;
}

.quality-item {
    text-align: center;
    border-right: 1px #e6e6e6 solid;
}

.quality-item:last-child {
    border-right: none;
}

@media (max-width: 991px) {
    .quality-item:nth-child(2) {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .quality-item {
        border-right:none;
    }
    
}

@media (max-width: 1199px) {
    .quality-item {
        margin-bottom: 2rem;
    }
}

.quality-item .q-icon img {
    max-width: 120px !important;
}

.quality-item .qu-s-title {
    position: relative;
    font-size: 20px;
    color: #714606;
    padding: 5px 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.quality-item .qu-text {
    line-height: 185%;
}