html {
    height: 100%;
}

@font-face {
    font-family: Monserrat;
    src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
    font-style: normal;
    font-weight: bolder;
}

body {
    background-color: #ffffff;
    height: 100%;
    margin: 0;
    font: 12px/18px 'Monserrat';
}

.container {
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 100%;
}

.logo {
    margin-top: 15px;
    margin-bottom: 15px;
}

.logo-pic {
    width: 100%;
}

.page_text{
    width: 84%;
    padding: 15px;
    height: 90%;
    max-height: 900px;
    color: rgb(7, 73, 133);
    min-height: 100px;
    text-align: center;


    border: var(--b) solid #0000;
        --_g: #0000 90deg,var(--c) 0;
        --_p: var(--w) var(--w) border-box no-repeat;
  background:
    conic-gradient(from 90deg  at top    var(--b) left  var(--b),var(--_g)) 0    0    / var(--_p),
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g)) 100% 0    / var(--_p),
    conic-gradient(from 0deg   at bottom var(--b) left  var(--b),var(--_g)) 0    100% / var(--_p),
    conic-gradient(from -90deg at bottom var(--b) right var(--b),var(--_g)) 100% 100% / var(--_p);
}

.brands {
    text-transform: uppercase;
    font-weight: 650;
    font-size: 12px;
    line-height: 12px;
    margin-left: 5px;
    margin-right: 5px;
}
.right {
    display: block;
    text-align: right;
}
.left {
    display: block;
    text-align: left;
}

.action {
    margin-top: 60px;
}

.action_button{
    text-decoration: none;
    text-shadow: #000;
    font-weight: 500;
    font-size: 16px;
    margin: 3px;
    color: #FFF;
    background: rgb(7, 73, 133);
    border-radius: 22px;
    overflow: hidden;
    display: inline-block;
    padding: 13px 20px;
    text-decoration: none;
    text-transform: uppercase;
    width: 50%;
}

.ig {
    background: #FFF;
    color: rgb(7, 73, 133);
    border: solid;
    border-width: 1px;
}


.description{
    margin-top: 3%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.desc2 {
    margin-top: auto;  
    align-self: last baseline; 
    font-weight: 500;
}