@media only screen and (min-width: 1000px){
    .serv-heading{
        margin-top: 15px;
    }
    .serv-heading h1{
        font-size: 54px !important;
        letter-spacing: 2px;
    }
}
@media only screen and (max-width: 2119px) and (min-width: 1590px){
    .card-data:nth-last-of-type(1){
        margin-right: 1100px !important;
    }
}
@media only screen and (max-width: 1590px) and (min-width: 1060px){
    .card-data:nth-last-of-type(1){
        margin-right: 570px;
    }
}
@media only screen and (max-width: 20000px) and (min-width: 250px){
    .serv-heading{
        font-family: 'Rancho', sans-serif;
        color: #BD84FF;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100px;
    }
    .serv-heading h1{
        font-size: 35px;
        margin: 0 !important;
    }
    .serv-heading h2{
        font-size: 25px;
        padding: 0 !important;
        margin: 0 !important;
    }
    .serv-heading h1, .serv-heading h2{
        font-weight: 600;
    }
    .fullserv-cards{
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        justify-content: center;
    }
    .card-data{
        width: 90%;
        background-color: #EFEFEF;
        display: flex;
        flex-flow: column;
        max-width: 450px;
        margin: 40px;
    }
    .card-data img{
        max-width: 450px;
        max-height: 150px;
    }
    .card-text h2{
        font-family: 'Rancho', sans-serif;
        font-weight: 600;
        font-size: 35px;
        margin-left: 18px;
        margin-top: 10px;
        margin-bottom: 0 !important;
    }
    .card-text p{
        width: 90%;
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
    }
    .btn-cont{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: auto;
        margin-bottom: 20px;
    }
    .btn-outline{
        border: 2px solid #BD84FF;
        border-radius: 20px;
        width: 50%;
        height: 40px;
    }
    .btn-outline a, .btn-outline a::before, .btn-outline a::after{
        text-decoration: none;
        color:  #BD84FF;
        font-size: 16px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
}
