:root {
    --primary: #086B88;
    --secondary: #025D9E;
    --tertiary: #02325A;
    --brown: #4E4E4C;
    --green: #2EB189;
    --white: #fff;
    --white-offset: #EDECEB !important;
    --black: #000 !important;
    --light: #f5f4f0 !important
}

body {
    /* font-family: 'Manjari', sans-serif !important; */
    font-family: "Open Sans", sans-serif !important;

}
.main-heading {
    background: linear-gradient(var(--green) 40%, var(--primary) 60%);
    background: -webkit-linear-gradient(var(--secondary) 40%, var(--primary) 60%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    font-weight: bold;
}
.text-primary {
    color: var(--primary) !important;
}

.btn-primary {
    background: linear-gradient(var(--green) -20%, var(--primary) 60%);
}
.fs-large {
    font-size: 50px;
}
.btn-white {
    background-color: #fff;
}

/* ****HOME PAGE*** */
.logos-grid {
    /* display: grid;
    grid-template-columns: repeat(5,20%);
    justify-content: center;
    align-items: center;
    row-gap: 50px; */
    /* padding: 50px 0; */
}
/* .logos-grid > div {
    display: flex;
    align-items: center;
    justify-content: center;
} */
