.price-table .main3{
    height: 100%;
    min-height: 490px;
    text-align: center;
    box-shadow: 2px 2px 20px 2px rgba(0,0,0,0.2);
}

.price-table .main3:nth-child(even){
    background-color: #0F75B8;
    color: #fff;
}

.price-table .main3:nth-child(odd){
    background: #fff;
    transform: scale(1.05);
}


.price-table .main3 h3 span{
    font-size: 2em;
    padding-left: 10%;
}

.price-table .main3 ul li{
    line-height: 2em;
}

.inner-wrapper .main.price-table:last-child{
    padding: 0 5px;
}

.flip-card{
    border: 2px solid;
    height: 100%;
    min-height: 215px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    margin-bottom: 10px;
}


.flip-card .front,
.flip-card .back{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flip-card .front{
    background-color: #fff;
}


.flip-card .back {
  background-color: #2980b9;
  color: #fff;
  transform: rotateY(180deg);
}

.flip-card .back p{
    padding: 0 10px;
    margin: 0;
}

.box4:hover .flip-card {
    transform: rotateY(180deg);
}
