section {
    display: block;
    width: 100%;
}

.footer-bottom {
    display: none;
    position: relative;
    bottom: unset;
    width: 100%;
}

.content-item {
    position: relative;
    width: 100vw;
    height: auto;
}

.content-item h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
}

.content-item p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    padding-right: 15px;
    margin-bottom: 15px;
}

.footer-content {
    width: 100%;
    margin: 15px 20px;
    position: absolute;
    margin: 15px auto;
    padding: 40px 20px;
    border-radius: 0;
    background-color: #FFFFFF;
}

.footer-content img {
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-content .item-footer a,
.footer-content .item-footer a:hover,
.footer-content .item-footer a:active,
.footer-content .item-footer a:focus {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #1A1D24;
    text-decoration: none;
    margin-bottom: 5px;
}

.footer-content .item-contact,
.footer-content .item-share {
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 2px solid #000000;
    padding-left: 10px;
}

.footer-content .item-share a,
.footer-content .item-share a:hover,
.footer-content .item-share a:active,
.footer-content .item-share a:focus {
    font-size: 14px;
    line-height: 18px;
    margin-left: 5px;
    margin-bottom: 0px;
}

.footer-content .item-share a:nth-child(1) {
    margin-left: 0px;
}

.footer-content .item-share .item-download h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #1A1D24;
    margin-bottom: 0px;
}

.footer-content .item-share .item-download .btn-gp,
.footer-content .item-share .item-download .btn-apple {
    background: #1A1D24;
    border-radius: 12px;
    padding: 5px 10px;
    margin-top: 8px;
}

.footer-content .item-share .item-download .btn-gp i {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: -4px;
}

.footer-content .item-share .item-download .btn-apple i {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 0;
}

.footer-content .item-share .item-download .btn-gp p,
.footer-content .item-share .item-download .btn-apple p {
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.footer-content .item-share .item-download .btn-apple span,
.footer-content .item-share .item-download .btn-gp span {
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    color: #FFFFFF;
    text-align: left;
}

.footer-content .item-share .item-download span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin-top: 2px;
    display: block;
}