/*
Theme Name: Draftspot theme
Theme URI:
Author: Draftspot
Author URI: www.draftspot.net
Description:  The best wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: draftspot_theme
Tags: flashrad,Draftspot
*/
.ds_hp_study_wrap{
    column-count:2;
}
.red_text{
    color:red;
}
.ds_form_notice{
    text-align: center;
    padding-top: 1em;
    color: green;
}
.ds_footer_mitel{
	justify-content:flex-end;
	padding-top:2.2em;
	gap:1em;
}
.ds_footer_mitel p{
	color: #020F59;
	padding-top: 8px;
}
 @media only screen and (max-width: 767px){
    .ds_footer_mitel{
		justify-content:center;
	 }
}