body {
    font-family: Poppins;
  }

  .text1 {
    margin: auto;
    justify-content: center;
    display:flexbox;
    justify-self: center;
    @media only screen and (max-width: 375px) {
      width: 200px;
    }
  }
.text1 h2 {
    font-weight: 300;
    font-size: 28px;
    justify-self: center;
    @media only screen and (max-width:375px) {
      font-size: 15px;
    }
  }
  .text1 h2 span {
    font-weight: 600;
  }

  .text2 {
    width: 400px;
    justify-self: center;
    @media only screen and (max-width: 375px) {
      width: 250px;
    }
  }

  .text2 p {
    font-weight: 300;
    font-size: 12px;
    color: grey;
    @media only screen and (max-width: 375px) {
      font-size: 12px;
      display: block;
    }
  }
  .text2 p span{
    padding-left: 55px;
    @media only screen and (max-width: 375px) {
      padding-left: 0;
    }
  }

  .first{
    display: block;
    margin-top: 50px;
    justify-self: center; 
    @media only screen and (max-width: 375px) {
        justify-self: center;
        margin-left: 20px;
        width: fit-content;
    }
  }
  .div1 {
    width: 250px;
    height: 150px;
    border-radius: 5px;
    padding: 2%;
    justify-self: center;
    border-top: solid 3px hsl(0, 78%, 62%);
    box-shadow: 0px 2px 10px 0px rgb(0, 0, 0);
    @media only screen and (max-width:375px) {
      width: 180px;
    }
  }
  .div1 h2{
    font-size: 20px;
    line-height: 0;
    font-weight: 400;
    @media only screen and (max-width:375px) {
      font-size: 15px;
      padding-left: 10px;
    }
  }
  .div1 p {
    font-size: 12px;
    color: grey;
    font-weight: 300;
    @media only screen and (max-width:375px) {
      font-size: 10px;
      padding-left: 10px;
    }
  }
  .div1 img {
    width: 60px;
    margin-left: 200px;
    margin-top: 20px;
    @media only screen and (max-width: 375px) {
        width: 40px;
        margin-left: 120px;
        margin-top: 30px;
    }
  }


  .div2 {
    width: 250px;
    height: 150px;
    border-radius: 5px;
    padding: 2%;
    justify-self: center;
    border-top: solid 3px hsl(34, 97%, 64%);
    box-shadow: 0px 2px 10px 0px rgb(0, 0, 0);
    margin-top: 50px;
    @media only screen and (max-width: 375px) {
      width: 180px;
    }
  }
  .div2 h2{
    font-size: 20px;
    line-height: 0;
    font-weight: 400;
    @media only screen and (max-width:375px) {
      font-size: 15px;
      padding-left: 10px;
    }
  }
  .div2 p {
    font-size: 12px;
    color: grey;
    font-weight: 300;
    @media only screen and (max-width:375px) {
      font-size: 10px;
      padding-left: 10px;
    }
  }
  .div2 img {
    width: 60px;
    margin-left: 200px;
    margin-top: 20px;
    @media only screen and (max-width: 375px) {
      width: 40px;
      margin-left: 120px;
      margin-top: 30px;
    }
  }



.second {
    width: 75%;
    justify-content: space-between;
    display: flex;
    height: auto;
    justify-self: center;
    margin-top: -320px;
    @media only screen and (max-width: 375px) {
        display: block;
        margin-top: 50px;
        position: relative;
        margin-left: 20px;
        width: fit-content;
    }
}
  .div3 {
    width: 250px;
    height: 150px;
    border-radius: 5px;
    padding: 2%;
    border-top: solid 3px hsl(212, 86%, 64%);
    box-shadow: 0px 2px 10px 0px rgb(0, 0, 0);
    @media only screen and (max-width: 375px) {
      width: 180px;
    }
  }
 .div3 h2{
    font-size: 20px;
    line-height: 0;
    font-weight: 400;
    @media only screen and (max-width:375px) {
      font-size: 15px;
      padding-left: 10px;
    }
  }
  .div3 p {
    font-size: 12px;
    color: grey;
    font-weight: 300;
    @media only screen and (max-width:375px) {
      font-size: 10px;
      padding-left: 10px;
    }
  }
  .div3 img {
    width: 60px;
    margin-left: 200px;
    margin-top: 20px;
    @media only screen and (max-width: 375px) {
      width: 40px;
      margin-left: 120px;
      margin-top: 30px;
    }
  } 

  .div4 {
    width: 250px;
    height: 150px;
    border-radius: 5px;
    padding: 2%;
    border-top: solid 3px hsl(180, 62%, 55%);
    box-shadow: 0px 2px 10px 0px rgb(0, 0, 0);
    @media only screen and (max-width: 375px) {
      margin-top: 50px;
      width: 180px;
    }
  }
  .div4 h2{
    font-size: 20px;
    line-height: 0;
    font-weight: 400;
    
  }
  .div4 p {
    font-size: 12px;
    color: grey;
    font-weight: 300;
    @media only screen and (max-width:375px) {
      font-size: 10px;
      padding-left: 10px;
    }
  }
  .div4 img {
    width: 60px;
    margin-left: 200px;
    margin-top: 20px;
    @media only screen and (max-width: 375px) {
      width: 40px;
      margin-left: 120px;
      margin-top: 30px;
    }
  }

.attribution { 
    font-size: 11px; 
    text-align: center;
    margin-top: 200px; 
}
    .attribution a { 
        color: hsl(228, 45%, 44%); 
    }