.Associates {
    position: relative;
    left: 0;
    top: 0;
    /* width: 100%; */
    padding: 0 50px;
    background: #161626;
  }
  .Associates .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    flex-direction: column;
  }
  
  .Associates .container .box {
    position: relative;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  
  .Associates .content {
    position: relative;
    width: 50%;
    color: #fff;
    padding: 20px;
  }
  
  .Associates .content h2 {
    font-size: 2.5em;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: algerian;
  }
  
  .Associates .content h2 span {
    color: yellowgreen;
    font-size: 2.5em;
    font-family: algerian;
  }
  
  .Associates .content p {
    font-size: 1.1em;
  }
  
  .Associates .content a {
    position: relative;
    top: 40px;
    padding: 10px 20px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .Associates .content a:hover {
    color: #fff;
    background: #07a4c0;
  }
  
  .Associates .container .box .imgbx {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    /* background: #ccc; */
    border: 2px solid #fff;
    box-shadow: inset 0 0 20px #fff;
  }
  
  .Associates .container .box .imgbx img {
    width: 80%;
    height: 50%;
    /* object-fit: cover; */
  }

  
  @media (max-width:991px)
  {
    .Associates .container .box {
      display: flex;
      justify-content: center;
      align-items: center;

    }
  .Associates .content {
     width: 100%; 
  
    }  
    
  .Associates .content h2 {
     
       text-align: center;
    }
    .Associates .container .box .imgbx {
       width: 80%;
       height: 300px;
    }

    
  .Associates .content h2 {
    font-size: 2em;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: algerian;
  }
  
  .Associates .content h2 span {

    font-size: 2em;
    
  }
  .asso-media
  {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  }

  @media (max-width:468px)
 {

  .Associates .container .box .imgbx {
    width: 80%;
    height: 200px;
 }

}