.about .row > h3
	{
		font-size: 40px;
	}
	.about .row > p
	{
		max-width: 700px;
		color: rgba(0, 0, 0, 0.6);
	}
  .about .card-work
  {
    
  }
  .about .card-work > div
  {
    background:linear-gradient(to bottom,#e7edff,#FFFFFF 90%); !important;
    padding: 5px 10px;
    padding-bottom: 15px;
    height: 100%;
    overflow: hidden;
    display: flex;
    border:1px solid #f5f5f5;
    flex-direction: column;
    justify-content: flex-end;
  }

  .about .card-content h6
  {
    font-size: 15px !important;
  }

  .about .card-content p
  {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.7);
  }

  .about .card-img
  {
    width: 100%;
    height: 340px;
    margin-bottom: 10px;

  }

  .about .card-img img
  {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }