#first-block h2{
    margin-top: 35px;
}
#first-block .text-block{
    max-width: 550px;
}
#first-block .main-check-box{
    float: right;
    margin-top: -103px;
    margin-right: 150px;
}
#first-block .check-box {
    padding: 4px;
    padding-left: 0px;
    vertical-align: middle;
   
}
#first-block .check-box input{
    width: 25px;
    height: 25px;
    border:5px solid C4C4C4 !important;
}
#first-block .check-box span{
    margin-top: 5px;
}
@media screen and (max-width: 1000px) {
    #first-block .main-check-box{
        clear: both;
        margin: auto;
        margin-top: 10px;
        float: left;
        padding-left: 0px;
    }
    #choise-filter {
        /* margin-top: 160px !important    ; */
    }
}
#choise-filter{
    padding-bottom:40px;
    border-bottom:1px  solid #C4C4C4;;
    border-bottom: none;
}
#choise-filter .choise-block button{
    margin-top: 10px;
    margin-right: 4px;
    
}
#choise-filter .choise-block .active-button-course{
    background-color:#4C8FFC ;
    color:white;
}

#event{
    display: grid; 
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1000px) {
    #event{
    grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 700px) {
    #event{
        margin-top: 0px;
    grid-template-columns: repeat(1, 1fr);
    }
    #event .cart-event{
        box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2);
    }
}

#event .cart-event{
    width: 100%;
    min-width: 280px;
    max-width: 370px;
    height: 100%;
    min-height: 420px;
    max-height: 500px;
    padding: 10px;
    border-radius: 1px;
    transition: 0.3s;
    margin: 35px auto 100px;
    position: relative;
}
#event .cart-event:hover{
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2);
    
    transition: 0.3s;
}
#event .choice-button{
    display: flex;
    margin: 8px 0 8px 0px;
    
}
#event .type-filter {
    margin-right: 10px;
}
#event .type-filter h6{
    padding: 5px;
    border: solid 1.5px #4C8FFC;
    color:#4C8FFC;
}
#event .event-image img{
    width: 100%;
    margin-top: 20px;
    height: auto;
    border-radius:2px;
    max-height: 300px;
}
 #event .name-course{
     margin-top: 20px;
 }
 #event button{
     
     position: absolute;
     bottom:10px;
 }