﻿p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
}
.valign-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.border-1px-orange {
    border: 1px solid var(--orange);
}



@media all and (max-width: 991px) {
    .container-fluid {
        padding: 0 0 10px 0 !important;
    }

    h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 900;
        font-size: 28px;
        line-height: 34px;
    }

    p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: justify;
    }
}