body {
    min-width: 1260px;
    max-width: 1920px
}

.font-format {
    text-align: justify;
    font-size: max(1rem, 1.2vw);
}

.font-format-header {
    text-align: justify;
    font-size: max(1.8rem, 2.1vw);
}

.row-format {
    padding: 0px;
    margin: 0px;
}


.zoom:hover {
    transition-duration: 2s;
    transform: scale(1.1);
    cursor: pointer;
}

.zoom {
    transition: all 1s linear;
}

.zoom_1_0_5:hover {
    transition-duration: 2s;
    transform: scale(1.05);
    cursor: pointer;
}

.zoom_1_0_5 {
    transition: all 1s linear;
}

.zoom_q:hover {
    transition-duration: 0.3s;
    transform: scale(1.02);
    cursor: pointer;
}

.zoom_q {
    transition: all 1s linear;
}