.compani_text{
    display: grid;
    grid-template-columns: 22% 3fr;
    padding: 75px 75px;
    gap: 30px;
    box-sizing: border-box;
    align-items: center;
}
.compani_text_title{
    width: 783px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #0068AF;
    padding-bottom: 50px;
}
.compani_text_info{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #0068AF;
}
.compani_text_p{
    width: 275px;
}
.compani_text_info_img{
    background-image: url(/img/pages/company_img.png);
    background-size: cover;
    width: 1081px;
    height: 500px;
    border-radius: 30px;
}

.compani_text_main_title {
    line-height: 80%;
}