/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 18 2022 | 07:27:25 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.ast-separate-container .ast-archive-description{
	background-color: white!important;
}
#content .ast-container{
	display: flex !important;
    align-items: flex-start !important;
    gap: 0px !important;
	max-width: 100%!important;
	background: white!important;
}
.spacer-small{
	width: 40%;
    position: sticky;
    top: 0;
}
.wrapper-small{
	padding-left: 5%!important;
	padding-top:70px;
}
.img{
    max-width: unset!important;
}
.ast-single-post-order1{
	position: absolute;
    bottom: 20%;
	right: 25px;
	left: 25px;
	text-align: center;
}
.entry_title1{
	font-weight: 700;
    color: #fff; 
	margin-bottom: -.35em;
}
.right-parts {
    width: 60%;
    padding: 70px 50px 50px;
}