.info{
    display: grid;
    grid-template-columns: 25% 3fr;
    padding: 150px 75px;
    box-sizing:border-box;


}
.info_name{
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #0068AF;
    padding-bottom: 50px;
}
.info_title{
    width: 500px;
    height: 148px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #747474;

}
.info_title p{
    padding-top: 15px;

}
.info_title ul{
    padding-top: 15px;
    padding-left: 25px;

}
.info_title_box{
    display: flex;
    gap: 40px;
    height: 300px;
    padding-bottom: 50px;
}
.info_img{
    margin-top: 50px;
}
