.appie-section-title {
    padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-section-title .appie-title {
        font-size: 36px;
        line-height: 46px;
    }
}

.appie-section-title .appie-title {
    font-size: 44px;
    line-height: 54px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-section-title p {
        font-size: 15px;
    }
}

.appie-section-title p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 11px;
}

.appie-sponser-box .sponser-item {
    background: #fff;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 6px;
    box-shadow: 0px 40px 60px 0px rgb(14 17 51 / 14%);
    margin: 30px 16px 0;
}

.appie-sponser-area .sponser-shape {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 767px) {
    .appie-sponser-box {
        flex-wrap: wrap;
    }
}

.header-top-bar {
    background-color: #245d51
}