@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

.font-custom {
    font-family: "Sagrantino";
    line-height: 1.7;
}

.font-forum {
    font-family: "Forum", sans-serif;
}


.ulmo-about {
    padding: 100px 0;
    background-color: #fff;
}

.about-text {
    padding-inline: 3rem;
}

.about-text p {
    margin-bottom: 1rem;
}

.ulmo-about h4 {
    font-size: 20px;
    margin-bottom: 1rem;
}

.ulmo-about h1 {
    font-size: 35px;
    margin-bottom: 30px;
}

.hero-slogan {
    font-size: 65px;
    margin-bottom: 20px;
}

.absolute.inset-0.bg-black\/60 {
    background-color: rgb(0, 0, 0, .5);
}

img.logo {
    width: 180px;
}

.about-text h2 {
    font-family: "Sagrantino", sans-serif;
    margin-top: 1.25rem;
    font-size: 50px;
}