.hero-section {
    background: url('../images/host-banner.png');
    background-size: cover;
    background-position: center;
    min-height: 462px;
    display: flex;
    align-items: center;
    color: white;
}
.platform-section{
    padding-top:40px;
    padding-bottom:40px;
}
.platform-desc{
    padding:40px 0;
    font-size:16px;
    line-height: 32px;
}
.manager-section{
    background-color: #ededed;
    background: url('../images/bg-host-manager.png');
    background-size: cover;
    background-position: center;
    min-height: 533px;
}
.manager-img{
    position: relative;
    height:533px;
    display: flex;
    align-items: center;
}
.mock-section{
    padding-top:60px;
}