.why-choose-us {
    background-color: #f0f8ff; /* Light blue background color */
}

.section-title {
    font-size: 40px;
    color: #0056b3; /* Dark blue color */
}

.service-left {
    display: flex;
    gap: 20px;
    margin-bottom: 2rem;
    text-align: right;
}
.service-left img{
    margin: 15px 0;
}
.service-right {
    display: flex;
    gap: 20px;
    margin-bottom: 2rem;
    text-align: left;
}
.service-right img{
    margin: 10px 0;
}

.two-box h5 {
    font-weight: bold;
    color:#1e84b5;
}

.two-box p {
    font-weight: 500;
    font-size: 10px;
    color: #527282;
    margin-bottom: 0;
}

.icon {
    width: 60px;
    height: 60px;
    background-color: transparent;
}

@media (max-width: 768px) {
    .service-box {
        text-align: center;
    }
}
