.mt-40 {
    padding-top: 40px;
}

.text__about {
    max-height: 400px
}

.text__service {
    max-height: 380px
}

.about_read__more {
    margin-left: 0;
}

.about_section .documentation {
    padding-top: 0;
    padding-bottom: 70px;
}

.card-info__text p {
    font-weight: 400;
}

.pb-100 {
    padding-bottom: 100px;
}

.header__list li, .header__list li a {
    text-transform: uppercase;
    font-size: 14px;
}

.header__item-child ul li {
    text-transform: capitalize;
}

.mt-0 {
    padding-top: 0;
}

.toast-message {
    font-size: 13px;
    line-height: 1.2;
}

.documentation__box {
    max-height: 215px;
}

.service__text p, .about__text p {
    letter-spacing: 0;
}

.text__service ul {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    list-style: disc !important;
}

.text__service ul li {
    margin-left: 30px;
    list-style: disc !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.title__custom {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

@media screen and (max-width: 500px) {
    .title__custom img {
        width: 70px;
    }
}
.header{
    position: fixed;
    width: 100%;
}
.breadcrumbs{
    margin-top: 120px;
}
.header-black{
    background: #000;
}

@media screen and (max-width: 500px) {
    .breadcrumbs, .intro{
        margin-top: 80px!important;
    }
}
