.site-content {
    align-self: center;
    max-width: 100%;
    width: 100%;
}

.site-main {
    width: 100%;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.entry-header {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px !important;
    text-align: center !important;
}

h1 {
    font-size: 40px !important;
    margin-bottom: 0px !important;
    font-weight: bold;
}

.custom-breadcrumb {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 5px !important;
}

.entry-article {
    margin-bottom: 100px;
}

.description-container {
    width: 100%;
    padding: 20px;
    border: 1px solid lightgray;
    border-radius: 0px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.description-container h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.description-container p:last-child {
    margin-bottom: 0px;
}

.comment-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid lightgray;
    border-radius: 0px;
    margin-top: 20px;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .site-main {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
