.main-introduce {
    background-image: url('/img/park/park.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;

}
.main-introduce-text{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.main-introduce-container {
    display: flex;
    justify-content: space-between;
}

.main-introduce-container img{
    width: 700px;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .main-introduce-text{
        width: 80%;
    }
}