body {
    background: #fff;
    min-height: 100vh;
}

.gradient-custom {
  /* fallback for old browsers */
    background: #d94f4f;
    /*background: -webkit-linear-gradient(to right, rgba(196, 113, 245, 1), rgba(250, 113, 205, 1));
    background: linear-gradient(to right, rgb(250 248 251), #d94f4f);*/
}
.banner img {
    width: 100%;
    margin-top: -20px;
}

.image-block img {
    width: 100%;
}

.details-sec {
    margin-top: 20px;
    padding-top: 20px;
}

.details-sec .column-1, .details-sec .column-3 {
    padding-top: 20px;
}

.details-sec .text-block h2 {
    color: #35AFBE;
}

.details-sec .text-block p {
   font-size: 21px;
   color: #999;
}

.details-sec .column-1 .text-block {
    text-align: right;
}
ul.appbutton{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}
ul.appbutton li{
    flex-direction: row;
}
ul.appbutton li a:hover{
    text-decoration: none;
}
ul.appbutton li.login{
    margin-right: 10px;
}
ul.appbutton li.login a{
    border-radius: 6px;
    background-color: #fff;
    color: #cd0001;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 600;
}
ul.appbutton li.download{
    margin-top: -3px;    
}

.pb-3, .py-3 {
    padding-bottom: 0.5rem!important;
}

.pt-3, .py-3 {
    padding-top: 0.5rem!important;
}


@media screen and (max-width:  767px) {
    .details-sec .column-1 .text-block {
        text-align: left;
    }

}

@media screen and (min-width: 768px) and (max-width:  991px) {
    .details-sec .text-block h2 {
        font-size: 24px;
    }

    .details-sec .text-block p {
        font-size: 16px;
    }

}