.infoWrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.infoTitle {
    font-family: "Rubik-Bold";
    font-weight: normal;
    color: rgb(0, 85, 150);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.overflowContent {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}

.infoRow {
    font-family: "Rubik-Regular";
    color: #5e5e5e;
    font-size: 1.8rem;
    text-align: center; 
}

.infoContent {
    font-family: "Rubik-Regular";
    color: #5e5e5e;
    font-size: 1.8rem;
    text-align: center;
    display: inline;
}

.contentStyle {
    font-family: "Rubik-Regular";
    color: #5e5e5e;
    font-size: 1.8rem;
    text-align: center; 
    font-weight: bold;
    font-style: italic;
}

.readMore, .readLess {
    font-family: "Rubik-Regular";
    color: #0071bb;
    font-size: 1.8rem;
    text-decoration: underline;
    display: inline;
}

.readLess, .showContent, .showCont {
    display: none;
}

/********Media Query Start***********/
@media only screen and (max-width: 767px) {
    .infoTitle {
        font-size: 2.2rem;
        margin: 10px auto;
    }

    .infoContent, .infoRow, .contentStyle {
        font-size: 1.5rem;
    }

    .readMore, .readLess {
        font-size: 1.5rem;
    }
}
/********Media Query End***********/