body {
	line-height: 260%;
}

h3,
.h3 {
	line-height: 140%;
}

.btn {
	font-size: 16px;
}

.row-contact,
.row-contact p {
	font-size: 18px;
}

.section-pros {
	background: none;
	position: relative;
}

@media screen and (min-width: 992px) {
	.section-pros::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 78%;
		height: 300px;
		background-image: url('../images/bg/dots.png');
		z-index: -1;
	}
}

.section-pros img {
	width: 100%;
}

.offer-section__content .btn {
	width: min-content;
	white-space: nowrap;
	background-color: #0a246a;
}

.offer-section__content .btn:hover {
	background-color: #000;
}

.offer-section__content p {
	font-size: 16px;
}

.info-title {
	font-size: 24px;
	font-size: clamp(20px, 1.667vw, 24px);
}

.offer-section__content h3 {
	margin: 8px 0 24px;
}

@media screen and (max-width: 991px) {
	.mb-80 {
		margin-bottom: 40px;
	}
}

.offer-section .row {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 992px) {
	.offer-section:nth-of-type(2n) .row {
		flex-direction: row-reverse;
	}
}

.section-about .row div {
	flex-basis: 50%;
}

.offer-section__content  .section-subtitle,
.offer-section__content  h2 {
	margin-top: 0 !important;
}

@media screen and (max-width: 992px) {
	.offer-section .row {
		flex-direction: column;
	}

	.section-pros {
		padding: 60px 0;
	}
}

.col-service h4 {
	letter-spacing: -0.05em;
    color: #000;
    line-height: 140%;
    margin: 24px 0 8px;
    font-weight: 600;
    font-size: 2.142rem;
}

.col-service p,
.section-about p {
	font-size: 16px;
}

.js-form input,
.js-form input::placeholder,
textarea {
	font-size: 16px;
}

.section {
	padding: 80px 0;
}

@media screen and (max-width: 991px) {
	.section {
		padding: 40px 0;
	}

	.section-about-title {
		margin-bottom: 40px;
	}
}

* {
	font-display: swap;
}