/* 전체 스타일 */
.service-info {
    font-family: Arial, sans-serif;
    color: #333;
    margin: 20px auto;
    max-width: 1100px;
    padding: 20px;
}

.section-title {
    font-size: 2.5em;
    text-align: center;
    color: #4CAF50;
    margin-bottom: 20px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.service-image, .feature-image, .testimonial-image, .assurance-image {
    width: 80%;
    max-width: 700px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.intro-text {
    font-size: 1.2em;
    line-height: 1.8;
    max-width: 900px;
    text-align: center;
    margin-top: 20px;
}

.sub-title {
    font-size: 1.8em;
    color: #333;
    margin-top: 30px;
    text-align: center;
    border-bottom: 2px solid #4CAF50;
    padding-bottom: 10px;
}

.feature-section, .testimonial-section, .assurance-section {
    margin-top: 40px;
    text-align: center;
}

.feature-section p, .assurance-section p {
    font-size: 1.1em;
    line-height: 1.6;
    max-width: 900px;
    margin-top: 15px;
}

.testimonial-section blockquote {
    font-style: italic;
    background-color: #f9f9f9;
    padding: 20px;
    border-left: 5px solid #4CAF50;
    max-width: 800px;
    margin: 20px auto;
    font-size: 1.2em;
}

.testimonial-section p {
    text-align: center;
    font-size: 1.1em;
}

.assurance-section {
    background-color: #f4f4f4;
    padding: 40px 20px;
    margin-top: 50px;
    border-radius: 8px;
}

.assurance-section p {
    font-size: 1.2em;
    line-height: 1.5;
    color: #555;
}

.assurance-section img {
    margin-top: 20px;
    width: 70%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
