.main-introduce {
    background-image: url('/img/park/park.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;

}


.main-introduce-container {
    display: flex;
    justify-content: space-between;
}

.main-introduce-container img{
    width: 700px;
    object-fit: contain;
}