
/* Common STYLES
-------------------------------------------------- */
.p_title {
    margin-top:92px;
    font-size: 45px;
    color: #232323;
}
.p_description {
    font-size: 24px;
    color: #555555;
}
.line {
    height: 4px;
    width: 60px;
    background-color: #017bc4;
    margin-left:auto;
    margin-right:auto;
    margin-top:38px;
    margin-bottom:66px;
}


/* Jumbotron
-------------------------------------------------- */
.jumbotron {
    margin:0;
    height:520px;
    background-image: url(../img/inte_soc_banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}
.jumbotron>.container {
     margin-top:130px;
}
.jumbotron_title {
    letter-spacing: 8px;
    margin-bottom: 20px;
}
.jumbotron_desc {
    letter-spacing: 5px;
}


/* Feature
-------------------------------------------------- */

.feature_font {
    font-size:30px;
    color: #555555;
    margin-top:80px;
    margin-bottom:96px;
}


/* Product2 Description
-------------------------------------------------- */
#pro_desc {
    background-color: #ffffff;
}
.pro2_img {
    padding-bottom:50px;
    padding-top:30px;
}


/* responsive for mobile
-------------------------------------------------- */
@media only screen and (max-width: 450px) {
    .feature_container {
        width: 49%;
        display: inline-block;
    }
    .feature_box_img {
        width: 60px;
        height: 60px;
        margin-top: 25px;
    }
    .feature_font{
        font-size: 20px; 
        margin-top: 15px;
    }
}
@media only screen and (max-width: 450px) {
    .jumbotron {
        height: 200px;
    }
}