.header .points .point{
    width: 23rem;
}

.header .points .point:last-child{
    width: 27rem;
}

.header .points .point svg{
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .front-page header .header .points .point {
        width: 18rem;
    }
    .front-page .header .points .point:last-child{
        width: 22rem;
    }
    .front-page header .menu .logo img{
        width: 6.5rem;
        height: 3.25rem;
    }
}

.front-page .form-section .row .form form .inputs p{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.front-page .form-section .row .form form .inputs input{
    width: 100%;
}


.front-page header .menu .logo img{
    width: 9.75rem;
    height: 5rem;
}