#f {
    font-size: var(--fs-15);
}

@media screen and (max-width: 767px) {
    #f #laptop_f .top .contact {
        width: 80%;
    }
}
@media screen and (max-width: 500px) {
    #f #laptop_f .low {
        justify-content: left;
    }
    #f #laptop_f .low > div {
        width: 80%;
        min-width: fit-content;
        justify-content: left
    }
}