.introTite{
    font-family: "Kurale", serif;
    font-weight: 400;
    font-style: normal;
}

@media (width<1000px) {
    iframe{
        width: 40% !important;
    }
    .introTite{
        font-size: 30px;
    }
    .introTite+h3{
        font-size: 20px;
    }
}

@media (width<700px) {
    .intro{
        flex-direction: column;
        gap: 30px;
    }
    .intro>div{
        width: 90% !important;
    }
    iframe{
        width: 90% !important;
    }
}