Hi,
I have add these lines to the style.css file. Please reload your site and check again.
.step-info {
padding: 0;
margin: 0;
}
.step-info li {
padding-left: 20px;
display: inline-block;
}
.step-info li .number {
height: 50px;
width: 50px;
background-color: #94da46;
display: inline-block;
border-radius: 100%;
text-align: center;
color: #fff;
font-size: 24px;
float: left;
margin-top: 5px;
}
.step-info li .content-step {
display: inline-block;
line-height: 1.3;
padding-left: 15px;
}
.step-info li .content-step .title {
text-transform: uppercase;
color: #1f2a37;
font-weight: bold;
font-size: 16px;
}
a.btn-book {
padding: 15px 5px;
background-color: #94da46;
color: #fff;
text-transform: uppercase;
font-weight: bold;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
Best regards.