header {
    background-position: top;
    background-size: cover;
    height: 484px;
    position: relative;
    width: 100%
}

header .header-title {
    bottom: 69px;
    font-family: Bai Jamjuree, sans-serif;
    left: 250px;
    position: absolute
}

header .header-title .orange-block {
    background: #000;
    color: #f58220;
    font-size: 20px;
    font-weight: 700;
    line-height: 41px;
    padding: 0 12px;
    text-transform: uppercase
}

header .header-title .white-block {
    background: #fff;
    box-sizing: border-box;
    color: #000;
    font-size: 40px;
    font-weight: 400;
    line-height: 66px;
    padding: 0 12px;
    text-transform: uppercase;
    width: 265px
}
