.blog-list{
	display: flex;
	flex-direction: column;
	
}

.blog-one{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 60px;
}

.blog-one .blog-photo {
    flex: 0 0 38%;
}
.blog-one .blog-photo img{
	width: 100%;
	border-radius: 12px;
}

.blog-row1{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 30px;
}

.br-date{
	font-size: 16px;
	color:#777;
}

.blog-description a{
	text-decoration: none;
	color:#111;
}

.br-category{
    padding: 8px 16px;
    border-radius: 50px;
    background: #d6d3ff;
    text-align: center;
}

.br-category-2{
	background: #ffd3d3;
}

.br-category-3{
	background: #d3fbff;
}


.blog-list{
	width: 70%;
}


.blog-one{
	margin-bottom: 60px;
}

.blog-title {
    font-size: 23px;
    font-weight: bold;
    line-height: 23px;
    margin: 15px 0 0;
}

.blog-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 42px;
	border: 2px solid #222;
	width: 220px;
	padding: 5px 18px 5px 28px;
	height: 40px;
	font-size: 20px;
	font-weight: 500;
	transition: all .3s ease;
}

.blog-more svg{
	width: 26px;
	height: 26px;
}

.blog-more:hover svg{
	color:white;
}

.blog-more:hover{
	background: var(--main-blue);
	border: 2px solid var(--main-blue);
	color:white;
}

.blog-flex{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.bcrt-content ul{
	list-style: none;
	padding:0;
	margin:0;
	border: 2px solid #f1f1f1;
	border-radius: 12px;
}

.bcrt-content ul li{
	display: block;
}

.bcrt-content ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    text-decoration: none;
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid #f1f1f1;
    transition: all .3s ease-in-out;
}

.bcrt-content ul li a:hover{
	background: #f1f1f1;
}

.bcrt-content ul li a span.counter{
    width: 29px;
    height: 24px;
    background: #3076d5;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    border-radius: 4px;
}
.blog-right{
	flex:0 0 22%;
}

.bcrt-title{
	    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: right;
}

.bcrt-content ul li:last-child a{
	border:none;
}

.bcrt-content ul li a.active{
	background: var(--main-blue);
	color:white;
}

.bcrt-content ul li a.active span.counter{
	background: #043271;
}

.record-one img{
	border-radius: 12px;
}

.record-one{
	    font-size: 20px;
    line-height: 24px;
}

.record-one ul{
	margin: 30px 0 50px;
}

.record-one ul li{
	list-style: none;
	position: relative;
	margin-bottom: 8px;
}

.record-one ul li:before{
	content: "";
	width: 20px;
	height: 4px;
	background: var(--main-blue);
	position: absolute;
	left: -36px;
    top: 10px;
}

.record-one h2{
	font-size: 24px;
    font-weight: 500;
    color:#333;
}


.record-one h3{
	font-size: 20px;
    font-weight: 500;
    color:#333;
}

.record-one h4{
	font-size: 16px;
    font-weight: 500;
    color:#333;
}

.blog-latest{
	margin-bottom: 40px;
}

.record-header{
	background: none;
}

.record-header h1{
	margin: 40px 0 10px;
	padding:0;

}

.record-header .blog-row1{
	margin-bottom: 40px;
}