.section-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

section {
    padding: 25px 0;
}

.section-container-revserse {
	flex-direction: row-reverse;
}

.section-container>div:first-child {
	width: 204px;
	height: 290px;
	display: none;
}

.section-container>div:last-child {
	/*width: calc(100% - 304px);*/
}

.panel-body {
	color: #333;
}

h1 {
	margin-bottom: 20px;
	line-height: 50px;
}

#slogn,
#info {
	font-size: 16px;
	line-height: 30px;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: 500;
}

#info+p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}

main {
	padding-bottom: 30px;
}

.panel-primary>.panel-heading {
	background-color: #d6a037;
	border-color: #d6a037;
}

@media (max-width:768px) {
	main {
		padding-bottom: 10px;
	}

	.section-container>div:first-child {
		width: 100%;
		height: auto;
		margin-bottom: 40px;
	}

	.section-container>div:last-child {
		width: 100%;
	}
	
	 section {
        padding: 15px 0;
    }
}
