body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: bold;
}

.full {
    width: 100%;
}

.header {
    position: relative;
}

.header h1 {
    font-weight: bold
}

.header h2 {
    position: absolute;
    top: 80px;
    left: 35%;
    color: #fff;
    font-size: 50px;
}

.header h3 {
    position: absolute;
    top: 170px;
    left: 33%;
    font-size: 60px;
    font-weight: bold;
}

.header p {
    text-align: left;
    font-size: 20px;
    margin-top: 20px;
}

.millionater h3 {
    background-color: #D98219;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    width: 78%;
    margin: 20px 0;
}

.three-col {
    border-bottom: 5px solid #111;
    padding-bottom: 30px;
}

.three-col-two {
    border-bottom: 8px solid #111;
    padding-bottom: 30px;
}

.yellow-box {
    background-color: #E09743;
    width: 100%;
    padding: 50px;
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 23px;
}

.buy-now {
    text-align: center;
}

.buy-now a {
    display: inline-block;
    background-color: #d80000;
    padding: 10px 25px;
    margin: 20px 0;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
}

.buy-now a:hover {
    background-color: #E09743;
    text-decoration: none;
}

.relative {
    position: relative;
}

.line_three {
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 20px;
}

.blod {
    color: #E28B1D;
    font-weight: bold;
    font-size: 30px;
}

.title_img_text {
    position: absolute;
    bottom: 190px;
    left: 22px;
}