div.wpcf7-mail-sent-ok {
   border: none !important;
}
div.wpcf7-response-output {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 15px !important;
}

.btn-header {
	display: inline-block;
    padding: 10px 25px;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    height: 45px;
    box-sizing: border-box;
    -webkit-transition: .35s;
  	background-color: #36454f;
  	color: #ffffff;
}

.btn-header:hover {
  	background-color: #D3D3D3;
}
  
.btn-header a {
    padding: 2px 12px 2px 0px !important;
    margin: 0px 2px 0px -10px !important;
    color: #ffffff !important;
}

.wtext {
  padding-top: 20px;
  padding-bottom: 20px;
}
#special-offer .offer-content .title > h2 {
    max-width: 340px;
}
#special-offer .offer-content {
    padding: 45px 0 0px 0 !important;
}