.img{
position: relative;
width: 100%;
top: -108px;
border-radius: 96px;
height: 1091px;
background-image:url(imgHomePage.svg) ;
background-size:cover;
display: flex;
justify-content: center;

}
.space{
    height: 100px;
    margin-top: -100px;
}
.whoWe{
width: 158px;
height: 27px;
font-family: 'Rubik';
font-style: normal;
font-weight: 600;
font-size: 38px;
line-height: 10px;
color: #001F35;
/* margin-bottom: 20px; */
}
.contactWhoWe{
width: 618px;
height: 400px;
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-size: 34px;
line-height: 100%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
color: #000000;
justify-content: baseline ;
}
.blue-rectangle{
    position: absolute; 
    width: 100%;
     height: 903px;
     background: #001F35; 
    border-radius: 96px; 
    display: flex; 
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.why-us{
    display: flex; 
    align-items: flex-start;
    justify-content: center;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}
.location-rectangle{
    margin-top: 50px;

    width: 80%;  
    height: 640px; 
    display: flex; 
    justify-content: space-between;
}
.gray-rectangle{
    width: 338px; 
    height: 570px; 
    background: #D9D9D9;
    border-radius: 64px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-items: center;
}
.titles{
    width: 100%;
    height: 176px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 100%;
    display: flex;
    align-items: flex-end;
    text-align: center; 
    color: #001F35;
}

.description{
width: 244px;
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-size: 26px;
line-height: 100%;
text-align: center;
color: #000000;
margin-top: 40px;
}
.logoCenter{
position: absolute;
width: 529px;
height: 164px;
top: 384px; 
}
.red-line{
    width: 112px;
    height: 0px;
    border: 2px solid #C00624;
    transform: rotate(180deg);
}