.stablish-section{
    background: #f2ebff;
}
.stablished-box{
    background: var(--violet-300);
    box-shadow: 0px 15px 30px rgba(79, 42, 150, 0.18);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.stablished-box h5{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}
.stablished-box p{
    color: #f9f5ff;
    font-weight: 500;
}
.stablished-photo{
    background: #f8f2ff;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 15px;
}
.stablished-photo a{
    width: 100%;
}
  .stablished-photo a img{
    width: 100%;
    height:200px;
    object-fit: cover;
}
