.open-letter-wrapper {
  /* padding: 44px 0 18px 0; */
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}
.open-letter-left {
  width: 640px;
}
.open-letter-title {
  color: #222;
  font-family: 'avenir_next_worldbold', 'Verdana';
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 24px;
}
.open-letter-subject {
  color: #222;
  font-family: 'avenir_next_worldmedium', 'Verdana';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 0;
}
.open-letter-pointers {
  margin: 0 0 24px 18px;
}
ul.open-letter-pointers li {
  list-style-type: decimal;
  color: #222;
  font-family: 'avenir_next_worldmedium', 'Verdana';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.open-letter-subject {
  margin-bottom: 24px;
}

img.sign_img {
  width: 200px;
  margin: 24px 0 12px 0;
}
.below_signature {
  max-width: 200px;
  border-top: 1px solid #000;
  padding-top: 14px;
}
.founder-name {
  color: #222;
  font-family: 'avenir_next_worlddemi', 'Verdana';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 0;
}
b{
  font-family:'avenir_next_worldbold', 'Verdana';
  font-weight:normal !important;
}
p.founder-designation {
  color: #717171;
  font-family: 'avenir_next_worldmedium', 'Verdana';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 0;
}

img.open-letter-right-img {
  width: 481px;
  margin-top: -79px;
}
.open-letter-mb {
  display: none;
}
.open-letter-md{
  display:none;
}
@media (min-width: 1920px) {
  .open-letter-wrapper {
    max-width: 1400px;
    justify-content: space-between;
  }
  img.open-letter-right-img {
    width: 600px;
  }
}
/* Large Device only (1024 < Width <= 1439) */
@media (max-width: 1439px) and (min-width: 1025px) {
  .open-letter-title {
    font-size: 28px;
    line-height: 36px;
  }
}
/*  Medium Device Only (768 <= Width <= 1024) */
@media (max-width: 1024px) and (min-width: 768px) {
  .open-letter-title {
    font-size: 28px;
    line-height: 36px;
  }
  .open-letter-wrapper {
    padding: 40px 40px 0px 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  /* .open-letter-wrapper {
    padding: 44px 40px 18px 40px;
  } */
  img.open-letter-right-img {
    width: 450px;
  }
}
@media(min-width:768px) and (max-width:1023px){
  .open-letter-left{
    padding:0 0px 0 40px;
  }
  .open-letter-wrapper{
    flex-direction: row;
    padding: 40px 0px 8px 0;
  }
  img.open-letter-right-img{
    /* width: 350px; */
    width:400px;
    margin: 0 auto 32px auto;
  }
  .open-letter-right{
    margin-top:0;
    padding-right: 40px;
  }
  .open-letter-md{
    display:block;
  }
  
}
@media (max-width: 991px) {
  .open-letter-wrapper {
    max-width: 100%;
    /* flex-direction: column; */
    align-items:flex-start;
    gap: 0;
  }
  .open-letter-mb {
    display: none;
  }
  p.open-letter-subject br {
    display: none;
  }
  img.open-letter-right-img {
    /* width: 60%; */
    margin-top: 0;
  }
  .open-letter-lg {
    display: none;
  }
  .open-letter-title {
    max-width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  .open-letter-left {
    width: 100%;
  }
 
}
@media (max-width: 767px) {
  .open-letter-wrapper{
    align-items:center;
    flex-direction: column;
    padding: 45px 16px 20px 16px;
  }
  .open-letter-mb{
    display:block;
  }
  .open-letter-title {
    font-size: 24px;
    line-height: 32px;
    /* margin-bottom: 24px; */
    max-width: 206px;
    margin:auto;
    text-align:center;
  }
  img.open-letter-right-img {
    width: 100%;
    margin-bottom:32px;
  }
  .open-letter-width-mb {
    max-width: 241px;
    margin-bottom:16px;
  }
  .open-letter-md{
    display:none;
  }
  .open-letter-right {
    margin-top: 48px;
  }
}
