.container{
    margin:auto;
    padding:20px;
    display:flex;
    flex-direction:column;
    gap:20px;
    justify-content:center;
    /* align-items:center; */
	 background-image: url('https://ethicalrcmservices.com/wp-content/uploads/2025/10/A-clean-medical-desk-with-a-stethoscope-1.jpg');
	background-position: center;
    background-size: cover;
    padding:50px 130px;
    box-sizing:border-box;
    width:100%;
    height:450px;
    margin-bottom: 100px ;
}
.page-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0px 100px !important;
    color: #fff;
}
.page-header h1 {
    margin: 0px !important;
    margin-inline-start: 0px !important;
    margin-inline-start:0px !important;
}
.breadcrumbs, .page-header{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
    margin: 0px 100px;
    color:#fff;
}
.breadcrumb a, .breadcrumb span{
    text-decoration:none;
    color:white !important;
    font-size:20px;
}
.breadcrumb a:hover{
    text-decoration:underline;
    color:#ddd !important;
}
.breadcrumbs svg{
    width:15px;
    height:15px;
    fill:#fff !important;
}
.archive-posts{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.page-header h1{
    margin: 0px !important;
}
.archive-posts .post{
   width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #f9f9f9;
    padding-bottom: 10px;
    height: 100%;
}

 .entry-title h3 a{
    font-weight: 600 !important;
    color: #003D75;
 }
.post .entry-title a, .post .read-more{
    color: #003D75;
}
.post-contents{
    padding: 20px 20px !important;
}
.post .read-more{
    margin-bottom: 10px !important;
}
.archive-posts .post a img{
	min-height:250px;
}
.read-more svg{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: #003D75;
    transition: fill 0.3s ease;
}
@media screen and (max-width: 768px){
    .container{
        padding:40px;
        height:300px;
		 background-image: url('https://ethicalrcmservices.com/wp-content/uploads/2025/10/A-clean-medical-desk-1.jpg');
	background-position: center;
    background-size: cover;
    }
    .archive-posts{
       display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .breadcrumbs, .page-header{
        margin:0px !important;
        text-align:start;
    }
    .breadcrumb a, .breadcrumb span{
        text-decoration:none;
        color:white !important;
        font-size:14px;
    }
    .entry-title{
        font-size:24px;
    }
}