.memorial-service-section {
    padding: 120px 0 160px;
    background: #F7F7F7;
    overflow-x: hidden;
}

.memorial-service-section .full-container {
    max-width: 100%;
    padding: 0 260px 0 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.memorial-service-section .left-section {
    width: 53%;
}

.memorial-service-section .right-section {
    width: 47%;
    padding: 0 0 0 180px;
}
.memorial-service-section .right-section h2 {
    font-family: 'Halyard Display Book';
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 61px;
    letter-spacing: 0.015em;
    color: #000000;
    margin: 0 0 21px;
}
.memorial-service-section .right-section p {
    font-family: 'Halyard Display Book';
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.015em;
    color: #000000;
    margin: 0 0 50px;
}
.memorial-service-section .right-section .buttons {
    display: flex;
    gap: 17px;
}
.memorial-service-section .right-section .buttons a {
    font-family: 'Halyard Display';
    padding: 14px 5px;
    width: 100%;
    max-width: 200px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.memorial-service-section .right-section .buttons a.get-in-touch {
    background-color: #648AA8;
    border-color: #648AA8;
    color: #FFFFFF;
}
.memorial-service-section .right-section .buttons a.get-in-touch:hover {
    background-color: #172836;
    border-color: #172836;
}
.memorial-service-section .right-section .buttons a.phone-call {
    background-color: #F7F7F7;
    border-color: #000000;
    color: #000000;
    gap: 8px;
}
.memorial-service-section .right-section .buttons a.phone-call:hover {
    border-color: #172836;
    background-color: #172836;
    color: #ffffff;
}
.memorial-service-section .right-section .buttons a.phone-call svg path {
    transition: 0.3s;
}
.memorial-service-section .right-section .buttons a.phone-call:hover svg path {
    fill: #ffffff;
}
