﻿body {
    /* img{
    width: 100%;
    height: 400px;
    display: flex;
} */
.containerss{
    margin-top: 50px;
    max-width: 1170px;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: 150px;
}

.m-b50 {
    margin-bottom: 50px;
}

.align-items-center {
    align-items: center !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
   /*font-family: 'Rubik', sans-serif;*/
}

.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
}

h2 {
    font-size: 12px;
    line-height: 40px;
    margin-bottom: 25px;
    font-weight: 100;
    color: var(--title);
    font-family: 'Rubik', sans-serif;
    margin-top: 0;
}

body {
    background-color: #fff;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 10px;
    font-weight: 400;
    color: #6f6f6f;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/*p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
}*/



}
