.jjk{
    width: 350px;
	height: 365px; 
    background-position: center; 
    border-radius: 24px; 
	position: relative;
    padding: 0; 
    display: flex; 
    justify-items: center;
    
}
.jjk:nth-child(2){
    width: 350px;
	height: 365px; 
    background-position: center; 
    border-radius: 24px; 
	position: relative;
    padding: 0; 
    display: flex; 
    justify-items: center;
    margin: 0 5rem;
}


.jjk p {
    position: absolute;
    top: 40px;
    left: 40px;
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 35px;
    text-align: left;
    line-height: 35px;

    color: white;
}

@media screen and (max-width:1200px) {
    .jjk {
        margin: 0;
        margin-bottom: 50px;
    }
    .jjk p {
        font-size: 30px;
        top: 30px;
        left: 30px;
    }

    .jjk div svg {
        width: 100px;
        height: 100px;
    }

    .jjk:nth-child(2) {
        margin: 0 3rem;
    }
}

@media screen and (max-width:1000px) {
    .jjk {
        margin-bottom: 50px;
    }
    .jjk p {
        font-size: 20px;
        top: 30px;
        left: 30px;
    }

    .jjk div svg {
        width: 100px;
        height: 100px;
    }

}

@media screen and (max-width:770px) {

    .jjk {
        display: flex;
        justify-content: center;
    }
    .jjk p {
        font-size: 30px;
    }
    .jjk:nth-child(2) {
        margin: 0;
    }
    

}