body {
    font-family: 'Poppins';
}

#intro {
    background-image: url("img/bg-head.png");
    /* height: 100vh; */
    max-width: 100%;
    height: auto;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.card {
    border-radius: 18px;
    height: 600px;
    padding-top: 4px;
}

section {
    height: 100%;
}

@media (min-width: 1200px) {
.text1 {
    font-size: 70px;
}
.text2 {
    font-size: 40px;
}
}

@media (max-width: 1199.98px) {
.text1 {
    text-align: center;
    font-size: 50px;
}
.text2 {
    text-align: center;
    font-size: 20px;
}
.text3 {
    text-align: center;
}
}
