﻿

.sub-info-bordered {
    font-size: 13px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 8px 0;
    margin-bottom: 10px;
    font-weight: 700;
    word-spacing: 2px;
    word-break: 2 !important;
}

h3 {
    font-size: 24px;
    color: #3d566e;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 0;    
    padding-top:10px;
}

p {
    color: #3f4346;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    word-spacing: 5px;
    text-align: justify;
}
.ImgDetails{
    max-width: 100%;
    min-height: 39%;
    width: 100%;
    height: 500px;
    /* border: 5px solid black; */
    display: block;
}
.N-P-Edi{
    height:75px;
}

@media(max-width:500px){
    .ImgDetails{
    max-width: 100%;
    min-height: 39%;
    width: 100%;
    height: auto;
    /* border: 5px solid black; */
    display: block;
}
}