.please-read-section {
    margin: 50px 0 80px;
}

.please-read-section h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

.please-read-section .column-row {
    justify-content: center;
    margin: 0 -44px;
}

.please-read-section .column-left {
    width: 50%;
    padding: 0 44px;
}

.please-read-section .column-left .section-title {
    max-width: 518px;
    margin-bottom: 18px;
}

.please-read-section .column-right {
    width: 43.9%;
    padding: 0 44px;
}

.read-highlight-block * {
    color: #1B1B1B;
    line-height: 28px;
}

.please-read-section ul:not(:last-child),
.please-read-section ol:not(:last-child) {
    margin-bottom: 15px;
}

.please-read-section ul li {
    padding-left: 20px;
    position: relative;
}

.please-read-section ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #2A63F5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

.please-read-section li {
    color: #1B1B1B;
}

.please-read-section .tour-map {
    position: relative;
    padding-bottom: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
}

.please-read-section ol li {
    list-style-type: auto;
    margin-left: 20px;
}

.read-highlight-block {
    padding: 10px 15px;
    background: rgba(42, 99, 245, 0.1);
    border-radius: 7px;
    margin: 16px 0;
}

.please-read-section .column-right .image-wrapper {
    position: relative;
    padding-bottom: 103%;
    border-radius: 20px;
    overflow: hidden;
}

.please-read-section .column-right .image-wrapper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    .please-read-section {
        margin: 50px -20px 50px;
    }

    .please-read-section .column-row {
        margin: 0;
    }

    .please-read-section .column-left {
        width: 100%;
        padding: 0;
    }

    .please-read-section .column-right {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}