section.first-step-section {
    padding:150px 0px 180px;
}
section.first-step-section .first-step-full-container{
    display:flex;
    align-items: center;
}
section.first-step-section .first-step-full-container .first-step-image-box {
    width: 50%;
}
section.first-step-section .first-step-full-container .first-right-content{
    width: 50%;
}
section.first-step-section .first-step-full-container .pre-content{
    max-width: 568px;
    padding-left: 68px;
}
section.first-step-section .first-step-full-container .pre-content p{
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #111;
    margin: 0 0 15px 0;
    padding: 0;
}
section.first-step-section .first-step-today {
    text-align: center;
    margin-top:100px;
}
section.first-step-section .first-step-today p{
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #111;
    margin: 0 0 15px 0;
    padding: 0;
}
section.first-step-section .first-step-today a {
    border: 1px solid #172836;
    background:#172836;
    margin: 0;
    width: 100%;
    display: block;
	max-width:200px;
    /*height: 53px;*/
    padding: 14px 15px;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.79px;
    letter-spacing: 2%;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	text-align:center;
    margin: 0 auto;
}
section.first-step-section .first-step-today a:hover{
    border: 1px solid #648AA8;
    background-color:#648AA8;
}
section.first-step-section .first-step-title{
    padding: 0;
    margin: 0 0 18px;
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: 0.32px;
    text-align: center;
    color: #000000;
}
section.first-step-section .get-in-touch {
    margin-top: 45px;
}
