.cta-three__image {
    float: right;
    max-width: 100%;
}

span.counter:after {
    content: "+";
    display: inline;
}

.centre-section {
    padding: 100px 0 80px;
}

.centre-section .centreBox {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 45px 35px 15px;
    position: relative;
    border: 1px solid #ddd;
    border-style: dashed;
    height: 100%;
}

.centre-section .centreBox .centre_innerBox {}

.centre-section .centreBox .centre_innerBox p.title {
    color: #012237;
    font-weight: 500;
    font-size: 22px;
}

.centre-section .centreBox .centre_innerBox p.address {
    line-height: normal;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}

.centre-section .centreBox .centre_innerBox p.phone {
    margin-bottom: 5px;
    line-height: normal;
    display: flex;
    align-items: center;
}

.centre-section .centreBox .centreTitle {
    position: absolute;
    top: -25px;
    background: #fff;
    background: #022c46;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40%;
    border: 1px dashed #eee;
    border-radius: 32px;
    left: 50%;
    transform: translateX(-50%);
}

.centre-section .centreBox .centreTitle p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

.centre-section .centreBox .centre_innerBox p.phone i {
    color: #012237;
    margin-right: 10px;
}

.centre-section .centreBox .centre_innerBox p.address i {
    color: #012237;
    margin-right: 10px;
}

.centre-section .centreBox .centre_innerBox .map {
    margin-top: 20px;
    background: #fff;
    padding: 15px 15px 5px;
}