@media (min-width: 768px) {

  .imageTable-1 {
      width: 35%;
      float: right;
      margin-left: 15px;
      margin-top: 6px;
  }

  .imageTable-1 img {
      height: 372px !important;
  }

  .signature
  {
    height:40px !important;
    width:80% !important;
  }


  .imageTable2 {
    width: 42%;
    float: right;
    text-align: center;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 8px;

}

.imageTable2 img {
    width: 89% !important;
    height: 360px !important;
}

.imageTable3 {
  float: left;
  margin-right: 15px !important;
  font-weight: bold;
  text-align: center;
  width: 40% !important;
}

.imageTable4 {
  width: 38% !important;
  float: right;
  margin-left: 15px;
  text-align: center;
  font-weight: bold;
}

.imageTable4 img {
  width: 100% !important;
  height: 370px !important;
}

.imageTable5 {
  width: 35% !important;
  float: right;
  margin-left: 15px;
  text-align: center;
  font-weight: bold;
}

.imageTable5 img {
  height: 330px !important;
}

.imageTable6 {
  margin-left: 14px;
  text-align: center;
  font-weight: bold;
  width: 60% !important;
  float: right;
}

.imageTable6 img {
  height: 310px !important;
}

.imageTable7 {
  text-align: center;
  font-weight: bold;
  width: 50% !important;
  float: left;
  margin-right: 15px !important;
}

.imageTable7 img {
  height:187px !important;
}


}


@media (max-width: 768px) {

  .imageTable-1 {
      width: 100%;
      float: right;
      margin-left: 15px;
      margin-top: 6px;
      margin-bottom: 18px;
  }

  .imageTable-1 img {
      height: 375px;
  }

  .imageTable2 {
    width: 100%;
    float: right;
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 15px;

}

.imageTable2 img {
    width: 100% !important;
    height: 370px !important;
}

.imageTable3 {
  width: 100% !important;
  font-weight: bold;
  text-align: center;
}

.imageTable4 {
  width: 100% !important;
  float: right;
  margin-left: 15px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.imageTable4 img {
  width: 100% !important;
  height: 370px !important
}


.imageTable5 {
  width: 100% !important;
  float: right;
  margin-left: 15px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.imageTable5 img {
  height: 370px !important;
}

.imageTable6 {
  margin-left: 14px;
  text-align: center;
  font-weight: bold;
  width: 100% !important;
  float: right;
  margin-bottom: 15px;
}

.imageTable6 img {
  height: 220px !important;
}

.imageTable7 {
  text-align: center;
   font-weight: bold;
    width: 100% !important;
    float: left;
}

.imageTable7 img {
  height:230px !important;
}

.paragraph p
{
font-size: 18px !important;
font-family: 'Times New Roman';
}

.paragraph h3
{
font-size: 18px !important;
}

}

.grid79 {

  --gap: 25px;
  --num-cols: 4;
  --row-height: 230px;
  box-sizing: border-box;
  padding: var(--gap);
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 2fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);

}

.grid29 {

  --gap: 25px;
  --num-cols: 4;
  --row-height: 280px;
  box-sizing: border-box;
  padding: var(--gap);
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 2fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);

}

.text-dark
  {
    color:black;
  }

.card-contents:hover
{
    background: #c2b280;
}


.card-contents:hover a
{
   text-decoration:underline;
}


.card-grid-col-29 {
  grid-column: span 2;
}

.card-grid-row-29 {
  grid-row: span 2;
}



.grid-item29 {
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.2s;
}



.grid-item29:hover
{
 
  transform:translateY(-10px);
  

}

.card-header1
{
  height:200px;
  font-weight: 600;
  margin-top:45px;
  text-align: center;
}

.card-header2
{
  height:200px;
  font-weight: 600;
  margin-top:35px;
  text-align: center;
   margin-left: 5px;
   margin-right: 5px;
}
.iframe
{
  height: 160px;
}

@media (max-width:1028px){

.card-header2
{
  height:2;
  font-weight: 600;
  margin-top:20px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

}

@media (max-width:768px){

.grid29 {
  --num-cols: 1;
  --row-height: 280px;
  --gap: 20px;
}

.grid-item29 {
    background-color: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.2s;
  }

  .card-grid-col-29 {
    grid-column: span 1;
  }
  
  .card-grid-row-29 {
    grid-row: span 2;
  }

   .card-header1
    {
        height:200px;
        font-weight: 600;
        margin-top:45px;
        text-align: center;
    }

    .card-header2
    {
        height:200px;
        font-weight: 600;
        margin-top:35px;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
    }

    .iframe
    {
     height: 180px;
    }


}

@media (min-width:768px) and (max-width:900px){

.grid29 {
  --num-cols: 2;
  --row-height: 280px;
  --gap: 20px;
}

.grid-item29 {
    background-color: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.2s;
  }

  .card-grid-col-29 {
    grid-column: span 1;
  }
  
  .card-grid-row-29 {
    grid-row: span 2;
  }

   .card-header1
    {
        height:200px;
        font-weight: 600;
        margin-top:45px;
        text-align: center;
    }

    .card-header2
    {
        height:200px;
        font-weight: 600;
        margin-top:35px;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
    }

    .iframe
    {
     height: 180px;
    }


}








  

  

  

  


