
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');


.hankenGrotesk, .hankenGrotesk *{
    font-family: "Hanken Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    background-color: #FFF;
}

.hero-text{
    color: #2E86AB;
    font-size: 64px;
    line-height: 120%;
    margin: 0;
    margin-left: 40px;
    margin-right: 40px;
    font-weight: 700;
}

.hero{
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    row-gap: 100px;
    height: calc(100svh - (80px));
    justify-content: space-between;
}

a{
    text-decoration: none;
    color: inherit;
}

.text-tel, .text-tel a{
    font-size: 20px;
    line-height: 26px;
    color: #2E86AB;
    margin: 0;
    font-weight: 400;
}

.section-contatti{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
}

body{
    margin: 0;
}

.footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
}

@media screen and (max-width: 768px) {
    .hero-text{
        color: #2E86AB;
        font-size: 28px;
        line-height: 120%;
        margin: 0;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .text-tel{
        font-size: 20px;
        line-height: 26px;
        color: #2E86AB;
        margin: 0;
    }
}