.ib-lines{
    margin: 100px 0 80px 0;
}

.ib-lines__head{
    background-color: #646363;
    border-radius: 25px 25px 0 0;
    padding: 100px 60px;
    color: white !important;
}
.ib-lines__head h2{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 35px;
}
.ib-lines__head h4{
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
.ib-lines__head p{
    font-size: 16px;
    font-weight: 400;
}

.ib-line__title{
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #006945;
}

.ib-line__desc p{
    font-size: 16px;
    font-weight: 400;
    color: #646363;
    margin-bottom: 0;
}

.ib-line__logo img{
    width: 130px;
    height: auto;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #b2b5b5;
}

.row > .ib-line .d-flex{
  padding-top: 50px;
  padding-bottom: 50px;
}

.row > .ib-line:nth-child(-n+3) .d-flex {
  border-bottom: 1px solid #b2b5b5;
}