/*
Theme Name: Rivo
Author: Rivo Wordpress Dev Team
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rivo
*/

.hero-block>.content .description .row .col {
	display: grid;
	gap: 16px;
}

@media (min-width: 1199px) {
	.hero-block>.content .description .row {
		display: grid;
		gap: 61px;
		grid-template-columns: repeat(2, 1fr);
	}
	.hero-block>.content .description .row .col:not(:last-of-type) {
		position: relative;
	}
	.hero-block>.content .description .row .col:not(:last-of-type):after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: -31px;
		bottom: 0;
		width: 1px;
		height: 100%;
		background: #1D2E5F;
	}
}