/* The font size for this ilo has been adjusted for mobile breakpoints*/


/* The amount of text within this ilo was causing the ilo to spill out */

#laoc4la4matching1 {
    font-size: 15px !important;
}

@media only screen and (max-width: 400px) {
    #laoc4la4matching1{
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 340px) {
    #laoc4la4matching1 {
        font-size: 9px !important;
    }
}

@media only screen and (max-width: 400px) {
    #laoc4la4matching1 .matching-container .matching-card {
        padding-top: 25px !important;
    }
}
