.appdon{
    padding-top: 120px;
    padding-bottom: 20px;
    min-height: 100vh;
    background: #fff;
    font-size: 12px;
}
.appdon .container{
    max-width: 800px;
}
.appdon .title{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.appdon .title h5{
    color: #000;
    font-weight: 600;
}
.appdon .title span{
    color: #333;
    font-weight: lighter;
}
.appdon-body{
    width: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    max-width: 1024px;
    margin: auto;
}
.appdon .appdon-body .text-alert{
    text-align: center;
    background-color: #f2f8fc;
    padding: 6px;
}
.appdon .download{
    text-align: left;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.app-icon{
    width: 30%;
    padding: 10px;
    border-radius: 20px;
}
.appdon .app-info{
    width: 70%;
}
.appdon h1{
    font-size: 20px;
}
.app-txt .t1{
    font-size: 18px;
    font-weight: 600;
}
.app-txt .t1 img{
    height: 25px;
}
.appdon .app-img img{
    border-radius: 20px;
    overflow: hidden;
}
.appdon .border-t-1{
    border-top: 1px solid #ddd;
    padding: 40px 0;
}
.appdon .btn-link{
    border-width: 1px;
    border-style: solid;
    border-color: #0070c9;
    background: 0 0;
    color: #0070c9;
    padding: 5px 16px;
    border-radius: 4px;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .appdon{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .app-icon{
        width: 40%;
    }
    .app-info{
        width: 60%;
    }
}