main {
    margin: auto 6.6vw;
}

.breadcrumb-domain,
.gt {
    color: #BABABA;
    font-family: Urbanist, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.breadcrumb-menu {
    color: var(--esas-reng1, #DF6545);
    font-family: Urbanist, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blog-cover {
    width: 100%;
    height: 300px;
    flex-shrink: 0;
    border-radius: 41px;
    background: #C4C4C4;
    object-fit: cover;
}

.breadcrumb {
    margin-bottom: 3.39vw;
}

.title h1 {
    color: #000;
    font-family: Urbanist, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 38px;
    margin-bottom: 50px;
}

.description {
    color: #000;
    font-family: Urbanist, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.date {
    margin-top: 30px;
    margin-bottom: 80px;
    color: #BABABA;
    font-family: Urbanist, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 768px) {
    .date {
        padding: 0 !important;
    }

    .blog-cover {
        height: 200px;
    }

}
