#logo{
    background-image: url("images/ceo-back.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 360px;
    height: 281px;
}
h4{
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 34px;
    font-weight: 500;
    font-family: Roboto;
    color: #000;
}
#work{
    font-size: 16px;
    letter-spacing: 0.01em;
    font-family: Roboto;
    color: #898989;
}
#sale{
    font-size: 16px;
    letter-spacing: 0.01em;
    font-family: Roboto;
    color: #3e3e3e;
}
#find{
    border-radius: 16px;
    background-color: #f2f2f2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 328px;
    height: 54px;
}
#find-text{
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 24px;
    font-weight: 500;
    font-family: Roboto;
    color: #5a5a5a;
}
#about{
    font-size: 16px;
    font-family: Roboto;
    color: #000;
}
#about-loram{
    font-size: 14px;
    letter-spacing: 0.01em;
    font-family: Roboto;
    color: #646464;
    text-align: center;
    display: inline-block;
    width: 311px;
}
#about-compamy{
    font-size: 20px;
    line-height: 28px;
    font-family: Roboto;
    color: #676767;
    text-align: left;
}
#logo-head{
    font-size: 20px;
    font-weight: 500;
    font-family: Roboto;
    color: #4a4a4a;
}
#logo-loram{
    font-size: 14px;
    letter-spacing: 0.01em;
    /* line-height: 24px; */
    font-family: Lexend;
    display: inline-block;
    /* width: 311px; */
    color: #646464;
}
#contact-btn{

    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 24px;
    font-weight: 500;
    font-family: Lexend;
    color: #1b808e;


    border-radius: 8px;
    box-shadow: 4px 8px 18px rgba(0, 0, 0, 0.15);
    border: 1px solid #1b808e;
    box-sizing: border-box;
    width: 194px;
    height: 32px;
}
#contact-btn:hover{
    color: white;
    background-color: #1B808E;
}
#photo{
    border-radius: 4px;
    object-fit: none;
    
}
#footer{
    background-image: url("images/last-back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 360px;
    overflow: hidden;
}
.form-label{
    font-size: 16px;
    line-height: 22px;
    font-family: Roboto;
    color: #000;
    margin-top: 5%;
}
.form-control
{
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 2px 8px 18px rgba(0, 0, 0, 0.1);
    border: 0.6px solid rgba(0, 0, 0, 0.79);
    box-sizing: border-box;
    /* width: 283px; */
    height: 35.6px;
    overflow: hidden;
}
#btn-form{


    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin-top: 7%;
    margin-bottom: 20%;
    

    border-radius: 8px;
    background-color: #1b808e;
    width: 116px;
    height: 36px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    font-family: Lexend;
}