.CM {
    display: flex;
    flex-direction: column;
    margin: 40px 200px 0;
}

.CM-header {
    display: flex;
    flex-direction: column;
}

.CM-header h1 {
    color: #9e2b1a;
    margin-bottom: 30px;
}

.CM-header img {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

.CM-header span {
    font-size: 22px;
    font-weight: 600;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.CM-content {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 40px;
}

.CM-content p {
    font-size: 20px;
    text-align: justify;
    margin-bottom: 10px;
}

table {
    margin-top: 20px;
    width: 400px;
}

th,
td {
    padding: 10px 0px;
    font-size: 18px;
}

th {
    text-align: start;
    font-size: 20px;
}

@media only screen and (max-width: 800px) {
    .CM {
        margin: 40px;
        margin-bottom: 0px;
    }

    .CM-header h1 {
        font-size: 26px;
        margin-top: -10px;
    }

    .CM-header img {
        width: 100%;
        height: 200px;
    }

    .CM-header span {
        font-size: 18px;
    }

    .CM-content p {
        font-size: 16px;
    }

    .CM-content {
        justify-content: space-between;
    }

    table {
        width: 280px;
    }

    th,
    td {
        font-size: 14px;
        padding: 6px 0px;
    }

    th {
        font-size: 16px;
    }
}
