h1,h2,h3,h4,h5 {
    text-transform: uppercase;;
}

.tm-gallery .tm-gallery-item img{
    height: 300px;
}

.text-center {
    text-align: center;
}

.section-header {
    position: relative;
    left: 280px;
    margin-bottom: 20px;
}

.privacy {
    padding: 20px;
}

.privacy h1 {
    margin: 15px 0;
    position: relative;
}

.privacy h1::after {
    content: "";
    width:50px;
    height: 2px;
    position:absolute;
    bottom: -15px;
    left: 0;
    background:red;
    display:block;
}
.privacy .col-md-6 {
    padding: 15px;
    border-radius: 10px;
}
.privacy .col-md-6 h2{
    margin:15px 0;
    color: #AAA;
}
.privacy .col-md-6:last-child {
    background: rgb(78, 77, 77);
    
}
.privacy .col-md-6:last-child p{
    color: #FFF;
    
}