.header{height:150px;display:flex}.header .info{width:calc(100% - 150px);display:flex;flex-direction:column;justify-content:space-around}.header .info .row{display:flex;justify-content:center}.header .info .title{padding-right:150px;font-size:30px;font-weight:600}.header .info .other{width:50%;padding-left:20px}.content{height:calc(100% - 150px)}