.about {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, auto));
	align-items: center;
	gap: 80px;
}


.about-text h2 {
	font-size: var(--about-h2);
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	line-height: 111%;
}

.about-text p {
	margin-top: 20px;
	color: #929292;
	font-size: var(--p-font);
	margin-bottom: 2rem;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;

}

.about-gri {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
    gap: 1rem;
    margin-bottom: 3rem;
}

.about-in h5 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #929292;

}

.about-in img {

	width: 15px;

}

.about-img img {
	height: auto;
	width: 100%;
	max-width: 550px;
}



.btn3 {
	display: inline-block;
	padding: 10px 60px;
	border-radius: 11px;
	font-size: 17px;
	font-weight: 500;

	transition: all .40s ease;

	background: transparent;
	color: #0A2239;
	border: 2px solid var(--main-color);
}

.btn3:hover {
	transform: scale(1.01) translateY(-5px);
	background: var(--main-color);
	color: white;
}


.gdpr {
	display: flex;
	justify-content: center;
	gap: 80px;
}


.gdpr-text h2 {
	font-size: var(--about-h2);
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	line-height: 111%;
}

.gdpr-text p {
	margin-top: 20px;
	color: #929292;
	font-size: var(--p-font);
	margin-bottom: 2rem;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;

}


