.header-alt {
    margin-bottom: 8px;
    font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    letter-spacing: 12px;
}
.catalog-number {
    font-size: 42px;
    font-weight: 800;
    color: #ed008c;

}
h6 {
    color: #000;
    letter-spacing: 2px;
    width: 800px;
    margin: auto;
    text-align: justify;
}
h4 {
    font-weight: 100;
    color: #ed008c;
    letter-spacing: 0px;
    font-size: 42px;
    font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.download {
    text-align: left;
    letter-spacing: 2px;
    font-size: 12px;
    border-radius: 15px;
}
.download:hover,
.download:focus {
    background: #ed008c;
}
.brand {
    font-weight: 300;
    font-size: 26px;
    font-family: serif;
    text-transform: none;
}
h1 {
    font-family: 'Poiret One', cursive;
    color: #ed008c;
    margin: 0 0 8px;
    font-size: 115px;
    text-transform: uppercase;
    letter-spacing: 26px;
    font-weight: 200;
}
.d-flex {
    display: flex;
}
.licon {
    width: 32px;
    display: block;
    line-height: 0px;
    margin-right: 8px;
}
.licon.apple {
    width: 36px;
    height: 32px;
    position: relative;
    top: -5px;
}
#hero {
    padding-top: 0px !important;
}
@media (max-width: 991px) {
    h6 {
        text-align: left;
        width: 100%;
    }
}
@media (max-width: 767px) {
    h4 {
        font-size: 30px;
    }
}
@media (max-width: 492px) {
    .apple-wrap {
        width: 240px;
        margin: auto;
        left: -11px;
        position: relative;
    }
    .btns-container {
        padding: 20px 0px;
    }
    .download {
        display: block;
    }
    .d-flex {
        display: flex;
        justify-content: center;
    }
    h4 {
        font-size: 24px;
    }
}
