.dos_title h2{
	font-family: "Migra"!important;
    margin: 0;
	margin-top: 5%;
	margin-bottom: 2%;
    font-size: 4.688vw!important;
    line-height: 1;
}

.dos_subtitle{
	font-size: 1.563vw;
    line-height: 1;
    font-family: "Migra";
    font-weight: 400;
}

.dos_do_img{
	margin-top: -10%;
    z-index: -10;
}

.dos_do_img img{
	height: 25vw;
}

.dos_button{
	font-family: 'Manrope';
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.3em;
	margin-top: 5%;
	width: fit-content;
    margin: auto;
}

.dos_button i{
	padding: 34px 31px;
    font-size: 1vw;
    border-radius: 50%;
    background-color: #D9C38A4D;
	overflow: hidden;
    display: inline-flex;
}

.dos_button a:hover{
	color: black;
}

.dos_button:hover i:before {
    display: inline-block;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: bounce;
    animation-timing-function: ease;
}

.wineyard_element p {
    padding-left: 5%;
}
