* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #cfcfcf;
    font-family: 'Montserrat', sans-serif;
}
img {
    max-width: 100%;
    max-width: 500px;
    max-height: 355px;
}
h1 {
    text-align: center;
    color: #322f32;
    padding: 1rem;
    letter-spacing: -1px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    font-size: 2.5rem;
    background-color: #fff000;
}
h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
}
a {
    margin: auto;
    text-align: center;
    padding: 1rem 8rem 1rem 8rem;
    background-color: #fff000;
    border-radius: 10px;
    box-shadow: 0px 1px 1px #6b6b6b;
    font-size: 2.3rem;
    border: 1px solid #beafaf73;
    font-weight: 600;
    font-family: sans-serif;
    letter-spacing: -2px;
    color: #322f32;
    text-decoration: none;
}
a:hover {
    color: white;
    background: red;
    box-shadow: 2px 3px 2px #6b6b6b;
    text-shadow: 2px 1px 1px black;
}
.main {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
}
.video {
    max-width: 800px;
    position: relative;
    margin: auto;
    border: 2px solid grey;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #9c9c9c;
}
.offer {
    padding-top: 40px;
}
.offer h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1.2;
    color: inherit;
}
.offer .text {
    background-color: #9a6c66;
    color: #fff;
}
.offer .text h3 {
    font-family: 'Permanent Marker', cursive;
    font-size: 3rem;
}
.offer .w-5 {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding-bottom: 20px;
}
.offer .w-5 .h-offer {
    position: relative;
    padding: 25px 90px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    
}
.offer .w-5 .h-offer1 {
    background-color: #9c9c9c;
}
.offer .w-5 .h-offer2 {
    background-color: #9a6c66;
    position: relative;
    overflow: hidden;
}
.offer .w-5 .h-offer2::before {
    content: "BEST VALUE";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 25px;
    right: -35px;
    height: 30px;
    width: 150px;
    background-color: #d5200b;
    transform: rotate(45deg);
}
.offer .w-5 .h-offer h3 {
    color: #fff;
    font-size: 36px;
}
.offer .w-5 .img-mh {
    max-height: 229px;
}
.offer .w-5 .c-offer p {
    padding-top: 20px;
    height: 100px;
    color: #322f32;
    font-size: 24px;
}
.offer .w-5 .c-offer h4 del {
    color: #322f32;
    font-size: 40px;
    font-weight: 400;
}
.offer .w-5 .c-offer h4 span {
    color: #d5200b;
    font-weight: 700;
    font-size: 60px;
}
.offer .w-5 .c-offer h4 span:last-child {
    font-size: 20px;
    font-weight: 600;
}
.offer a {
    border: none;
    background: linear-gradient( 270deg ,#fec139 0,#ffd64b 100%);
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    border-radius: 33px;
    padding: 15px;
    font-family: Montserrat,'DejaVu Sans',Verdana,sans-serif;
    min-width: 320px;
    color: #fff;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    margin-bottom: 15px;
}
.offer a:hover {
    background: linear-gradient( 270deg ,#ffd64b 0,#fec139 100%);
}
.offer .credit-card {
    max-width: 460px;
    margin: 0 auto;
    border-top: 2px solid #D71920;
    border-bottom: 2px solid #D71920;
    margin-top: 10px;
}
.offer .credit-card .d-f {
    align-items: center;
}
.offer .credit-card p {
    padding-bottom: 0;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
}
.footer {
    padding-top: 28px;
    padding-bottom: 28px;
}
.content-text {
    display: flex;
    align-items: center;
}
.content-text img {
    width: 40%;
    padding-left: 300px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.content-text ul {
    width: 60%;
    text-align: left;
    padding-left: 40px;
}
li {
    font-size: 21px;
}
.footer p {
    text-align: left;
    font-size: 14px;
    color: grey;
}
@media (max-width: 1024px) {
    .content-pay {
        flex-direction: column;
        align-items: center;
    }
    .pay {
        width: 90%;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 1.7rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    a {
        font-size: 1.5rem;
        white-space: nowrap;
        padding: 1rem 2rem 1rem 2rem;
    }
    img {
        max-width: 100%;
        max-width: 300px;
        max-height: 255px;
    }
    .content-text {
        flex-direction: column;
    }
    .content-text img {
        width: 100%;
        padding-left: 0;
    }
    .content-text ul {
        width: 100%;
        padding-bottom: 20px;
    }
}