.main {
  background: url(../images/researcherIntro/bg-greetings.png) no-repeat center center;
  background-size: cover;
  width: 100%;
}
.main .content {
  max-width: 1100px;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 100px;
}
@media (max-width: 1600px) {
  .main .content {
    height: auto;
    padding: 0px 40px 80px 40px;
  }
}
@media (max-width: 980px) {
  .main .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .main .content {
    padding: 0px 25px 60px 25px;
  }
}
.main .content .titleWrap {
  width: 100%;
  margin: 100px auto;
  text-align: center;
}
@media (max-width: 480px) {
  .main .content .titleWrap {
    margin: 60px auto 30px;
  }
}
.main .content .titleWrap h3 {
  color: #999999;
  font-size: 30px;
}
@media (max-width: 480px) {
  .main .content .titleWrap h3 {
    font-size: 24px;
  }
}
.main .content .titleWrap h2 {
  color: #000;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .main .content .titleWrap h2 {
    font-size: 30px;
  }
}
.main .content .leftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.main .content .leftBox h2 {
  font-size: 26px;
  font-weight: bold;
  color: #1EC55A;
}
.main .content .leftBox h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .main .content .leftBox h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.main .content .leftBox p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .main .content .leftBox p {
    font-size: 14px;
  }
  .main .content .leftBox p .deleteMoBr {
    display: none;
  }
}
.main .content .leftBox p strong {
  font-weight: 600;
  font-size: inherit;
}
.main .content .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1080px) {
  .main .content .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .main .content .rightBox {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0px;
  }
}
.main .content .rightBox p {
  text-align: right;
  font-size: 20px;
}
@media (max-width: 980px) {
  .main .content .rightBox p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 50px;
    text-align: right;
  }
}
@media (max-width: 480px) {
  .main .content .rightBox p {
    font-size: 18px;
  }
  .main .content .rightBox p .deleteMoBr {
    display: none;
  }
}
.main .content .rightBox span {
  font-size: inherit;
  font-weight: 600;
}
.main .img-CEO-pic {
  background: url("../images/ceoPic.png") no-repeat;
  width: 239px;
  height: 319px;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .main .img-CEO-pic {
    width: 140px;
    height: 180px;
    background-size: cover;
  }
}