.text-box-tim-home {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: #F8FAF4;
    height: 100%;
}
.text-box-tim-home h3{
  padding:15px;
}
.text-box-tim-home p{
    padding:15px 15px 20px 15px;
  }
  .text-box-tim-home img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	margin: 0 auto;
  }