.insights {
    /* font-family: Bower, Georgia, Times New Roman, serif */
}

.insights .topTitle {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0
}

.insights .hot {
    padding: 20px
}

.insights .hot .lImg {
    padding-bottom: 20px
}

.insights .hot .lImg img {
    width: 100%
}

.insights .hot .rText .t {
    font-size: 26px;
    font-weight: bold;
    color: black;
    padding: 10px 0
}

.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 .hot .rText .st {
    color: #333;
    font-weight: 300
}

.insights .insightList {
    padding: 20px 0;
    /* border-bottom: 1px solid #333; */
    margin: 0 5px
}

.insights .insightList .moreBtn {
    margin: 20px 0;
    padding: 10px 20px;
    border: 1px solid #2251ff;
    font-size: 18px;
    color: #2251ff
}

.insights .insightList .moreBtn:hover {
    background: #2251ff;
    color: white
}

.insights .insight {
    min-height: 300px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 40px
}

.insights .insight img {
    height: 200px;
    object-fit: cover;
    width: 100%
}

.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
}

.insights .book .st {
    padding-right: 30%
}

.insights .more {
    margin: 0 5px;
    margin-top: 50px;
    padding: 30px 0;
    border-top: 1px solid #333;
    font-weight: bold;
    font-size: 18px
}

.promo {
    padding: 50px 10px;
    max-width: 1440px;
    margin: 0 auto;
    text-align: left;
    font-size: 30px
}

.promo .btn {
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #2251ff;
    font-size: 14px;
    color: #2251ff
}

.promo .btn:hover {
    background: #2251ff;
    color: white
}

@media (min-width: 578px) {
    .insights .book .st {
        padding-right:0%
    }
}

@media (min-width: 1200px) {
    .insights .hot .rText .t {
        font-size:40px;
        padding-bottom: 20px
    }

    .insights .hot .st {
        font-size: 20px
    }

    .insights .description {
        margin: 0 20%
    }
}

@media (min-width: 1450px) {
    .insights {
        min-width:1440px
    }

    .insights .st {
        font-size: 30px
    }
}
