.section2{
	width: 100%;
	height: 100%;
}

.section2 h2{
	font-size: 19px;
	font-weight: 600;
	width: 80%;
	margin-top: 6%;
	margin-left: 10%;
	text-align: center;
	color: #f5a934;
}

.section2-cont{
	margin-top: 1%;
}

.section2-card{
	width: 80%;
	max-height: 100%;
	border-radius: 5px;
	margin-top: 6%;
	margin-left: 10%;
	box-shadow: 0 0px 20px rgb(0 0 0 / 0.3);
	display: flex;
}

.section2-card img{
	width: 300px;
	max-height: 100%;
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.section2-card-text{
	display: block;
}
.section2-card-text h1{
	font-size: 28px;
	margin-top: 1%;
	margin-left: 2%;
}

.section2-card-text p{
	margin-top: 1%;
	margin-left: 2%;
	color: #444444;
}

.section2-card-text a{
	display: inline-flex;
	flex-wrap: wrap;
	text-decoration: none;
	font-size: 17px;
	color: #132c4f;
	margin-top: 2%;
	margin-left: 2%;
	font-weight: 600;
	gap:5px;
	transition: .4s ease;
}

.section2-card-text a .fa-solid{
	margin-top: 3%;
}

.section2-card-text a:hover{
	text-decoration: underline;
	color: #f5a934;
}

.section2-blank{
	width: 100%;
	height: 100px;
}