.main-single-news {
    padding: 20px 32px;
}

.single-news-container {
    max-width: 1000px;
    margin: auto;
}

.single-news-title {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 40px;
}

.single-news-date {
    position: relative;
    margin-bottom: 48px;
    padding-left: 30px;
    font-weight: 300;
}
.single-news-date::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(./../assets/img/calendar-check-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.single-news-img {
    height: 44vw;
    max-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    margin-bottom: 24px;
}

.single-news-text-content * {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.single-news .news-title {
    font-size: 46px;
}

.single-news .news-all-btn {
    margin-bottom: 20px;
}

@media (max-width: 800px) {
    .single-news .news-title {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .single-news-title {
        font-size: 32px;
        line-height: 32px;
    }
}