@charset "utf-8";
/* CSS Document */



.header {
    flex-wrap: wrap;
    margin-top: 20px;
}

.header-intro {
    flex-basis: 100%;
}

.header-intro-text {
    text-align: center;
}

.about-content-tack, .about-content-diversity {
    flex-basis: 100%;
}

.about-content {
    padding: 20px;
}

.about-be-inclusive-left, .about-be-inclusive-right {
    flex-basis: 100%;
}

.text ul {
    column-count: 1;
}

.services-item-1-content {
    flex-basis: 100%;
    gap: 20px;
}

.services-item-2 .number {
    order: 1;
    flex-basis: 100%;
    text-align: right;
    position: absolute;
    right: 0;
    top: -30px;
    opacity: 0.5;
}

.services-item-2 .title {
    order: 2;
}

.services-item-2 .text {
    order: 3;
    flex-basis: 100%;
    gap: 20px;
}

.left, .right {
    flex-basis: 100%;
}

.services-item-1 .number {
    flex-basis: 100%;
}

.services-item-3 .number, .services-item-3 .title {
    flex-basis: 100%;
}

.services-item-3 .text {
    flex-basis: 100%;
}

.text-block {
    flex-basis: 100%;
    float: none;
}

.services-item-3 .number {
    margin-top: -50px;
    padding-bottom: 50px;
}

.services-item-3 {
    padding-bottom: 60px;
}

img.footer-deco2, img.footer-deco1 {
    display: none;
}

.footer-contacts {
    row-gap: 5px;
}

.footer-contacts a {
    flex-basis: 100%;
    justify-content: center;
}

.about-deco {
    text-align: center;
}

.about-content-text {
    max-width: 100%;
}

.services {
    margin-top: 40px;
}

.services-item {
    margin-bottom: 80px;
}

body {
    background: linear-gradient(180deg, rgba(2,0,36,0.15) 0%, rgba(255,255,255,0) 180px);
}