.companyIntro9Content {
    max-width: 1200px;
    margin: 0 auto;
    background: rgb(240, 241, 245);
}

.companyIntro9 * {
    box-sizing: border-box;
}

.companyIntro9Content .ModuleImageTextGiantContent {
    padding: 20px;
}

.companyIntro9 .companyIntro9ContentImg img {
    max-width: 100%;
    border: 0;
    width: 100%;
    object-fit: cover;
}

.companyIntro9Content .companyTitle {
    font-size: 22px;
    color: rgb(89, 89, 89);
    margin-bottom: 12px;
}

.companyIntro9Content .leadersContent {
    font-size: 16px;
    color: rgb(191, 191, 191);
    line-height: 24px;
    margin-bottom: 24px;
}

.companyIntro9Content .content {
    font-size: 14px;
    color: rgb(165, 165, 165);
    line-height: 28px;
    margin-bottom: 44px;
}

.companyIntro9Content .moduleButton {
    border-radius: 50px;
    border: 1px solid rgb(216, 216, 216);
    color: rgb(127, 127, 127);
    font-size: 12px;
    display: inline-block;
    padding: 12px 44px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.companyIntro9Content .moduleButton:hover {
    border-color: #000000;
    background-color: #333333;
    color: #fff;
    text-decoration: none;
}