#page {
    min-height: 100svh;
    position: relative;
    overflow-x: hidden;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
}
#main-content{
    flex: 1;
}
::-webkit-scrollbar {
    width: 0;
}

h1{
    margin-top: 20px;
    margin-bottom: 30px;
    color: #101010;
    font-size: 37px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.about-text-place p{
    color: #112038;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
}
.about-text-place p span{
    font-size: 20px;
}
.p-marging{
    margin-bottom: 30px;
}
.colored-text{
    padding: 1px 5px;
    background: #0c3175;
    color: white;
    font-weight: 400;
}
.about-whater{
    opacity: 0.35;
    position: absolute;
    width: 100%;
    bottom: -65%;
}
footer{
    background: rgba(220, 220, 220, 1);
}


@media(max-width:479px){
    .about-text-place p {
        color: #112038;
        font-size: 15px;
        line-height: normal;
        font-weight: 400;
    }  
}