:root{--Bright-orange: hsl(31, 77%, 52%);--Dark-cyan: hsl(184, 100%, 22%);--Very-dark-cyan: hsl(179, 100%, 13%);--ransparent-white: hsla(0, 0%, 100%, .75);--Very-light-gray: hsl(0, 0%, 95%);--Lexend-Deca: "Lexend Deca", sans-serif}body{margin:0;box-sizing:border-box}.container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;min-height:100vh}.card-section{box-sizing:border-box}.card-info{width:17em;height:30em;padding:2em;display:flex;flex-direction:column;justify-content:space-around;align-items:start;flex-wrap:wrap}.card-section:nth-child(1){background-color:var(--Bright-orange);border-radius:5px 0 0 5px}.card-section:nth-child(2){background-color:var(--Dark-cyan)}.card-section:nth-child(3){background-color:var(--Very-dark-cyan);border-radius:0 5px 5px 0}.card-title{text-transform:uppercase;font-size:2em;color:var(--Very-light-gray)}.card-description{color:var(--ransparent-white);line-height:25px;font-weight:500}.text-info{cursor:pointer;padding:1em 3em;background-color:#fff;text-align:center;border-radius:50px;font-family:var(--Lexend-Deca);font-size:.8em;border:none}.card-section:nth-child(1) .text-info{color:var(--Bright-orange)}.card-section:nth-child(2) .text-info{color:var(--Dark-cyan)}.card-section:nth-child(3) .text-info{color:var(--Very-dark-cyan)}@media (max-width: 831px){.card-section:nth-child(1){border-radius:0}.card-section:nth-child(3){border-radius:0}}@media (max-width: 559px){.card-section:nth-child(1){border-radius:5px 5px 0 0}.card-section:nth-child(3){border-radius:0 0 5px 5px}}
