.company_information{
    padding-bottom: 150px;
    display: grid;
    grid-template-columns: 35% auto;

}
.servises_info{
    padding-top: 150px;
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #0068AF;
    }
.servises_info_text{
    padding-top: 50px;
    width: 685px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #747474;
    padding-bottom: 50px;

}
.servises_info_button{
    width: 183px;
    height: 21px;   
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #0068AF;
    flex: none;
    order: 0;
    flex-grow: 0;
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 15px 25px;
    gap: 10px;

    position: absolute;
    width: 243px;
    height: 51px;

    border: 1px solid #0068AF;
    border-radius: 55px;
    background:none;
    cursor: pointer;
    transition: 0.3s;
}
.servises_info_button:hover{
    background: #0068AF;
    color: #fff;
}