.__company-profile {
    background-image: url("../img/company-profile/company-profile.png")!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-family: "Montserrat", sans-serif;
    padding: 50px
}

.__company-profile_title {
    text-align: left;
    color: #ffffff;
    font-weight: 700;
    font-size: 48px;
    line-height: 73px;
}

.__company-profile_content {
    text-align: left;
    font-style: normal;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}


