.insights {
    min-height: 100vh;
    padding: 20px 0;
    /* font-family: Bower, Georgia, Times New Roman, serif */
}

.insights .headerTitle {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    word-break: break-word;
    padding: 30px 0
}

.insights .hot {
    padding: 20px
}
.insights .hot .row:nth-child(n+2) {
    margin-top: 20px;
}

.insights .hot .lImg img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.insights .hot .rText {
    padding: 5% 0
}

.insights .hot .rText .t {
    font-size: 26px;
    font-weight: bold;
    color: black
}

.insights .hot .rText .i {
    font-size: 14px;
    color: #333;
    font-weight: 300;
    font-family: McKinsey Sans, Helvetica Neue, Calibri, Corbel, Helvetica, Roboto, Droid, sans-serif
}

.insights .description {
    padding: 40px;
    font-size: 30px;
    text-align: center;
    margin: 2%
}

.insights .insight {
    max-width: 380px;
    min-height: 300px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 40px
}

.insights .insight img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.insights .insight .tip {
    margin-top: 20px;
    font-size: 14px
}

.insights .insight .title {
    font-size: 24px;
    font-weight: bold;
    color: black;
    margin: 10px 0
}

.insights .insight .info {
    font-weight: 400
}

@media (min-width:992px) {
    .insights .description {
        margin: 0 15%
    }
}

@media (min-width:1200px) {
    .insights .hot .rText {
        padding: 5% 7%
    }

    .insights .hot .rText .t {
        font-size: 40px;
        padding-bottom: 30px
    }

    .insights .description {
        margin: 0 20%
    }
}

@media (min-width:1450px) {
    .insights {
        min-width: 1440px
    }
}