.secBr{
    width: 92%;
    height: auto;
    margin-top: 5%;
    position: relative;
    border: solid 15px #99c44c;
    box-shadow: 0px 25px 15px 3px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    font-family: 'Spartan', sans-serif;
    background-color: white;
}

.br{
    padding: var(--marge);
    font-family: Verdana;
    font-weight: bold;
    font-size: 3vw;
    color: #353535;
    border-radius: 4px 0 25px 0;
    background-color: #99c44c;
    margin-left: 15px;
    margin-top: 15px;
    width: fit-content;
    border: none;
}