.in-boosters{
    padding-bottom: 60px;
    padding-top: 60px;
}
.in-boosters h2{
    margin: 0 0 40px 0;
    color: #1f409b;
    font-weight: 600;
    text-align: center;
    font-size: 26px;
}
.content{
    padding: 20px;
    text-align: center;
    padding-top: 0
}
.in-boosters .tag{
    font-size: 12px;
    user-select: none;
    text-transform: uppercase;
    color: rgb(77, 77, 77);
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(224, 224, 225);
    border-image: initial;
    margin: 5px 5px 5px 0px;
    padding: 7px 14px;
    background: rgb(245, 243, 243);
    border-radius: 4px;
    margin-top: 0;
}
.in-boosters .tag a{
    color: #000;
    text-decoration: none;
}
.in-boosters .booster-box button.bottom-int a, .static-b-int a{
    color: #fff;
    text-decoration: none;
}
.in-boosters .booster-box{
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    margin-bottom: 20px;
}
.in-boosters .booster-box>div:first-child{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}
.in-boosters .booster-box img{
    /*width: 100%;
    height: 300px;*/
    height: 225px;
}
.in-boosters .booster-box .show-b-items{
    position: absolute;
    display: none;
    text-align: center;
}
.in-boosters .booster-box .show-b-items p{
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.in-boosters .booster-box .show-b-items p i{
    margin-right: 5px;
}
.in-boosters .booster-box .show-b-items .share-icons{
    padding-left: 0px;
    list-style-type: none;
    margin-top: 10px;
    height: 32px;
    margin-bottom: 0px;
    overflow: hidden;
}
.in-boosters .booster-box .show-b-items .share-icons li{
    display: inline-block;
    line-height: 31px;
    height: 32px;
    width: 32px;
    padding: 0px 5px;
    background: #1e3f9a;
    border-radius: 3px;
}
.in-boosters .booster-box .show-b-items .share-icons li a{
    font-size: 15px;
    color: rgb(255, 255, 255);
}
.in-boosters .booster-box button.bottom-int{    
    background: #f02d33 !important;
    border-color: #f02d33 !important;
    font-size: 18px;
    border-radius: 3px !important;
    outline: none !important;
}
.in-boosters .booster-box .show-b-items button a, 
.in-boosters button.explore-all a{
    color: #fff;
    text-decoration: none;
}
.in-boosters .booster-box h5 a, .in-boosters .content .tag a{
    color: #000;
    text-decoration: none;
}
.in-boosters .booster-box hr{
    margin: 15px 0 0 0;
    border-color: #bcbcbc;
}
.in-boosters .booster-box h5{
    margin: 0;    
    overflow: hidden;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    line-height: normal;
    margin-bottom: 10px;
    min-height: 112px;
    display: flex;
    align-items: center;
    letter-spacing: 0.4px;
    margin-bottom: 0;
}
.in-boosters button.explore-all{
    background: #1e3f9a !important;
    border-color: #1e3f9a !important;
    font-size: 20px;
    border-radius: 3px !important;
    outline: none !important;
    margin-top: 25px;
}
.static-b-int{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f02d33 !important;
    border-color: #f02d33 !important;
    outline: none !important;
    font-size: 18px !important;
    border-radius: 0 !important;
}