.main {
    height: 90vh;
    justify-content: center;
    align-items: center;
}

.left {
    justify-content: center;
    align-items: center;
    display: flex;
}

.right {
    color: #fff;
}

.carousel-inner {
    padding: 23px 17px 10px 19px;
    /* background-image: url(../img/landing/mobile.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* width: 274px;
    height: 578px; */
    width: 260px;
    height: 560px;
}

.sc {
    border-color: white;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    margin-top: 15px;
    margin-left: 1px;
}

.heading {
    font-size: 36px;
    font-weight: 600;
    font-family: initial;
    line-height: 60px;
}

.helper {
    color: #9bb556;
    font-size: 15px;
    font-weight: 200;
}

.content-body {
    margin-block: 30px;
    text-align: justify;
}

.content {
    font-size: 16px;
    font-weight: 400;
}

.link-img {
    width: 35%;
    height: 100%;
    border-radius: 20px;
}

.apple-red{
    cursor: pointer;
    margin-right: 30px;
}

.content-footer {
    text-align: center;
}

/* srtyles for news for partners */

.main_box_for_news {
    margin: auto;
    align-items: center;
    margin-top: 10%;
}

.news_from_partners_title {
    text-align: center;
    color: white;
    font-family: var(--bs-body-font-family);    
}

.centralize_footer {
    text-align: center;
}

#go_store_button {
    margin-top: 10px;
    width: 30% !important;
    height: 35px !important;
    font-size: 1.3rem !important;
}