.card-cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.card {
    width: 304px;
    background-color: #636262;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 20px;
    height: 400px;
}

.card img {
    width: 100%;
    height: 250px;
}

.card-content {
    padding: 16px;
    padding-left: 20px;
    height: 160px;
    position: relative;
}

.card-content p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    margin-left: 10px;
}

.card-content .btn {
    padding: 8px 16px;
    text-decoration: underline;
    border-radius: 4px;
    color: #9d9999;
    text-transform: capitalize;
    font-family: sans-serif;
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.services-title {
    font-size: 60px;
    color: #E800E8;
}

.services-lead-title {
    font-size: 50px;
    color: #E800E8;
}

.services-lead-title-lg {
    font-size: 60px;
    color: #E800E8;
}

.slogan-text {
    color: #ffffff;
    font-family: Raleway, Arial, Helvetica, sans-serif;
}
