.a_heading {
    font-size: 2.75rem;
    font-weight: 400;
}


.maine_button {
    background-color: var(--primary-color);
    border-radius: .5rem;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    max-width: none;
    min-width: 10px;
    outline: none;
    overflow: hidden;
    padding: 8px 15px 8px;
    position: relative;
    text-align: center;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    /* width: 100%;  */
}

.maine_button:hover,
.maine_button:focus {
    opacity: .75;
    color: #fff;
}


.var_heading {
    font-size: 2.25rem;
    font-weight: 400;
    padding-bottom: .2rem;
}

.section.proIns {
    padding: 6rem 0 2rem 0;
}




.border_primary { 
    border-color: var(--primary-color) !important;
}

.primary_txt {
    color: var(--primary-color) !important;
}