h2 {
    font-family: var(--font-family-maecenas);
    font-weight: var(--font-weight-normal);
    color: var(--color-navy-blue);
    font-size: var(--font-size-32);
    line-height: 42px;
}
.about p, .about li {
    font-family: var(--font-family-inter);
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-16);
    line-height: var(--line-height-26);
    color: var(--color-navy-blue);
}
hr {
    margin: 25px 0;
}
.font-inter {
	font-family: var(--font-family-inter);
}
.relative {
	position: relative;
}
.about .row-one h2:after,
.about .row-five h2:after{
	content: "";
    display: block;
    border-bottom: 2px solid var(--color-main-color);
    width: 75px;
    margin: 15px 0px;
}

.about .row-one {
	align-items: center;
}

.kliniki-bg {
    background-color: #f2f2f2;
}

.about .row-two li {
	list-style-type: none;
    padding: 0 70px;
    border-left: 1px solid #ccc;
    margin-bottom: 40px;
}
@media screen and (min-width: 992px){
	.about .row-one .text {
		padding-right: 5em;
	}
	.about .row-two li {
		    min-height: 90px;
	}
	.row-four .middle {
		border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	}
}
@media screen and (max-width: 991px){
	.about .row-two li {
		 padding: 0 0 0 70px;
	}
}
@media screen and (max-width: 600px){
	.about .row-two li {
		 padding: inherit;
    border-left: unset;
    text-align: center;
	}
}
.on-text {
	    position: absolute;
    width: 510px;
    background-color: rgba(255,255,255,0.8);
    height: 315px;
    margin-left: 2%;
    bottom: 9%;
    padding: 25px 60px 0px;
}
@media screen and (max-width: 991px){
	.on-text {
		left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 3em;
    width: auto;
    height: max-content;
    padding: 25px 60px;
	}
}
@media screen and (max-width: 480px){
	.on-text {
		margin: auto 2em;
		padding: 15px 20px;
	}
}
.on-text p {
	font-family: var(--font-family-maecenas);
    font-size: 22px;
    line-height: 1.2em;
}

.bottom-img img {
	    object-fit: cover;
    min-height: 590px;
}
.row-four p {
	line-height: 1.3em;
}
.about .row-five .text {
	padding-left: 30px;
}
.about .row-five .text h2 {
	margin-bottom: 1em;
}
.about .row-five .img {
	padding-right: 30px;
}