/* IMGS */

.services-item
{
    background-color:#63209E;
    border-radius: 2vh;
    box-shadow: 5px 5px #9E209A;
    padding-top: 105%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
}

.services-content
{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10%;
    width: 100%;
    height: 100%;
}

.services-title
{
    position: relative;
    height: 20%;
}

.services-body
{
    position: relative;
    height: 65%;
}

.services-bottom
{
    position: relative;
    height: 15%;
}

.services-button
{
    position: relative;
    background-color: white;
    border-radius: 2vw;
    margin-left: 10%;
    width: 80%;
    height: 100%;
    text-align: center;
}

.services-space
{
    height: min(2vh,2vw);
}

.img-fluid-height
{
    height: 8vw;
}

.contact-us-bg
{
    position: relative;
    width: 100%;
    background-image: url('/content/contactus/contact-us-background.png');
    background-size:cover;
}