.heading{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:30px 0 50px 0}.heading .mission{margin-top:10px;color:#081131;font-size:30px}.heading .vision{max-width:800px;margin-top:10px;text-align:center;color:#59626d;font-size:18px}.heading .vision2{margin-top:10px;text-align:center;color:#59626d;font-size:18px}.heading a{margin-top:20px;min-width:400px;font-size:18px}.products{display:flex;justify-content:space-between}.product{position:relative;width:25%;min-height:250px;margin:0 10px;padding:14px;border-radius:10px;box-shadow:0 0 5px #e3e3e3;background-color:#ffff}.product .head{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-bottom:30px;border-bottom:1px solid #e0e2e9}.product .head img{margin-bottom:20px}.product .head span:nth-child(2){display:block;margin-bottom:8px;color:#484343;font-size:26px}.product .head span:nth-child(3){display:block;text-align:center;color:#59626d;font-size:14px}.product .price{display:flex;align-items:center;flex-direction:column;padding-top:20px;padding-bottom:30px;border-bottom:1px solid #e0e2e9}.product .price p{color:#59626d;font-size:14px}.product .price div{margin-bottom:5px}.product .price span:nth-child(1){color:#081131;font-size:28px}.product .price span:nth-child(2){color:#59626d;font-size:14px}.product .description{display:flex;justify-content:center;margin-bottom:50px;padding:30px 15px;color:#59626d;font-size:15px}.product .description span{display:block}.product .buttons{width:max-content;position:absolute;bottom:10px;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:992px){.products{flex-direction:column}.product{width:80%;margin:20px 30px}}