@font-face {
	font-family: trento;
	src: url('../fonts/Trento-Typeface.ttf');
	font-display: swap;
}
@font-face {
	font-family: gilroy;
	src: url('../fonts/Gilroy-Light.otf');
	font-display: swap;
}
body {
	margin: 0;
	font-family: Arial, sans-serif;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title {
	font-family: Gilroy;
	font-size: 18px;
	line-height: 23.4px;
	text-align: center;
	color: #5D2D25;
	margin: 2rem;
	-webkit-text-stroke: 0.4px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.container {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
}

.block {
	background: #FFF0E8;
	width: 590px;
	height: 573px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.block .content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block h2 {
	margin-bottom: 1rem;
	color: #5D2D25;
	font-family: TRENTO;
	font-weight: 400;
	font-size: 9px;
	line-height: 43.05px;
	letter-spacing: 0.8px;
	text-align: center;
	text-transform: uppercase;
}

.block p {
	color: #5D2D25;
	font-family: Gilroy;
	font-weight: 600;
	font-size: 18px;
	line-height: 23.4px;
	letter-spacing: 0.8px;
	text-align: center;
	text-transform: uppercase;
	-webkit-text-stroke: 0.1px;
}

.block.resellers{
	background-image: url('https://partner.browdaddy.com/wp-content/uploads/2022/01/Desktop-1.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.block.trainers{
	background-image: url('https://partner.browdaddy.com/wp-content/uploads/2022/01/Desktop-2.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

footer {
	background: #906b65;
	color: #fff;
	text-align: center;
	padding: 20px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2rem
}
footer p{
	font-family: Gilroy;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.32px;
	text-align: center;
	margin: 0px;
}
.social-icons a{
	font-size: 0px;
	padding-right: 20px;
}
.follow{
	font-family: Gilroy;
	font-weight: 600;
	font-size: 16px;
	line-height: 19.09px;
	letter-spacing: 0.32px;
	display: none;
}
.copyright.mobile{
	display: none;
}
body{
	background: #fef9f7;
}
@media only screen and (max-width: 1024px) {
	.title{
		line-height: 24px;
		text-align: center;
		font-size: 16px;
		margin: 1.5rem;
	}
	.block.resellers{
		background-image: url('https://partner.browdaddy.com/wp-content/uploads/2022/01/Mobile-1.jpg');
		background-position: top;
	}
	.block.trainers{
		background-image: url('https://partner.browdaddy.com/wp-content/uploads/2022/01/Mobile-2.jpg');
		background-position: top;
		padding-top:20px
	}
	.block {
		width: 348px;
		height: 280px;
	}
	.block h2{
		font-size: 6px;
		line-height: 28.7px;
	}
	.block p{
		font-size: 15px;
	}
	footer {
		display: grid;
		justify-content: center;
		gap: 25px;
	}
	.copyright.desktop{
		display: none;
	}
	.copyright.mobile{
		display: block;
	}
	.follow{
		display: block;
		text-transform: uppercase;
		-webkit-text-stroke: 0.2px;
		letter-spacing: 1.28px;
		margin-bottom: 20px;
	}
	footer div:nth-child(1) img{
		margin-top: 1rem;
		width: 45px;
	}
	.block p{
		text-transform:none;
		line-height: 21px;
	}
	.copyright p{
		font-size: 13px;
		letter-spacing: 0.32px;
	}
	.logo img{
		width:168px;
		height:24px
	}
	.divider img {
		width:8px !important
	}
}
