#meetpartners {
    text-align: center;
    margin-bottom: 2%;
    margin-top: 2%;
    font-family: 'Fraunces', serif;
margin-bottom:5%;
  }
#redpart{
    color: red;
}
.partbtn{

        /* margin-top:2%; */
        border: 2px white solid;
        background-color: #5c2e0c  ;
        padding: 5px;
        border-radius: 30px;
        padding-left: 40px;
        padding-right: 40px;
        color: white;
        font-weight: bold;
}
.partbtn:hover{
  background-color: #a3876f;
}

.textpartitem
{margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;}
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 2;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0
    }
  
    to {
      top: 0;
      opacity: 1
    }
  }
  
  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0
    }
  
    to {
      top: 0;
      opacity: 1
    }
  }
  
  /* The Close Button */
  .close {
    /* color: rgb(244, 17, 17); */
    float: right;
    position: relative;
    top: 10px;
    /* font-size: 26px; */
    /* font-weight: bold; */
  }

  
  .modal-header {
    padding: 2px 16px;
    background-color: #ffffff;
    color: white;
  }
  
  .blurbheading{
  
    background-color: #5c2e0c;
    color: white;
    font-size: 23px;
      font-family: 'Fraunces';
      text-align: center;
  }
  .modal-body{
    overflow: auto ;
    overflow-x: hidden;
    margin:2%;
  }
  /* .modal-body {padding: 2px 16px;} */
  
  .modal-footer {
    padding: 2px 16px;
    /* background-color: #5cb85c; */
    color: white;
  }
  
  .Aboutspeaker {
    text-indent: 0%;
    margin: 0%;
    /* padding: 1% 5% 1% 1%; */
    /* white-space: pre-line; */
    width: 74vw;
    padding-right: 12%;
    height: 30vh;
    font-size: 2vh;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
  }
  .speakpopimg{

    margin-top: 2%;
      }
  @media only screen and (max-width:500px) {
    .Aboutspeaker{      
      font-family: 'Montserrat', sans-serif;
      width: 65vw;
      font-size: 10px;
      padding-left: 7%;
      padding-right: 7%;
      /* padding-bottom: 18px; */
      height: 55vh;
      text-align: justify !important;
    }
    
  }
  @media screen and (max-width: 600px) {
    .blurbheading{
      font-size: 14px;
      padding: 2%;
    }
    .speakpopimg{
  width:25%;
  padding-left: 3%;
  margin-top: 5%;
    }
    #meetpartners{
      margin-bottom: 15%;
    }
    .partnerscont{
row-gap:50px !important;
margin-bottom: 15%;
    }

  }
  .partnerscont {
    display: grid;
    column-gap: 5%;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 35px;

}


.partitem {
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: top;
}

.textpartitem {
    text-align: center;
    font-size: 12px;
}
.partnamefull{
  font-size: 14px !important;
}