body {
    overflow-x: hidden;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.company .img-bg1 {
    background: url('../../img/company.png') no-repeat right;
    border-radius: 10px;
    background-position: 900px -250px;
}

.intro {
    margin: initial;
}

.features {
    background: none;
}

.features li {
    margin-bottom: 30px;
    color: #243f51;
}

.about {
    background: url('../../img/pg21/6.png') no-repeat left;
    background-size: contain;
    overflow: hidden;
    background-position: -100px 0px;
}

.competitive-advantages {
    margin-top: 0;
}

.advantage-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.check-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    margin-top: 3px;
}

.advantage-item p {
    margin: 0;
    color: #243f51;
    color: #244052 !important;
    font-size: 1.2rem;
    font-weight: 300;
}

.competitive-title {
    margin-top: 0;
    font-weight: 400;
    font-size: 1.9rem
}