.priceList{background-color:#eaeef6;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:11rem 2rem 0;display:flex;position:relative}@media only screen and (width<=800px){.priceList{padding:9rem 2rem 2rem}}.priceList .cards{justify-content:center;align-items:center;gap:3rem;width:100%;display:flex}@media only screen and (width<=800px){.priceList .cards{flex-direction:column;gap:2rem}}.priceList .cards .card{background-color:#fff;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;width:16rem;padding:2rem 1rem;display:flex;box-shadow:0 12px 23px -13px #a0a3aa}.priceList .cards .card:nth-child(2){background-color:#ecfff6;transform:scale(1.2)}@media only screen and (width<=800px){.priceList .cards .card{flex-direction:row;justify-content:space-around;gap:2rem;width:90%;min-width:28rem;padding:1rem 2rem}.priceList .cards .card:nth-child(2){transform:scale(1)}}.priceList .cards .card img{width:7rem}.priceList .cards .card .info{flex-direction:column;justify-content:center;align-items:center;display:flex}.priceList .cards .card .title{color:#00bf63;margin-top:1rem;font-size:1.1rem;font-weight:700}.priceList .cards .card .price{font-size:3rem;font-weight:bolder;line-height:3.5rem}.priceList .cards .card .duration{margin-bottom:.5rem;font-weight:700;line-height:1.3rem}.priceList .cards .card .average{color:#aaacaf;margin-bottom:2rem;font-size:.75rem;font-weight:700;line-height:1rem}.priceList .cards .card button{text-align:center;cursor:pointer;color:#fff;background-color:#00bf63;border-radius:.5rem;padding:1rem;font-weight:700}.priceList .cards .card button:hover{background-color:#00a656}.priceList .cards .card button:active{background-color:#008c49}.priceList .additionalInfo{text-align:center;color:#17794a;margin:7rem 0 4rem}@media only screen and (width<=800px){.priceList .additionalInfo{margin:3rem 0 1rem;font-size:.8rem}}