@charset "UTF-8";

header{
    background-color: #F6F5EA;
    height: 60px;
    padding: 10px 15px;
}

.header__img{
    height: 35px;
}

.header__icon{
    width: 24px;
}

h1{
    font-size: 20px;
    margin-top:10px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.staff__img {
    width: 100%;
    display: block;
    text-align: center;
}

.company__container {
    margin: 40px 10%;
}

h2 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}
