@media (max-width: 600px) {
    .front.sticky-menu-active .mainuser .logo img {
        max-height: 50px;
    }
}

.front #contentwidgetbottom .aboutAgent p {
    margin-bottom: 0;
}

@media (min-width: 1440px) {
    .front #topwidget1 .widgets-text-widget .content {
        font-size: 1.8vw;
    }
}

@media (max-width: 1180px) and (hover: hover) and (pointer: fine) {
    .front #topwidget1 .widgets-text-widget .content {
        font-size: 1.5em;
    }
}

@media (max-width: 845px) {
    .front #topwidget1 .widgets-text-widget .content {
        font-size: 1.4em;
    }
}

@media (max-width: 580px) {

    /* .front #topwidget1 .widgets-text-widget .content p,
    .front.smallscreen #topwidget1 .widgets-text-widget .content p {
        line-height: 1.3;
    } */

    .front #topwidget1 .widgets-text-widget,
    .front.smallscreen #topwidget1 .widgets-text-widget {
        top: 155px;
    }
}

@media (max-width: 420px) {

    .front #topwidget1 .widgets-text-widget .content,
    .front.smallscreen #topwidget1 .widgets-text-widget .content {
        font-size: 1.2em;
    }
    .front #topwidget1 .widgets-text-widget {
        width: 95%;
        left: 2%;
    }
}

@media (max-width: 384px) {
    .front .mainuser .bigimage {
        top: 291px;
    }
}