@font-face {
    font-family: 'Acumin';
    src: url('../fonts/AcuminLight.woff2');
    font-weight: 300;
}
@font-face {
    font-family: 'Acumin';
    src: url('../fonts/AcuminBook.woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'Acumin';
    src: url('../fonts/AcuminMedium.woff2');
    font-weight: 500;
}
@font-face {
    font-family: 'Acumin';
    src: url('../fonts/AcuminSemibold.woff2');
    font-weight: 600;
}
@font-face {
    font-family: 'Acumin';
    src: url('../fonts/AcuminBold.woff2');
    font-weight: 600;
}
@font-face {
    font-family: 'Rift';
    src: url('../fonts/Rift-Light.woff2');
    font-weight: 300;
}
@font-face {
    font-family: 'Rift';
    src: url('../fonts/Rift-Regular.woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'Rift';
    src: url('../fonts/Rift-Medium.woff2');
    font-weight: 500;
}
@font-face {
    font-family: 'Rift';
    src: url('../fonts/Rift-Bold.woff2');
    font-weight: 700;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Rift';
}
p,span {
    font-family: 'Acumin';
}

.subheading {
    text-align: center;
    margin-bottom: 50px;
}

.subheading h2 {
    color: #22004E;
    font-size: 90px;
    font-weight: 700;
    line-height: 110px;
    margin-bottom: 30px;
}

.subheading p {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
/* or 36px */
    letter-spacing: -0.03em;
    max-width: 770px;
    margin: auto;
    color: #22004E;
}

.bottle-images .col-md-3 {
    padding: 0 10px;
}

.subtext h2 {
    font-size: 90px;
    line-height: 90px;
    font-weight: 700;
    color: #22004E;
    margin-bottom: 30px;
}

.subtext p {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: #22004E;
}

.one-third-row {
    text-align: center;
}

section.text-row {
    margin-top: 38px;
}

.container {
    max-width: 1600px;
}

.one-third-row .sec {
    text-align: right;
    margin-top: 90px;
}

.one-third-row .third {
    text-align: left;
    margin-top: -40px;
}

.one-third-row .forth {
    text-align: left;
}

.one-third-row .fifth {
    text-align: right;
    margin-top: 220px;
}

img.img-fluid.center-image {
    text-align: center;
    display: block;
    margin: auto;
}

section.text-row.right-sec .subtext {
    text-align: right;
}

section.text-row.right-sec .subtext a {
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    width: 250px;
    height: 50px;
    background: #22004E;
    border-radius: 45px;
    display: inline-block;
    text-align: center;
    font-family: 'Acumin';
    text-decoration: none !important;
    margin-top: 15px;
}