.container-fluid{
    background-image: linear-gradient(175deg, #0b0828 10%, #173a5f 38%, #12275c 59%, #010e1e 79%);
}

.about-content-t{
    margin-top: 0;
    margin-bottom: 0;
}

.text-green{
    color: #00edbf;
}

.about-content-t .title-top{
    padding-top: 120px;
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 80px;
}

.about-content-t .title-context{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #fff;
}

.about-content-t .title-bottom{
    margin-top: 56px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #9affeb;
}

.about-content-t button {
    width: 209px;
    height: 52px;
    margin-top: 48px;
    background-image: url(/assets/img/index_download_bg.svg);
    border-radius: 38px;
}

.about-content-t button:hover {
    background-image: url('/assets/img/index-download-bg-hover.svg');
}

.about-content-t button span {
    padding-left: 5px;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.bottom-img img{
    width: 100%;
}

@media (max-width: 991.98px) {
    .about-content-t .title-top{
        font-size: 40px;
    }
}