.hero-header.platform-gtk{
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.hero-header.platform-gtk img{
    width: 100px;
}

.info-box p{
    margin: 0 !important;
    color: black;
}

.info-box{
    max-width: 900px;
    background: linear-gradient(110deg, #b4ff79, #d7faa3);;
}

.platform-features{
    max-width: 900px;
}

.platform-features h3{
    font-weight: normal !important;
}

.platform-features-left{
    box-shadow: 1px 3px 6px 1px #cccccc;
    background: linear-gradient(110deg, #e1dbe67a, #dde9ff7a);
    position: relative;
    border-radius: 20px !important;
}


.platform-features-left::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #dde9ff69;
    bottom: 40px;
    right: -50px;
}

@media (max-width: 992px) {
    .hero-header a.btn-light, .hero-header a.btn-secondary{
        padding-top: 0px !important;
    }
}