.wp-block-pullquote blockquote, .wp-block-quote:not(.is-large):not(.is-style-large),.wp-block-pullquote {
    border-color: #f6520a;
}
.wp-block-file .wp-block-file__button, .wp-block-button .wp-block-button__link{
	background: #f6520a;
	color: #fff !important;
	border-radius: 30;
    font-weight: 500;
}
.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
    background-color: #1d1c1f;
    color: #fff !important;
    box-shadow: 0px 15px 30px -17px rgb(0 0 0 / 75%);
}

.wp-block-button.is-style-outline{   
    padding: 15px 0px;
}

.wp-block-button.is-style-squared .wp-block-button__link{
    border-radius: 0px!important;
}

.wp-block-file .wp-block-file__button,
.wp-block-button.is-style-outline .wp-block-button__link {
    border-color: #f6520a!important;
    border: 3px solid;
    background:none;
    color: #f6520a!important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover{
 border-color: #1d1c1f!important;
}
.has-media-on-the-right img{
    width: 21vw!important;
}

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    padding: 20px;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow p{
    margin-bottom: 0px;
}

.page-links{
    clear: both;
}