* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}
p {
    font-size: 20px;
}
.buy-btn {
    text-align: center;
    font-size: 25px;
    margin: 30px 0;
}

.buy-btn a {
    display: block;
    width: 18%;
    border-radius: 10px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin: 20px auto 0 auto;
    padding: 12px 10px;
    background: #FF0000;
}

img {
    width: 100%;
}

.red {
    color: red;
}

.wineighty {
    text-align: center;
    margin-bottom: 30px;
}

.wineighty h1 {
    font-size: 50px;
    font-weight: bold;
    font-family: Arial;
}

.wineighty h3 {
    font-size: 50px;
    font-weight: 700;
}

.wineighty p {
    font-size: 30px;
    font-weight: 600;
    margin-top: 35px;
}

.wineighty h4 {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 40px;
}

.win {
    background: url(img/top-border.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    height: 430px;
    padding: 20px;
}

.win h2 {
    font-size: 100px;
    font-weight: bold;
    color: red;
    font-family: Arial;
}

.win span {
    font-size: 30px;
    padding: 0 50px;
    font-weight: bold;
    font-family: Arial;
}

.border-bg {
    position: relative;
}

.left-content p {
    font-size: 21px;
}

.part-two {}

.partowhead {
    background: #221F1F;
    color: #fff;
    font-size: 40px;
    padding: 40px;
    text-align: center;
    margin-top: 70px;
}

.partowbody {
    text-align: center;
}

.partowbody strong {
    font-size: 44px;
    color: red;
    margin: 30px;
    display: block;
}

.partowbody p {
    font-size: 21px;
    text-align: left;
}

.makido-one {
    font-size: 29px !important;
    font-weight: bold;
    text-align: left;
}

.redboldtext {
    font-size: 25px;
    font-weight: bold;
    color: red;
    margin: 50px 0;
    display: block;
    text-align: center;
}
.whatwill {
    text-align: center;
}
.whatwill h1 {
    font-size: 70px;
    font-weight: bold;
    color: red;
    margin: 40px 0;
}
.whatwill p {}