.dcw_main{
    margin-top: 0!important;
}

.dcw_breadcrumb {
    border-top: 0;
}

.dcw_title{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.25;
    text-align: center;
    color: #010035;
}
.dcw_banner-heading_text{
    font-family: SourceSansPro;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    text-align: center;
    color: #545454;
    padding-top:3rem;
    }
.dsg_a_button {
    display: block;
    min-width: 6.25rem;
    box-sizing: border-box;
    font-family: Source Sans Pro,Arial,Helvetica,sans-serif;
    cursor: pointer;
    outline: none;
    padding: 0.78rem 0.5rem;
    border-radius: 1.625rem;
    background-color: #e9041e;
    color: #fff;
    border: 0;
    text-decoration: none;
    margin: 3rem auto;
    font-weight: 600;
    width: 230px;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 48rem){
	.dcw_banner-heading_baseline {
		padding: 0 0 0 0!important;
		margin: 5.5rem auto 0;
	}
	
	.dcw_banner-heading_desc, .dcw_banner-heading_title {
		font-size:24px;
	}
.dcw_main{
    margin-top: 80px!important;
    }
}