img{
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: 0.5s all;
}
.btn{
	position: fixed;
	top: 80px;
	display: flex;
	align-items: center;
	right: 10vw;
}
.item{
	text-decoration:none;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	margin-left: 62px;
	background-color: #FB9019;
	border-radius: 20px;
	padding: 10px 26px;
}
.new-class{
	color: #FB9019;
	padding: 10px 26px;
	background-color: #fff;
	
}
.container{
	text-align: center;
}

.container p{
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.container p a{
	color: #333333;
	text-decoration: none;
}
