
.home_title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}
.home_content {
    padding-top: 50px;
}
.home {
    background-repeat: round;
    height: 150px;
    width: 100%;
}
.div{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}