.stronger-in-thirty-page{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.stronger-in-thirty-card{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #979797;
    width: calc((100% / 3) - 30px);
}

.stronger-in-thirty-card > div:nth-child(1){
    display: flex;
    justify-content: center;
    align-items: center;
    height: 346px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.stronger-in-thirty-card > div:nth-child(1) > div{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 0, 24, 0.6);
}

.stronger-in-thirty-card > div:nth-child(1) > div > span{
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
}

.stronger-in-thirty-card > div:nth-child(2){
    padding-top: 9px;
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.stronger-in-thirty-card > div:nth-child(2) > p{
    margin-bottom: 0;
    color: #000000;
    font-family: "Proxima Nova";
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    width: 95%;
}



.stronger-in-thirty-card > div:nth-child(3){
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stronger-in-thirty-card > div:nth-child(3) > a{
    color: black;
    width: 200px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ff0018;
    font-family: "Proxima Nova";
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.5px;
}




.stronger-in-thirty-modal-wrapper{
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stronger-in-thirty-modal-wrapper_inactive{
    display: none;
}

.stronger-in-thirty-modal-wrapper_active{
    display: flex;
}

.stronger-in-thirty-modal-container{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stronger-in-thirty-modal-background{
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}

.stronger-in-thirty-modal{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    background-color: white;
    width: 600px;
    height: 400px;
    z-index: 2;
    margin-bottom: 13%;
    padding: 3px;
    padding-right: 20px;
    padding-left: 20px;
}

.stronger-in-thirty-modal > .close-container{
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.stronger-in-thirty-modal > .close-container > svg{
    cursor: pointer;
}


.stronger-in-thirty-modal > .stronger-in-thirty-text-container > p{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}





@media only screen and (max-width: 1300px){
    .stronger-in-thirty-card > div:nth-child(1){
        height: 300px;
    }
}

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

    .stronger-in-thirty-page{
        padding-left: 25px;
        padding-right: 25px;
    }
    .stronger-in-thirty-card > div:nth-child(1){
        height: 270px;
    }

    .stronger-in-thirty-card{
        width: calc((100% / 3) - 15px);
    }

   
    
}


@media only screen and (max-width: 1000px){
    .stronger-in-thirty-card > div:nth-child(1) {
        height: 350px;
        
    }



    .stronger-in-thirty-card {
        width: 60%;
        margin-top: 20px;

    }

    .stronger-in-thirty-card > div:nth-child(1) {
        height: 250px;
    }
    

    .stronger-in-thirty-page{

        flex-direction: column;
    }



}

@media only screen and (max-width: 720px){
    .stronger-in-thirty-card {
        width: 85%;
        margin-top: 20px;
    
    }
}

@media only screen and (max-width: 414px){
    .stronger-in-thirty-card {
        width: 94%;
    }
}






