.payment-hr{
    display: flex;
}
.box-payment{
    margin-top: 50px;
}
.payment-hr hr{
    width: 35px;
    border-top: 1px solid black;
    margin-left: 0px;
    margin-top: 45px;
}
.payment{
    margin-top: 80px;
    background: url('../img/services-bg.png');
    padding-bottom: 50px;
}
.payment-hr p{
    margin-top: 31px;
    margin-left: 12px;
    font-size: 18px;
}
.price-box-1{
    background-image: url(../img/pr1.png);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
    padding: 20px;
    color: white;
    text-align: left;
    box-shadow: 5px 5px 70px -30px rgb(48, 48, 48);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.price-box-2{
    background-image: url(../img/pr2.png);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
    padding: 20px;
    color: white;
    text-align: left;
    box-shadow: 5px 5px 70px -30px rgb(48, 48, 48);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.price-box-3{
    background-image: url(../img/pr3.png);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
    padding: 20px;
    color: white;
    text-align: left;
    box-shadow: 5px 5px 70px -30px rgb(48, 48, 48);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.button2{
background-color: #4d6a4c; /* Green */
border: none;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 10px 2px;
cursor: pointer;
padding: 10px 24px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-top: 20px;
}
/* testimonial */
.price-box-1 h4{
    margin-bottom: 30px;
}
.price-box-2 h4{
    margin-bottom: 30px;
}
.price-box-3 h4{
    margin-bottom: 30px;
}
.box-payment{
    display: flex;
}