
.card-title{
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    text-align: justify;
    margin: 0 1em 0 1em;
    background-color: #FFFFFF;
}
.card-title h3{
    font: normal normal 500 15px/27px Poppins;
    color: #2B0556;
    margin-top: 4em;
    margin-bottom: 1.5em;
}
.card-title h1{
    font: normal normal 600 28px/38px Poppins;
    color: #1D1D1F;
    margin-bottom: 2em;
    text-align: -webkit-center;
}
.card-big-wrapper{
    display: grid;
    justify-content: center;
}
.card-wrapper {
    margin: 5em 1em 1em 1em;
    background:linear-gradient(81deg,#321257,#2B2D66,#2b0d4d);
    border: 2px solid #0000001b;
    border-radius: 12px;
    width: 270px;
    height: 224px;
}
.card-wrapper img{
    margin: -6em 0 -4em 2em;
} 
.card-wrapper h1{
    color: #FFFFFF;
    text-align: center;
    font: normal normal 600 20px/24px Poppins;
    margin: 1em 0 0 0;
}
.card-wrapper p{
    color: #FFFFFF;
    text-align: center;
    font: normal normal 600 14px/25px Poppins;
    margin: 1em 0 0 0;
}
.txt-effect p {
    font: normal normal normal 14px/13px Poppins;
    letter-spacing: 0px;
    width: 80%;
    color: #141414;
    text-align: center;
}
.txt-wrapper-card {
    display: grid;
    justify-content: center;
    align-items: center;
    height: 21em;
    grid-template: '. .';
}
.txt-effect {
    padding: 0 1.5em 0 1.5em;
    width: auto;
    height: 45px;
    display: flex;
    align-items: center;
    background: #F4F4F4;
    border-radius: 55px;
    justify-content: center;
}

@media only screen and (min-width: 1000px){

    .section-wrapper {
        display: flex;
        justify-content: space-evenly;
        margin-top: 7em;
        margin-bottom: 12em;
        margin-left: 7em;
    }
.card-big-wrapper {
    display: flex;
    justify-items: center;
    align-items: center;
    width: 55vw;
}
.card-small-wrapper.test {
    margin-top: 4em;
}
.card-title{
    display: block;
    width: 35vw;
    align-self:center;
}
.card-title h3{
    width: 20vw;
    margin-bottom:1em;
    text-align: left;
}
.card-title h1{
    font: normal normal 600 50px/60px Poppins;
    text-align: left;
    margin-bottom:1em;
}

}

.txt-effect img {
    width: 1.4em;
    margin-right: 0.3em;
}



@media only screen and (max-width: 500px) {

    .card-big-wrapper {
        margin: 2em 0;
    }
    .txt-wrapper-card {
        grid-template: '.';
    }
}
