.belive_section{
  padding: 4.75rem 0 0rem 0;
  overflow: hidden;
}
.belive_section .belive_section__header{
	margin-bottom: -1rem;
}
.belive_section .belive_section__content{
	min-height: 100vh;
}
.belive_section .belive_section__content{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: 4rem;
  min-height: 100vh;
  align-items: start;
}
.belive_section .belive_section__item--top {
  grid-column: 2 / 6;
}
.belive_section .belive_section__item--bottom {
  grid-column: 7 / 11;
  margin-top: 18rem;
}
.belive_section .belive_section__item {
  gap: 1.5rem;
}

.belive_section__item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.belive_section .belive_section__title{
   margin-bottom: 2rem;
   margin-left: 9.5625rem;
}

.belive_section .belive_section__list{
	position: relative;
	width: 100%;
	padding-bottom: 4.75rem;
	margin-top: -10rem;
}
.belive_section .belive_section__list .belive_section__list-content{
	padding-left: 1rem;
	padding-right: 3rem;
}
.belive_section .belive_section__list .belive_section__item{
/* 	height: 8.75rem;
	width: 40rem; */
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.belive_section .item_title{
	font-size: 2.25rem;
	font-weight: 400;
	font-family: "Mingolia Display";
}

.belive_section .belive_section__list .item__text{
	width: 24.1875rem;
}

.belive_section .belive_section__header_right .text_description{
	padding-right: 10.0625rem;
	width: 38rem;
}

/* .belive_section .belive_section__header_right{
	margin-bottom: 8.25rem;
} */
@media (max-width: 767px) {
	.belive_section .belive_section__header{
		margin-bottom: 0;
	}
	.belive_section .belive_section__list .belive_section__item {
        width: 17.5625rem;
        height: 25.375rem;
    }
	.belive_section .belive_section__item {
		flex-direction: column;
	}
	.belive_section__item .image,
	.belive_section__item img{
		width: 100%;
		height: 8.75rem;
	}
	.belive_section__item .text-block{
		padding-left: 1rem;
	}
	.belive_section .belive_section__list .belive_section__list-content {
		padding-left: 0;
		align-items: baseline;
	}
	.belive_section .belive_section__item--bottom {
		margin-top: 0;
	}
	.belive_section .belive_section__header{
		text-wrap: nowrap;
	}
	.belive_section .belive_section__title{
		margin-left: 5.5625rem;
	}
	.belive_section__item:last-child{
		display: none !important;
	}
	
	.belive_section .item_title{
		width: 100%;
	}
	
	.belive_section .belive_section__list .item_title,
	.belive_section .belive_section__list .item__text {
		width: 100%;
	}
}
.belive_section .belive_section__item:first-child .item-number__wrapper{
    left: -5rem; 
}
.belive_section .item-number__wrapper{
    left: -6rem;       
}
.belive_section .item-number__wrapper {
    position: absolute; 
    top: 10%;
    transform: translateY(-50%);
    width: 8rem;        
    height: 8rem;
    border: 1px solid var(--dark); 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;         
    background-color: transparent;
    pointer-events: none;
}

.belive_section .item-number {
    font-family: "Mingolia Display", serif; 
    font-size: 4rem;
    line-height: 1;
    color: var(--dark);
}

.belive_section .belive_section__item {
    position: relative; 
    overflow: visible; 
}

@media (max-width: 767px) {
    .belive_section .belive_section__item:first-child .item-number__wrapper{
		left: -4.8rem;    
    	top: 5%;  
	}
	.belive_section .belive_section__item:last-child .item-number__wrapper{
		display: none;     
	}
	.belive_section .item-number__wrapper{
		left: -5rem;     
    	top: 2%;     
	}
	.belive_section .belive_section__header_right .belive_section__title_right{
		font-size: 1.5rem;
	}
	.belive_section .belive_section__header_right .text_before{
		font-size: 1rem;
	}
	.belive_section .belive_section__header_right{
		margin-bottom: 2.6875rem;
	}
}
