/* SET COL WIDTH DESKTOP */

.col-1 {
    width: 100%;
}

.col-2 {
    width: 100%;
}

.col-3 {
    width: 100%;
}

.col-4 {
    width: 50%;
}

.col-5 {
    width: 100%;
}

.col-6 {
    width: 100%;
}

.col-7 {
    width: 100%;
}

.col-8 {
    width: 100%;
}

.col-9 {
    width: 100%;
}

.col-10 {
    width: 100%;
}

.col-11 {
    width: 100%
}

.col-12 {
    width: 100%;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

button, a {
    font-size: 18px;
}

p {
    font-size: 15px;
}

/* Div */

.div-content {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

/* Text */

/* Images */

/* Buttons */

.btn-menu span {
    display: none;
}