@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.justify-content-between {
    justify-content: space-between;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row:before,
.row:after {
    content: none !important;
}

/*
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 438px) {
    .col-sm-6 {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
}

@media (max-width: 438px) {
    .col-max-sm-12 {
    flex: 0 0 auto;
    width: 100%;
    }
}*/