.hosting-plans-wrapper{display:flex;gap:20px;align-items:center;justify-content:center;margin:0 auto;width:100%}.outer{background-color:#008b47;border-radius:10px;overflow:hidden;max-width:300px;color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.outer{min-width:271px!important;max-width:271px!important;width:271px!important}.outer:hover{transform:translateY(-5px);box-shadow:0 6px 15px rgba(0,0,0,.2)}.top{padding:20px}.bottom{background-color:white}.header{display:flex;justify-content:space-between;align-items:center}.icon img{width:30px;height:30px}.price .currency{font-size:14px;vertical-align:top}.price .amount{font-size:26px;font-weight:700}.price .duration{font-size:10px;margin-left:-4px}.title{font-size:20px!important;font-weight:600;margin-top:20px;text-align:left;color:white!important}.description{font-size:14px;color:#d9f0de;margin:0;text-align:left}.features ul{list-style:none;padding:10px 20px;margin:0;background-color:#fff;color:#333;border-radius:0 0 10px 10px;text-align:left}.features ul li{display:flex;align-items:center;font-size:14px;margin:5px 0;justify-content:space-between}.features ul li i{background-color:#008b47;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;justify-content:center;align-items:center;margin-right:10px}.features ul li strong{margin-right:5px}.btn a{background-color:#008b47;color:white;text-decoration:none;padding:10px 60px;border-radius:5px;font-size:16px;font-weight:700;transition:background-color .3s ease,color .3s ease;border:1px solid transparent}.btn a:hover{background-color:#fff;color:#008b47;border-color:#008b47}.hosting-plans-wrapper>div:first-child .outer{background-color:#299345}.hosting-plans-wrapper>div:nth-child(2) .outer{background-color:#97c93c}.hosting-plans-wrapper>div:nth-child(3) .outer{background-color:#232323}.hosting-plans-wrapper>div:last-child .outer{background-color:#d0c81a}.single-hosting_service .hosting-plans-wrapper{padding-bottom:50px}@media (max-width:1240px){.hosting-plans-wrapper{flex-wrap:wrap;justify-content:center;align-items:center;width:100%}}