.price{
    width: 100%;
    height: auto;
}
.price .banner{
    width: 100%;
    margin-top: 50px;
    height: 50vh;
    background: url(./images/price.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.price .banner .ban-col{
    width: 100%;
    height: 50vh;
    background-color: #13334dbd;
   
}
.price .banner .ban-col h1{
    padding-top: 100px;
    text-align: center;
    color: white;
    font-size: 84px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.price-content{
    width: 100%;
    padding: 40px 140px;
}
.price-content h1{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    color: #13334d;
}
.price-content P{
    padding: 2px 30px;
    text-align: center;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.price-cards {
    width: 100%;
    padding: 10px 140px;
    height: auto;
}
.price-cards .mission-cards{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.price-cards .mission-cards .m-cards{
    width: 340px;
    height: 550px;
    margin: 20px;
    border: 3px solid #13334d ;
    background: white;
    border-radius: 13px;
}
.price-cards h1{
    text-align: center;
    color: #13334d;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.price-cards .mission-cards .m-cards img{
    width: 100%;
    height: 180px;
    border-bottom: 3px solid #13334d ;
    border-top-left-radius: 11.5px;
    border-top-right-radius: 11.5px;
}
.price-cards .mission-cards .m-cards h3{
    text-align: center;
    background-color: #13334d;
    color: white;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
}
.price-cards .mission-cards .m-cards ul li{
    text-align: center;
    padding: 15px 8px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    border-bottom: 2px solid #13334d;
}
.price-cards .mission-cards .m-cards center a{
    padding: 12px 20px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    background-color: #13334d;
    color: white;
    border-radius: 20px;
}
@media (max-width: 420px) {
    .price-content{
        padding: 40px 10px;
    }
    .price .banner .ban-col h1{
        font-size: 45px;
    }
    .price-content h1 {
        font-size: 20px;
    }
    .price-cards{
        padding: 40px 10px;
    }
}

