@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;800;900&display=swap);

* {
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
}

@media only screen and (max-device-width: 767px) {
  .hidden {
    display: none;
  }

}

.bg {
    align-items: center;
    /* 
    background-color: darkblue;
    background-image: url("../img/mku.png"); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-size: 90% 90%; 
    */
    width: 100vw;
    height: 100vh;
}

.bg1 {
    align-items: center;
    background-color: darkgreen;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-size: 40vw 100vh;
    width: 40vw;
    height: 100vh;
    /* background-image: url('./assets/images/bg.png'); */
    }

.col-3 img{
  max-width: 50%;
}

.col-7 img{
  align-items: center;
  max-width: 10%;
}

.col-7 p{
  font-weight: 900;
}