.calltoaction a {
    float: right;
}

.calltoaction a.btn.btn-primary {
    background: #ea1e26;
    border: 1px solid #ea1f26;
    color: #ffff;
    font-weight: 600;
    border-radius: 100px;
    position: relative;
    top: -5px;
}

.calltoaction a.btn.btn-primary:hover {
    background: #000;
    border: 1px solid #000;
    color: #ffff;
}


.calltoaction p {
    margin: 0px;
    font-size: 21px;
    font-weight: 600;
}

.calltoaction {
    background: #fff;
    padding: 20px 39px;
    border-radius: 12px;
    box-shadow: 0px 0px 14px #7f81840d;
}