.banner {
    position: relative;
}

.banner > .title-wrapper {
    position: absolute;
    top: 40%;
    left: 30%;
}

.banner > .title-wrapper > .title {
    font-size: 37px;
    color: rgb(218, 255, 29);
    padding: 0 5px;
    font-weight: bold;
    border: 1px solid rgb(218, 255, 29);
}

.title-g-wrapper {
    margin-top: 10vh;
    display: flex;
    justify-content: center;
}

.faq-wrapper {
    width: 60vw;
    margin-left: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq-container {
    width: 25vw;
}

.faq-item {
    margin-bottom: 3vh;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item-title {
    font-size: 21px;
    color: #8bc244;
}

.faq-item-content {
    font-size: 14px;
    line-height: 23px;
    margin: 1vh 0;
    color: #666464;
}

.traffic {
    text-align: center;
    margin-top: 4vh;
}

.card-title {
    background: #8bc244;
    padding: 6px 1vh;
    color: white;
    font-size: 17px;
    margin-bottom: 2vh;
}

.card-title > div {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 2vh 0;
}

.traffic > .flex-1 {
    margin-right: 3vh;
}

.traffic > .flex-1:last-child {
    margin-right: 0;
}

.hotel > .flex-1 {
    margin-right: 2vh;
}

.hotel > .flex-1:last-child {
    margin-right: 0;
}

.card > .desc {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    margin: 1vh 0;
    color: #666464;
}

.hotel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hotel-info {
    width: 100%;
    padding-left: 3vh;
    margin-bottom: 3.5vh;
}

.hotel-info > .name {
    margin: 2vh 0;
}

.hotel-info > .address {
    font-size: 14px;
    padding-right: 3vh;
    line-height: 3vh;
}
