.cross-town-delivery-section {
    padding: 0;
}
.cross-town-delivery-container {
    display: flex; 
}
.cross-town-delivery-section .left-img {
    width: 50%;
}
.cross-town-delivery-section .left-img img {
    height: 100%;
    object-fit: cover;
}
.cross-town-delivery-section .right-content {
    width: 50%;
    display: flex;
    align-items: center;
}
.cross-town-delivery-section .right-inner-content {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    padding: 80px 80px 80px 0;
}
.cross-town-delivery-section .right-inner-content h2 {
    color: #000;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.44px;
    font-family: "Raleway", sans-serif;
}
.cross-town-delivery-section .right-inner-content p {
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 29px;
  font-family: "Raleway", Sans-serif;
}
.cross-town-delivery-section .right-inner-content .key-feature h3 {
    font-size: 20px; 
}

.cross-town-delivery-section .right-inner-content .key-feature {
    margin-top: 50px;
}

.cross-town-delivery-section .right-inner-content .key-feature a.btn-cta {
    padding: 20px 46px;
    background: #64c6d5;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 30px;
    display: inline-block;
}
.cross-town-delivery-section .right-inner-content .key-feature a.btn-cta:hover {
    background: #e4316e;
}
 
