
.hometown-section {
    background: white;
    padding: 30px;
    border-radius: 5px;
}

.hometown-title {
    font-size: 20px;
    color: #CE8711;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.hometown-content {
    color: #666;
    line-height: 1.8;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 30px;
}

.hometown-content p {
    margin-bottom: 15px;
    text-indent: 2em;
}

.hometown-content p:last-child {
    margin-bottom: 0;
}

.hometown-image {
    width: 100%;
    margin: 30px 0;
    border-radius: 5px;
    overflow: hidden;
}

.hometown-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 250px;
}

.hometown-description {
    color: #666;
    line-height: 1.8;
    font-size: 14px;
    text-align: justify;
    margin-top: 20px;
}

.hometown-description p {
    margin-bottom: 15px;
    text-indent: 2em;
}

.hometown-description p:last-child {
    margin-bottom: 0;
}
