.plans-body {
    transform: scale(0.8);
    margin-left: -127px;
    margin-top: -48px;
    overflow: hidden;
}

.price {
    /* transform: scale(0.8); */
    width: 1050px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* text-align: center; */
}

.price p {
    margin : 2px;
}

.price .offer {
    /* width: 100%; */
    /* transform: scale(0.8); */
    background-color: #ffffff;
    /* max-width: 370px; */
    min-width: 320px;
    padding: 35px 15px 35px 15px;
    margin: 0 auto;
    border: 2px solid #dddddd;
}

.offer.current {
    border: 4px solid #77B8F8;
}

/*plan name*/
.price p:nth-child(1) {
    color: #77B8F8;
    font-family: "Lato",sans-serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 2px;
}
/*plan image*/
.price p:nth-child(2) {
    border-color: #dddddd;
    border-style: solid;
    border-width: 0px 0px 1px 0;
    margin: 0px 40px 0px 40px;
    padding-bottom: 10px;
    /* width: 350px; */
    /* display: block; */
}
/*plan price*/
.price p:nth-child(3) {
    color: #454545;
    font-family: "Lato",sans-serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 2px;
    padding-top: 10px;
}
.price p:nth-child(3) span {
     color: #888888;
     font-family: "Open Sans", sans-serif;
     font-size: 20px;
     /*letter-spacing: 1px;*/
 }
/*you support our mission*/
.price p:nth-child(4) {
    color: #f5af1c;
    font-size: 15px;
    padding-top: 15px;
}
.price p:nth-child(4) a {
    color: #f5af1c;
    text-decoration: underline;
}
/*common advantages*/
.price p:nth-child(n+5):nth-child(-n+8) {
    color: #888888;
    font-size: 15px;
    padding-top: 0px;
}
/*differenciators*/
.price p:nth-child(n+9):nth-child(-n+11) {
    color: #888888;
    font-size: 15px;
    padding-top: 0px;
}

.price p:nth-child(12) {
    color: #888888;
    font-size: 15px;
    padding-top: 0px;
}
.price p:nth-child(13) {
    color: #454545;
    font-size: 15px;
    padding-top: 35px;
}

.price img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.price h5 {
    margin-bottom: 25px;
}