#about-title {
	text-align: center;
	margin-bottom: 3rem;
	max-width: 800px;
}

#registry-info {
	margin-bottom: 100px;
}

#registry-info .slogan-title {
	font-size: 1.5rem;
}

#registry-info .slogan-desc {
	margin-top: -5px;
}

#registry-info .btn {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.23;
	padding: 6px 15px;
}

#registry-info span {
	font-size: 1.6rem;
}

#slogan {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-between;
}

.slogan-section {
	display: flex;
  flex-direction: column;
  height: 100%;
}

.slogan-section img {
	max-width: 100%;
	margin-top: auto;
	border-radius: var(--default-radius);
}

.slogan-word {
	font-size: 2em;
}

.slogan-desc {
	font-size: 0.95em;
}

#row-1 {
	max-width: 75%;
	flex-direction: column;
}


@media (max-width: 720px) {
	#row-1 {
		max-width: 100%;
	}
	#slogan {
		display: block;
	}
	.slogan-section {
		margin-top: 2em;
	}
	.slogan-word {
		/* font-size: 1.5rem; */
		margin-bottom: 0;
	}
	.slogan-desc {
		font-size: 0.85rem;
	}
	#about-title {
		margin-bottom: 0;
	}
	#registry-info {
		margin-bottom: 10px;
	}
	#registry-info span {
	font-size: 1rem;
	color: #000;
	}
	#registry-info .btn {
		font-size: 16px;
	}
	#registry-info .btn  div {
		margin: 0 auto;
		justify-content: center;
	}

	#registry-info .slogan-title {
		font-size: 1rem;
	}

	#registry-info .btn-holder {
		display: flex;
		justify-content: center;
	}
}

