/*!***********************************************************************************************************************************************************************************************!*\
  !*** 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/cover-archive/cover-archive-style.css ***!
  \***********************************************************************************************************************************************************************************************/
.cover_contain_archive{
	position: relative ;
	min-height: 537px;
	width: 100%;
	display: flex;
	align-items: left;
	justify-content: center;
	padding: 48px 0px;
	}
	a{ 
		position: relative;
		text-decoration: none;
		text-align: left;
		margin-top: auto;
		margin-bottom: auto;
		max-width: 1080px;
	}
	.cover_contain_atag{
		display: flex;
		flex-direction: column;
		margin: 48px 0px 48px 0px;

	}
	.excurpt_cover{
		width:50%;
	}

	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: 400;
		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;
	}
	.cover_a_contain{
		position: relative;
	}
	.cover_achrive_post_cover{
		/* position: absolute;
		top: -48px;
		left: 0px; */
		margin-left: 0%;
		display: block;
		display: flex;
		height: 28px;
		width: 124px;
		padding: 8px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 24px;
		font-weight: 400;
		background-color: #CDCDCD;
		color: #909090;
	   
	}
	.cover_achrive_post_cover h3{
		
		font-size: 24px;
		font-weight: 400;
	}

	/* Small devices (phones, up to 576px) */
@media (max-width: 576px) {
    .cover_text{
        width: 100%;
        line-height: 110%;
        margin-left: 0px;
        margin-right: 0px;
    }
	.cover_contain_archive{
		padding-top: 48px;
	}
	.cover_contain_atag{
		margin: 48px 32px;
	}
	.cover_contain_archive{
		
		min-height: auto;
		}
    h1{
        font-weight: 600;
        font-size: 32px !important;
        line-height: 100%;
    }
    h3{
        font-weight: 500;
        font-size: 14px;
        line-height: 105%;
    }
    h4{
        font-weight: 600;
        font-size: 12px;
        line-height: 110%;
    }
    .excurpt_cover{
        margin: 0px;
    }
}

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