@media(min-width: 1366px) {
    .service-container {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 700px;
    }
    .service-container img {
        width: 400px;
    }
    .service-container h2 {
        color: var(--font-color);
        font-style: italic;
        font-size: 30px;
        font-weight: 700;
        margin: 10px auto;
    }
    .service-container h3,
    .service-container h4 {
        color: var(--font-color);
        font-style: italic;
        font-size: 20px;
        font-weight: 700;
        margin: 10px auto;
    }
    .service-container p {
        color: var(--font-color);
        font-size: 17px;
        font-weight: 400;
        line-height: 1.5;
        margin: 10px auto;
    }
    table {
        table-layout: fixed;
        width: 100%;
        margin: 20px 0;
    }
    th {
        background: var(--off-color);
        padding: 10px;
        font-size: 20px;
        font-weight: 600;
        color: var(--font-color);
        text-align: left;
    }
    td {
        background: rgba(240, 240, 240, 0.4);
        padding: 10px;
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        text-align: left;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .service-container {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 700px;
    }
    .service-container img {
        width: 400px;
    }
    .service-container h2 {
        color: var(--font-color);
        font-style: italic;
        font-size: 30px;
        font-weight: 700;
        margin: 10px auto;
    }
    .service-container h3,
    .service-container h4 {
        color: var(--font-color);
        font-style: italic;
        font-size: 20px;
        font-weight: 700;
        margin: 10px auto;
    }
    .service-container p {
        color: var(--font-color);
        font-size: 17px;
        font-weight: 400;
        line-height: 1.5;
        margin: 10px auto;
    }
    table {
        table-layout: fixed;
        width: 100%;
        margin: 20px 0;
    }
    th {
        background: var(--off-color);
        padding: 10px;
        font-size: 20px;
        font-weight: 600;
        color: var(--font-color);
        text-align: left;
    }
    td {
        background: rgba(240, 240, 240, 0.4);
        padding: 10px;
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        text-align: left;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .service-container {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 700px;
    }
    .service-container img {
        width: 400px;
    }
    .service-container h2 {
        color: var(--font-color);
        font-style: italic;
        font-size: 30px;
        font-weight: 700;
        margin: 10px auto;
    }
    .service-container h3,
    .service-container h4 {
        color: var(--font-color);
        font-style: italic;
        font-size: 20px;
        font-weight: 700;
        margin: 10px auto;
    }
    .service-container p {
        color: var(--font-color);
        font-size: 17px;
        font-weight: 400;
        line-height: 1.5;
        margin: 10px auto;
    }
    table {
        table-layout: fixed;
        width: 100%;
        margin: 20px 0;
    }
    th {
        background: var(--off-color);
        padding: 10px;
        font-size: 20px;
        font-weight: 600;
        color: var(--font-color);
        text-align: left;
    }
    td {
        background: rgba(240, 240, 240, 0.4);
        padding: 10px;
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        text-align: left;
    }
}

@media(max-width: 769px) {
    .service-container {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 700px;
    }
    .service-container img {
        width: 290px;
    }
    .service-container h2 {
        color: var(--font-color);
        font-style: italic;
        font-size: 25px;
        font-weight: 700;
        margin: 10px auto;
    }
    .service-container h3,
    .service-container h4 {
        color: var(--font-color);
        font-style: italic;
        font-size: 20px;
        font-weight: 700;
        margin: 10px auto;
    }
    .service-container p {
        color: var(--font-color);
        font-size: 17px;
        font-weight: 400;
        line-height: 1.5;
        margin: 10px auto;
    }
    table {
        table-layout: fixed;
        width: 100%;
        margin: 20px 0;
    }
    th {
        background: var(--off-color);
        padding: 10px 2px;
        font-size: 15px;
        font-weight: 600;
        color: var(--font-color);
        text-align: center;
    }
    td {
        background: rgba(240, 240, 240, 0.4);
        padding: 10px 2px;
        font-size: 13px;
        font-weight: 500;
        color: var(--font-color);
        text-align: center;
    }
}