.top-section {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px;
    background-image: url("/images/general/bg1.jpg");
    padding-top: 150px;
    padding-bottom: 10px;
    margin-top: -100px;
}

.top-section .title {
    line-height: 1.375; 
    text-align: left;
    padding-top: 10px;
    color: rgb(31, 140, 235); 
    font-weight: 900; 
    font-size: 36px;
}

.top-section .content-image {
    margin-top: 40px;
    max-width: 100%;
    width: 300px;
}
.top-desc {
    color: rgb(99, 114, 128); 
    font-size: 20px;
}
.about-us-item {
    text-align: center;
    margin-top: 50px;
}
.about-us-item img {
    /* width: 100%; */
    height: 130px;
}
.about-us-item .member-name {
    color: rgb(31, 140, 235); 
    font-weight: 600; 
    font-size: 16px;
    padding: 5px;
}
.about-us-item .member-spot {
    color: rgb(99, 114, 128); 
    font-size: 16px;
    padding: 5px;
}

.service-section {
    background-color: #1f8ceb;
    padding: 50px 10px;
}

.service-section .title {
    color: rgb(255, 255, 255); font-size: 72px;font-weight: 800;font-family: Open Sans;
}
.btn-service {
    color: white;
    border: 1px solid white;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    width: fit-content;
}
.btn-service:hover {
    color: #1f8ceb;
    background-color:white;
}

@media (max-width: 767px) {
    .top-section {
        margin-top: -145px;
    }
    .top-section .title {
        font-size: 35px !important;
    }
    
    .service-section .title {
        font-size: 28px !important;
    }
    .service-section .service-image {
        text-align: center !important;
        padding-top: 25px;
    }
    .detail-section {
        padding: 20px 0;
    }
    .top-desc {
        font-size: 18px !important;
    }
}