.login {
	max-width: 35.4rem;
	text-align: center;
	margin: auto;
	margin-bottom: 150px;
}

.login__register {
	border-bottom: 1px solid #aaa;
	font-size: .9rem;
}

.login .button {
	margin: 2.4rem 0 15px;
	font-weight: 400;
}

.login h1 {
	margin-bottom: 2rem;
}

.trust__list {
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 2rem;
	padding: 40px 0;
}

.trust__heading {
	margin-bottom: 8px;
}

.trust__item {
	text-align: center;
}

.trust__swiper-wrapper {
	height: 65vw;
}

.trust__swiper-slide {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.trust__item svg {
	width: 25px;
	height: 25px;
	margin-bottom: 8px;
}

.trust__item p {
	color: #71717A;
}

.social-login-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.login h1 {
		font-size: 42px;
	}
}

@media screen and (min-width: 992px) {
	.login {
		margin-bottom: 250px;
	}

	.trust__list {
		gap: 3rem;
		grid-template-rows: unset;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.trust__item {
		text-align: unset;
	}
}