.gost__title {
    margin-bottom: 24px;
}
.gost__wrap {
    grid: none/repeat(2, 1fr);
    gap: 30px;
}
.gost__text {
    margin-top: -3px;
}
.gost__text p {
    margin-bottom: 20px;
}
.gost__text p:last-of-type {
    margin-bottom: 0;
}
.gost__img-wrap {
    border-radius: 4px;
}
.gost__img {
    height: 100%;
	border-radius: inherit;
}
.gost__img img {
	border-radius: inherit;
}
@media screen and (min-width: 1576px) {
	.gost__wrap {
		grid-template-columns: 1.25435fr 1fr;
		gap: 60px;
	}
}
@media screen and (max-width: 992px) {
    .gost__wrap {
        gap: 10px;
    }
    .gost__content p {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .gost__wrap {
        grid: none/1fr;
    }
    .gost__img-wrap {
        height: 240px;
    }
}
@media screen and (max-width: 450px) {
    .gost__title {
        margin-bottom: 13px;
    }
    .gost__img-wrap {
		display: none;
        height: auto;
    }
	.gost__img.bg {
		position: relative;
	}
    .gost__wrap {
        gap: 25px;
    }
}