* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #efefef;
}
.custom_container {
    max-width: 100%;
    margin: 24px 16px;
}

.full_width {
    width: 100%;
}
.text-center{
    text-align: center;
}
.table-responsive{
    overflow-x: auto;
}
.table-responsive table{
    width: 100%;
    margin-top: 25px;
}
.table-responsive table,
.table-responsive th,
.table-responsive td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 4px;
    font-size: 14px;
  }
.table-responsive table th {
    white-space: nowrap;
    text-align: center;
}
.table-responsive table td {
    word-break: keep-all;
    min-width: 100px;
}
.custom_width{
    min-width: 250px !important;
}
.capability{
    color:#2b4cb9;
}
.bg_green{
    background-color: #008000;
}
.custom_bgclr{
    background-color: #ee817cfc;
}
.discovery_stage strong{
    color:#800000 !important;
}
h1#off_manag {
    color: #c9611f;
    padding: 20px 10px 0px 15px;
    font-size: 30px;
}

.row {
    display:flex;
}

.columns1 {
    flex-basis: 25%;
    margin:25px 4px;
}

.bottom_column {
    flex-basis: 20%;
    margin: 100px 5px 25px 25px;
}

.columns2 {
    flex-basis: 75%;
    margin: 25px;
    align-self: flex-start;
}

.column_left3 {
    padding-bottom: 30px;
    border: 1px solid #000;
    width: 80%;
}

.column_left1 {
    border: 1px solid #000;
    margin:0px 20px 20px;
    padding: 4px;
    background-color: #ffffff;
}
.mb-2{
    margin-bottom: 14px;
}
.column_left1 h4,.column_left2 h4{
    font-size: 15px;
    margin-bottom: 14px;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.pro_owner strong,.systme_impact strong,.blue_txt {
    color: #5c7ecc;
}

.column_left2 {
    background-color: #ffffff;
    border: 1px solid #000;
    padding: 1px 0px 10px 0px;
    margin: 20px;
    padding: 4px;
    min-height: 120px;
}

.column_left2 p {
    line-height: normal;
    margin-bottom: 4px;
}

.column_left2 p span {
    color: #c9611f;
}

#row_1 {
    padding: 20px 25px 20px 25px;
    color: #00176c;
    background-color: #ffffff;
}

#row_2 {
    background-color: #eaeaea;
    padding: 50px 20px 50px 20px;
}
.display_flex {
    display: flex;
}

.home_icon{
    color: #3f51b5;
    text-decoration: none;
    cursor: pointer;
    background: #ececec;
    padding: 4px 8px;
    border-radius: 6px 0px; 
}

@media only screen and (max-width:990px) {
    .bottom_column {
        margin-left: 0;
    }
    .custom_container{
        margin: 25px 8px !important;
    }
    .category_column {
        margin: 0px 0px 0px 20px;
    }
}
@media only screen and (max-width:1080px){
    .custom_container{
        margin: 25px;
    }
    .columns1{
        flex-basis: 30%;
    }
    .columns2 {
    flex-basis: 70%;
    }
    .columns1,.columns2{
        margin: 25px 8px;
    }
    .category_column{
        flex-basis: 80%;
    }
}