body{
	background-color: #fff;
	font-family: "Inter", sans-serif;
}

.main{
	background: #fff;
}

.logo{
	padding-top: 100px;
	font-size: 12px;
}

.logo img{
	width: 250px;
}

.logo h1{
	font-family: 'Comfortaa';
	color: #4B2C1A;
}

p{
	color: #111;
	font-size: 16px;
}

.home-description{
	font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
	font-style: normal;
    font-weight: 400;
	font-size: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 30px;
}

.btn{
	padding: 10px 60px;
	height: 44px;
	font-size: 16px;
}

.btn-bourad{
	background-color: #fff;
	color: #111;
	border: 1px solid #4B2C1A;
	border-radius: 0px !important;
	transition: all 0.4s ease-in-out;
	margin-bottom: 20px;
	font-family: "Inter";
	font-size: 16px;
}

.btn-bourad:hover{
	color: #fff;
	background-color: #4B2C1A;
	border-color: #4B2C1A;
}

.img-bourad{
	width: 100%;
	opacity: 0.25;
	padding-top: 20px;
}