.play-btn{
    width: 5rem;
    height: 5rem;
   background: linear-gradient(to right, #8f9db8, #8f9db8);
    transition: transform 0.2s ease;
    -webkit-box-shadow: 9px 10px 15px 1px rgba(0, 0, 0, 0.33);
    box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.33);
}
.unique-experience a{
    z-index: 3;
}
.play-btn svg{
        width: 75%;
    margin-left: 5px;
}
.play-text{
    color:white;
    position: absolute;
    width: 5rem;
    text-align: center;
        line-height: 1;
    font-size: 14px;
    margin-top: 16px;
}
.rounded-pill-small{
    border-radius: 0.8rem !important;
    border: 2px solid #87a6e7;
    color: #87a6e7;
}
.unique-experience .container-bg{
    position: relative;
    margin-top: -3rem;
    z-index: 1;
}
.unique-experience .container-bg img{
    width:100%;
    height: auto;
    -webkit-box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.67);
    box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.67);
        border: solid 1px white;
    border-radius: 1rem;
}
.unique-experience .consulting{
       background-color: #4568b2;
    color: white;
    position: absolute;
        bottom: 0px;
    left: 23px;
    width: 11rem;
    z-index: 3;
    border-radius: 1rem;
    padding: 1rem 0.5rem;
    line-height: 0.9;
       -webkit-box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.67);
    box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.67);
}
.unique-experience .consulting svg{
    margin-top: 0.4rem;
}
.unique-experience .container-text{
    width: 74.62%;
    padding-left: 0.5rem;
    padding-bottom: 1rem;
}
.unique-experience .display-6{
        font-size: 2.5rem;
}
.unique-experience .small{
    font-size: 69%;
        color: #9ab9e1;
}
.consulting .col-12{

}