.wrap.columns-wrap {
	max-width: 1180px;
}

.es-grid {
	display: grid;
	grid-gap: 45px;
}

.col-wrapper {
	background-color: #8E6C4A;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
	padding: 60px 20px;
}

.page-template-page-alumni .col-wrapper .col-link .red-btn {
	font-family: TradeGothic;
}

.col-title {
	text-align: center;
	font-size: 38px;
    line-height: 1;
	text-transform: uppercase;
}

.col-content,
.col-title {
	font-family: TradeGothic;
	font-weight: bold;
}

.col-wrapper li {
	position: relative;
	font-size: 23px;
	margin-left: 40px;
	line-height: 1.1;
}

.col-wrapper li:not(:last-child) {
	margin-bottom: 25px;
}

.col-wrapper ul {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.col-wrapper li:before {
	position: absolute;
    content: "";
    left: -40px;
    top: 1px;
    width: 24px;
    height: 24px;
    background-size: cover;
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0075 27.1889C10.3725 27.1894 6.09845 24.5335 4.05142 20.3532C1.98001 16.1217 2.6072 10.8446 5.61282 7.22159C8.61517 3.60237 13.4963 2.02315 18.0469 3.19831C18.548 3.32768 18.8494 3.83909 18.7205 4.34065C18.5911 4.84222 18.0792 5.14315 17.5781 5.01425C13.7288 4.02003 9.5972 5.35597 7.0561 8.41925C4.5136 11.4844 3.98298 15.9492 5.73563 19.5296C7.48173 23.0958 11.3334 25.4189 15.2869 25.3111C19.2399 25.2033 22.8272 22.7991 24.4261 19.1864C25.365 17.0649 25.5638 14.6625 24.9849 12.4214C24.8555 11.9203 25.1569 11.4089 25.6584 11.2791C26.1586 11.1492 26.6709 11.4511 26.8008 11.9527C27.4842 14.6007 27.2503 17.4394 26.1413 19.9453C24.2513 24.2157 20.0105 27.0577 15.3384 27.1852C15.2278 27.1875 15.1172 27.1889 15.0075 27.1889Z' fill='white'/%3E%3Cpath d='M15 17.925C14.76 17.925 14.52 17.8336 14.3372 17.6503C13.9711 17.2842 13.9711 16.6908 14.3372 16.3247L25.5872 5.07466C25.9528 4.70857 26.5472 4.70857 26.9128 5.07466C27.2789 5.44075 27.2789 6.03419 26.9128 6.40028L15.6628 17.6503C15.48 17.8331 15.24 17.925 15 17.925Z' fill='white'/%3E%3Cpath d='M15 17.925C14.76 17.925 14.52 17.8336 14.3372 17.6503L10.3598 13.673C9.99374 13.3069 9.99374 12.7134 10.3598 12.3473C10.7255 11.9812 11.3198 11.9812 11.6855 12.3473L15.6628 16.3247C16.0289 16.6908 16.0289 17.2842 15.6628 17.6503C15.48 17.8331 15.24 17.925 15 17.925Z' fill='white'/%3E%3C/svg%3E%0A");
}

.col-link {
	text-align: center;
}

.col-link .red-btn {
	font-family: TradeGothic;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: none;
}

@media (min-width: 1030px) {
	.es-grid {
		grid-gap: 75px;
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
}

@media (min-width: 768px) {
	.col-wrapper li {
		font-size: 28px;
	}

	.col-wrapper {
		padding: 60px 50px;
	}

	.col-wrapper li:before {
		top: 3px;
	}

	.col-link .red-btn {
		font-size: 24px;
	}
}