.content {
    top: 0;
    margin: 24px 0 40px;
}

.footer {
    margin-top: 0;
    padding-top: 0;
}

.t-center {
    text-align: center;
}

.wrap-right-item-content {
    font-size: 18px;
    line-height: 160%;
}

.title-port-info {
    font-size: 18px;
    line-height: 160%;
    font-weight: 700;
}

.table-major {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: auto;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;

    th {
        background: linear-gradient(to bottom, #0F4D98, #199F5A);
        color: #fff;
        padding: 10px;
        text-align: center;
        font-weight: 500;
    }

    td {
        padding: 16px;
    }

    tr {
        background: #fff;
    }

    tr:nth-child(even) {
        background-color: #F8F9FA;
    }
}

.flex-item {
    display: flex;
    gap: 8px;

    strong {
        flex-shrink: 0;
    }
}

.img-fluid {
    margin-bottom: 16px;
}

.list-description {
    >li {
        margin-bottom: 16px;
    }

    ul {
        list-style-type: disc;
    }
}

@media (max-width: 600px) {
    .wrap-right-item-content {
        font-size: 16px;
    }

    .content-right {
        padding: 15px;

        .right_item_title {
            font-size: 16px;
            line-height: 160%;
        }

        .table-major {

            th,
            td {
                font-size: 14px;
                padding: 12px;
            }
        }
    }

    .flex-item {
        flex-direction: column;
    }

    .list-style-none-sp {
        list-style-type: none;
        padding-left: 0;
    }

    .list-description {
        padding-left: 20px;
    }
}