h1, h2, h3, h4{
    line-height:1.7;
}

h3{
    font-size: 20px;
    font-weight: unset;
    font-family: "Lexend Deca";
  }

h4{
    font-size: 26px;
    text-align:center;
    margin-bottom:21px;
    color:#333;
}

ul.tick {
    list-style: none;
    line-height:1.7;
    font-size:17px;
    text-indent: -20px; /* key property */
    margin-left: 20px;
}

ul.tick li:before {
    content: "\2714\0020";
    color:#04c904;
    font-size:18px;
}

ul.tick2 li:before {
    background-image: url('../images/TNG_Logo_square_transparent_100.png');
    font-size:18px;
}


ul.tick li{
    margin: 10px 0;
    color:#333;
}       

.col-md-6{
    margin-top:10px
}

.col-md-6 img{
    max-height:450px;
    max-width:100%;
}

.thumbnail p{
    text-align:left;
    font-size:14px;
}

.thumbnail h4{
    font-size:16px;
    margin:10px 0;
}

.row.breath {
	display: flex;
	align-items: center;
}

summary {
    font-size: 18px;
    color: #2b47d4;
    margin: 12px 0;
   
}

summary:hover {
    cursor: pointer;
}

.p-20 {
    padding: 20px
}
