@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap");:root{--color-bg: hsl(0, 0%, 98%);--color-primary-text: hsl(229, 6%, 66%);--color-secondary-text: hsl(234, 12%, 34%);--color-red:hsl(0, 78%, 62%);--color-blue: hsl(212, 86%, 64%);--color-cyan: hsl(180, 62%, 55%);--color-orange: hsl(34, 97%, 64%)}body{font-family:'Poppins', sans-serif;font-size:1.5rem}h1,p{color:var(--color-primary-text)}h2,h3{color:var(--color-secondary-text)}.header{text-align:center}.header__title{font-size:2.2rem;font-weight:400;letter-spacing:1px}.header__subtitle{font-weight:600;letter-spacing:1px}.header__paragraph{font-weight:200}*,*::before,*::after{margin:0;padding:0;-webkit-box-sizing:inherit;box-sizing:inherit}img{display:block}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%}.attribution{font-size:1.5rem;text-align:center}.attribution a{color:#3e52a3}body{background-color:var(--color-bg);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:90vw;margin:0 auto;margin-block:5rem;-webkit-box-flex:0;-webkit-flex:0 0 35rem;-ms-flex:0 0 35rem;flex:0 0 35rem}.header{margin-bottom:5rem;max-width:45rem}.header>*{margin-top:.5rem}@media only screen and (min-width: 48em){.header{margin-bottom:0rem}}@media only screen and (min-width: 48em){.cards{width:100%;display:-ms-grid;display:grid;-ms-grid-columns:(minmax(20rem, 35rem))[3];grid-template-columns:repeat(3, minmax(20rem, 35rem));-ms-grid-rows:(17rem)[3];grid-template-rows:repeat(3, 17rem);-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}}.cards__card{max-width:35rem;-webkit-border-radius:0.5rem;border-radius:0.5rem;padding:2rem;margin-bottom:3rem;-webkit-box-shadow:0 2rem 1.5rem rgba(0,0,0,0.1);box-shadow:0 2rem 1.5rem rgba(0,0,0,0.1)}@media only screen and (min-width: 48em){.cards__card{margin:0 auto}}.cards__card:nth-child(1){border-top:3px solid var(--color-cyan)}@media only screen and (min-width: 48em){.cards__card:nth-child(1){-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3;-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2}}.cards__card:nth-child(2){border-top:3px solid var(--color-red)}@media only screen and (min-width: 48em){.cards__card:nth-child(2){-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/2;-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-webkit-transform:translateY(35%);-ms-transform:translateY(35%);transform:translateY(35%)}}.cards__card:nth-child(3){border-top:3px solid var(--color-orange)}@media only screen and (min-width: 48em){.cards__card:nth-child(3){-ms-grid-row:3;-ms-grid-row-span:1;grid-row:3/4;-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-webkit-transform:translateY(-35%);-ms-transform:translateY(-35%);transform:translateY(-35%)}}.cards__card:nth-child(4){border-top:3px solid var(--color-blue)}@media only screen and (min-width: 48em){.cards__card:nth-child(4){-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3;-ms-grid-column:3;-ms-grid-column-span:1;grid-column:3/4}}@media only screen and (min-width: 48em){.cards__card{padding:1rem;margin-bottom:0rem}}.cards__card-description{padding-block:1rem}.cards__card-img{width:100%;margin-block:1rem}.cards__card-img img{width:4rem;margin-left:auto}
