h2 {
    font-weight: 400;
    padding-top: 15px;
  }
  
.container1 .content1 a {
color: rgb(32, 32, 32);
}
  
.container1-sm .content1-sm a {
color: rgb(32, 32, 32);
}

.container1 .content1 i {
color: rgb(32, 32, 32);
font-size: 150%;
}

.container1-sm .content1-sm i {
color: rgb(32, 32, 32);
font-size: 150%;
}

.container1 .content1 h3 {
text-transform: uppercase;
text-align: left;
font-size: 100%;
letter-spacing: 2px;
font-weight: 700;
line-height: 1;
margin: 5px 0 5px 0;
}

.container1-sm .content1-sm h3 {
text-transform: uppercase;
text-align: left;
font-size: 90%;
letter-spacing: 2px;
font-weight: 700;
line-height: 1;
margin: 5px 0 5px 0;
}

.container1-sm .content1-sm {
text-align: left;
font-size: 90%;
line-height: 0.5;
}

.section-title {
    text-transform: uppercase;
    margin-top: 5px;
}

.responsive-img {
    width: 100%;
    border-radius: 5px;
}

.thumbnail {
    border: 0;
    line-height: 1;
    margin: 5px 0;
}