@charset "UTF-8";
/* CSS Document */

.main_top {
    position: relative;
	height: 20vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rounded_wrapper {
	bottom:220px;
}

.lucky {
    right: -100vw;
    width: 100%;
}


.inline_img {
	width: 14vw;
}

.stickimg {
	width:18vw;
}

.feat_txt {
	width:100%;
    min-height: initial;
    border-right: 0px solid #000;
    border-bottom: 0px solid #000;
	padding: 40px 0px 80px 0px;
}

.featured {
    flex-direction: column-reverse;
}

.feat_img {
    width: 100%;
    float: none;
    min-height: initial;
	border-bottom: 1px solid #000;
}

.feat_img svg {
    width: 100%;
    height: 38vh;
}

.lastquote {
	width:80%;  
	padding: 80px 0px 80px 0px;
}
