h2.sub-header-sr {
    font-size: 26px !important;
    margin-bottom: 15px;
    color: #f0a8ff!important;
    margin-top: 0px;
    font-weight: 500;
    line-height: 34px;
    text-transform: capitalize !important;
    text-align: left !important;
}

.cards-sec {
    display: flex;
    width: 100%;

    margin-bottom: 80px;
}


.image-sec {
    text-align: center;
}

.single-cards h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 200;
    color: #f0a8ff!important;
    height: 40px;
    margin-bottom: 15px;
    text-align: center;
}

h2.categorized-text {
    font-size: 32px;
    text-align: center; color: #f0a8ff!important;
    font-weight: 500;
    margin: 50px 0px;
}

.single-cards {
    width: 35%;
    padding-right: 15px;
}

.single-cards.last {
    width: 35%;
    padding-right: 0px;
}

.bullet-points.what-sec p {
    margin: 0px;
    margin-left: 10px;
    margin-top: -1px;
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 200;

}

.bullet-points img {
    height: 18px;
}

.bullet-points.what-sec p {
    margin: 0px;
    margin-left: 10px;
    margin-top: -3px;
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 200;
}

.single-cards .image-sec img {
    width: 200px;
    height: 200px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.single-cards .image-sec img:hover {

    filter: grayscale(0%);

}

.height-sec .single-cards h4 {

    height: 60px;

}

.last-btn-ser {
    text-align: center;
}

.last-btn-ser a {
    background-color: #8500FF;
    color: white;
    border: none;
    padding: 10px 25px;
    font-weight: bold;
    text-decoration: none;
    width: auto;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
}

.cards-sec.last {
    margin-bottom: 100px;
}

section.main-content {
    margin: 350px 150px 150px 150px;
    color: white;
}

@media screen and (min-width: 1400px) and (max-width: 1920px) {
    .single-cards {
        width: 40%;
        padding-right: 15px;
    }

    section.main-content {
        margin: 600px 250px 150px 250px;
        color: white;
    }

    
}

@media screen and (max-width: 760px) {

 section.main-content {
    margin: 160px 20px 50px 20px !important;
    color: white;        overflow: hidden;
  }

    .single-cards {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }

    h2.categorized-text {
        font-size: 28px;
        text-align: center;
        font-weight: 500;
        margin: 50px 0px;
    }

    h2.sub-header-sr {
        font-size: 22px !important;

        text-align: center !important;
    }

    .single-cards.last {
        width: 100%;
        padding-right: 0px;
    }

    .cards-sec {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
        flex-direction: column;
    }
}

