Aşağıdaki kodları bulup bunlar ile değiştirmeniz yeterli olur herhalde hocam

@media only screen and (max-width: 767px)
{
.pricing-box {
margin-top: 30px;
width: 100%;
height: 100%;
}
}
.pricing-box {
height: 630px;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
border: 2px solid rgba(0,214,100,.3);
margin-top: 30px;
-webkit-transition: .3s;
transition: .3s;
width: 375px;
}