.section {
    padding: 10px 5px 10px 5px;
    position: relative;
    width: 100%;
}

.column {
    min-height: 80px;
    margin-right: 10px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.column-large {
    min-height: 900px !important;
}

.column p {
    margin-bottom: 10px;
}

.header-style {
    min-height: 120px;
    margin-top: 20px;
}

.footer-style {
    min-height: 150px;
    margin-top: 5px;
}

.main-style {
    min-height: 900px;
    margin-top: 5px;
}

.paragraph-style {
}

.list-style {
}

.image-style {
}

@media (max-width: 640px) {
    .header-style, .main-style, .footer-style {
        height: auto;
    }

    .header-style > div {
        justify-content: flex-start;
        flex-direction: column;
    }

    .main-style > div {
        justify-content: flex-start;
        flex-direction: column;
    }

    .footer-style > div {
        justify-content: flex-start;
        flex-direction: column;
    }

    .column {
        flex: none !important;
    }
}

@media (min-width: 640px) and (max-width: 1024px) {
    .custom-button {
        width: 100% !important;
    }
}
