/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/dynamic-cover/dynamic-cover-styles.css ***!
  \************************************************************************************************************************************************************************************************/
.cover_contain{
position: relative;
height: 600px; /* origional 537px */
width: 100%;
display: flex;
align-items: left;
justify-content: center;
}
.cover_contain a{ 
    text-decoration: none;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 1080px;
    width: 80%;
}
.cover_contain h3{ 
    max-width: 60%;
}
.cover_achrive_post{
    align-items: center;
    background-color: #cdcdcd;
    color: #909090;
    display: block;
    display: flex;
    flex-direction: column;
    height: 28px;
    justify-content: center;
    margin-left: 0;
    padding: 8px;
    width: 124px;
}
.cover_text h1{
    margin-top: 0 !important;
}
h1{
    font-weight: 600;
    font-size: 72px;
    line-height: 79.2px;
}
h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 29.05px;
}
h4{
    font-weight: 600;
    font-size: 12px;
    line-height: 14.52px;
}
.post_img{
position: absolute;
top: 0;
left: 0;
-o-object-fit: cover;
   object-fit: cover;
width: 100%;
height: 100%;
z-index: -1;
}
/* Small devices (phones, up to 576px) */
@media (max-width: 576px) {
    .cover_text{
        width: 80%;
        margin: 5%;
    }
    h1{
        font-weight: 600;
        font-size: 62px;
        line-height: 79.2px;
    }
    h3{
        font-weight: 500;
        font-size: 14px;
        line-height: 29.05px;
    }
    h4{
        font-weight: 600;
        font-size: 12px;
        line-height: 14.52px;
    }
}

/*# sourceMappingURL=index.css.map*/