
.services_container{
    display: flex; 
    align-items: center;
    justify-content:center;
    margin: 2%;
    border-width: 2px !important;
    flex-direction: column;
    color:black !important;
}


.services_container:hover h2{
    font-weight: bold;
}


.services_container h2{
    margin-right: 2%;
    font-size: 30px;
}

#tickets_family_title{
    margin-bottom: 1.5%;
    margin-top: 3%
}

#tickets_family_title h2{
    font-weight: bold;
}


a{
    text-decoration: none;
}

/*For laptops screens*/

@media screen and (min-width: 992px) {
    .services_container {
        padding: 12px 24px !important;
        flex-direction: row;
    }

    .services_container h2{
        margin-right: 2%;
       
    }
    
}

