

.training-setup .row{
    justify-self: center;
    width: 100%;
}

.setup{
    width: 275px;
    height: 217px;
    padding: 20px;
    padding-bottom: 40px;
    padding-right: 58px;
    margin-bottom: 17px;
    border-radius: 5px;
    min-height: 300px;
}

.setup:nth-child(3n){
    padding-right: 20px;
}

.setup:hover{
    background-color: #F5F9FF;
    transition: 0.5s;
}

.setup__logo{
    margin-bottom: 1.5%;
}

.setup__title{
    margin-bottom: 18px;
}

.setup__title p{
    width: 217px;
    height: 19px;
    font-weight: 700;
    font-size: 17px;
   line-height: 19px;
}

.setup__text p{
    width: 100%;
    height: 50px;
    font-weight: 400;
    opacity: 50%;
    font-size: 14px;
    line-height: 25px;
}

.setup img{
    border-radius: 5px;
    margin-bottom: 19px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px)  {

    .training-setup .row{
        justify-self: center;
        width: 100%;
        justify-content: center;
    }
    

    .setup{
        width: 275px;
        height: 217px;
        padding: 20px;
        padding-bottom: 40px;
        padding-right: 58px;
        margin-bottom: 17px;
        border-radius: 5px;
        max-width: 40%!important;
    }
    
    .setup:nth-child(3n){
        padding-right: 20px;
        max-width: 40%;
    }
}

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

    .setup__text p{
        width: auto!important;
        height: auto!important;
    }

    .setup {
        height: auto!important;
    }

}
