.destination-container {
    margin-top: 64px;
}

.destination-info {
    margin-top: 16px;
    color: #000000;
    opacity: 0.7;
}

.destination-img {
    max-width: 555px;
    max-height: 470px;
}

.destination-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-destination-container {
    margin-top: 48px;
}

.why-destination-content {
    color: #000000;
    opacity: 0.7;
    margin-top: 16px;
}

.connect-title-wo-b {
    font-size: 30px;
    color: #004C8F;
    font-weight: 600;
}

.important-information-container {
    margin-top: 48px;
}

.imp-info-content {
    margin-top: 32px;
}

.destination-news-img {
    max-width: 100%;
    height: 340px;
    margin-left: auto;
    margin-right: auto;
}

.destination-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destination-imp-info-container {
    background: #004C8F;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.imp-info-desc-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 137.3%;
    color: #FFFFFF;

}

.imp-info-desc {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 137.3%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.7;
}