.bloc{
    width: auto;
    height: auto;
}

.iti{
    width: 100% !important;
    display: block !important;
}

.columns {
    width: 100%;
    max-width: 1110px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
}
.container {
    width: 100%;
    max-width: 1110px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.column-3 {
    width: 30%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}
.product-description {
    text-align: left;
    box-sizing: border-box;
}

.div {
    display: block;
}

.column-3.product {
    background-color: #f4f8fd;
    border-radius: 24px;
    padding: 45px 25px 25px;
}

.pink-icons {
    outline-offset: 0px;
    background-color: #ff8c00;
    border-radius: 100px;
    outline: 5px solid #ff8c00;
    margin-bottom: 15px;
}
h2 {
    color: #191c2f;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: Lexend,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 64px;
}
body{
    overflow-x: hidden;
}


.p-admin{
    background-color: rgb(36, 35, 35);
    height: 1200px;

}
.login{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('/image/invest.jpg'),center center fixed no-repeat;
    background-size: cover;
    height: 800px;
    justify-content: center;
}
.bg-nav{

    background-color: #fff;

}
.navbar-container{
    max-width: 100px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;

}
.navigation{
z-index: 9999;
height: 74px;
background-color: #fff;
font-weight: 400;
position: -webkit-sticky;
top: 0;
}
.apropos-header{
    overflow-x: hidden;
    font-family: var(--light-font);;

    transition: background-color 300ms ease-in-out 0s, box-shadow 300ms ease-in-out 0s;
}
.profil-tab{
    background-color: #f4f8fd;
    border-radius: 14px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 90px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    padding: 40px;
}
.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
}
.colum-2{
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    width: 45%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    text-align: center;

}
.spacer {
    width: 10px;
    height: 10px;
    min-width: 10px;
    box-sizing: border-box;
    display: block;
}
div {
    display: block;
}
.list_item {
    text-align: left;
}
.check-item {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    box-sizing: border-box;
}
h3 {
    color: #191c2f;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: Lexend,sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
}
p {
    color: #373a4d;
    margin-bottom: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}
em
{
   color: red;
}



.fastream{

    font-size: 20px;
    line-height: 1.33;
    letter-spacing: -0.6px;
}
video{
    height: calc(100vh - 55px) !important;
    width: 100%;
    object-fit: cover;
}

.over-text{
    z-index: 100;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

