.single-case__info{
    display: grid;

    margin-top: 30px;

	@media screen and (min-width:1281px){
		grid-template-columns: 1fr 957px;
	}
	
	@media screen and (max-width:1280px)  {
		grid-template-columns: 1fr ;
	}

}

.single-case__info__item:last-child {
	@media screen and (max-width:1280px) {
		grid-column: 1 / 2;
        	grid-row: 2 / 3;
		width: 100%;
	}
}

@media screen and (max-width:1280px) {
.single-case__info__item:last-child {
margin-top:20px;
}
}



@media screen and (max-width: 1580px) and (min-width: 42.0625rem) {
	.single-article .container-semicircle {
	    border-top-left-radius: 50px;
	    border-top-right-radius: 50px;
	    margin-top: -40px;
	    padding-top: 75px;
	}

	.single-article__image__background{
	    border-top-left-radius: 50px;
	    border-top-right-radius: 50px;
	    overflow:hidden;
		/*min-height: 600px;*/
	}

	.single-article__image__background img {
	    height: 100%;
	    width: 100%;
	}
}
@media screen and (max-width:42rem){
	.single-article .container-semicircle {
	    border-top-left-radius: 20px;
	    border-top-right-radius: 20px;
	    margin-top: -20px;
	    padding-top: 30px;
	}

	.container-services-case.section .container-expert.container-expert__single-article {
		margin-top:55px;
	}
}

.single-case__info__subitem {
display:flex;
gap:5px;

}

.single-case__info__subitem:not(:last-child) {
	flex-direction:column;
}
.single-case__info__subitem:last-child{
    flex-wrap: wrap;
}
.single-case__info__subitem:last-child .single-case__info__subtitle {
	width:100%;
}

@media screen and (max-width:1010px) and (min-width: 42.0625rem) {
.single-article .single-article__content {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
}
}
@media screen and (max-width: 42rem) {
.single-article .single-article__content {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}



.single-case__info__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    gap: 5px;
}

.single-case__info__item:first-child{
	justify-content: space-between;
flex-wrap:wrap;

}
@media screen and (max-width:1281px)  {
.single-case__info__item:first-child{
row-gap:40px;
}
}
@media screen and (max-width:1280px)  {
.single-case__info__item:first-child{
row-gap:20px;
}
}

.single-case__info__item:first-child .single-case__info__subitem{
width:calc(50% - 2.5px);
}
.single-case__info__item:last-child{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.single-case__info__item h2{
    font-family: TT Firs Neue;
    font-weight: 300;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #141517;
}

@media screen and (min-width:42.0625rem){
	.single-case__info__item h2{
	    font-size: 32px;
	}
}
@media screen and (max-width:42rem){
	.single-case__info__item h2{
	    font-size: 20px;
	}
}

.single-case__info__subtitle{
    font-family: TT Firs Neue;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    background: -o-linear-gradient(183.52deg, #000000 3.18%, #7B7B7B 98.8%);
    background: linear-gradient(266.48deg, #000000 3.18%, #7B7B7B 98.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

}

.single-case__info__title{
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #141517;
}


.single-case__info__title + .single-case__info__subtitle{

    margin-top: 40px;
}
