
#Abbilogobg {
  background:url('/images/abbi_be_conversational_OF.svg');
}

.abbi-with-balloons {
  position:relative;
}

.abbi_blob {
  max-width:200px;
  margin-top:80px;
}

.abbi_blobs svg {
  margin-top: 10%;
    height: 80%;
    float: right;
    width: 90%;
}

.abbi_blobs a {
  transition: opacity .3s ease-in-out;
}

.abbi_blobs a:hover  {
  opacity:.8;
}

.abbi-text-balloon {
  display:block;
  background-image:url('/images/abbi-text-balloon.png');
  background-size:contain;
  background-repeat:no-repeat;
  position:absolute;
  top:10px;
  left:170px;
  padding: 22px 36px;
  font-size:16px;
  line-height:19px;
  color:white;
  width:296px;
  height:153px;
  font-weight: 600;
}

#cases_section{
    background: #F2F2F2;
}

#cases_section h1{
  color: #4D2F25;
  font-family: Comfortaa;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 44px;

}

#cases_section h4{
    color: #4D2F25;

  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
}

#cases_section p{
    color: #4D2F25;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}

.ai-case-item{
  border-radius: 30px;
  background-color: #FFFFFF;
  display:block;
  float:left;
  width:100%;
  height:auto;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow:none;
  min-height:510px;
}

.ai-case-item:hover {
  -webkit-box-shadow: 0px 6px 15px -2px #A6A6A6;
box-shadow: 0px 6px 15px -2px #A6A6A6;
}

.ai-cases-tag{
    height: 27px;
    display: inline-block;
    background-color: #0088AF;
    border-radius: 13.5px;
    float:left;
}


.ai-case-photo{
    width: 100%;
    height: 267px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: none;
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    transition: all 0.2s ease-in-out;

}

.ai-case-item-inner {
  padding:30px;
  display:block;
  float:left;
}

.ai-cases-tag {
  color: #FFFFFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 500;
    display: inline-block;
    float:left;
  letter-spacing: 0;
  line-height: 17px;
    padding: 4px 10px;
    margin-right:6px;
    margin-bottom:4px;
}