* {
  font-variant-ligatures: no-common-ligatures !important;
}

#searchHeader {
  width: 100%;
  height: 401px;
  background-repeat: no-repeat;
  background-image: url(https://sc1.checkpoint.com/careers/images/header-2023.png);
  object-fit: cover;
  margin-top: 16px;
}

@media only screen and (min-width: 1920px) {
  #searchHeader{
    background-position: right;
    background-color: #f8f8f8;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1920px) {
  #searchHeader{
    background-position: center;
  }
}

#search input {
  width: 620px;
  font-size: 16px;
  padding-left: 15px;
  height: 48px;
  outline: none;
}

#search button {
  height: 48px;
  outline: none;
  border: 1px;
  background: #ec407a 0 0 no-repeat padding-box;
  letter-spacing: 1.3px;
  color: white;
  vertical-align: top;
  font-size: 14px;
  margin-left: -4px;
  padding: 0 25px;
}

#headlineText {
  padding-top: 140px;
}

#headlineText1 {
  text-align: left;
  font: normal normal normal 46px "DINPro";
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  opacity: 1;
}

#headlineText2 {
  text-align: left;
  font: normal normal normal 28px "DINPro";
  letter-spacing: 0.05px;
  opacity: 1;
  margin-bottom: 20px;
}

#forbesHeader {
  width: 100%;
  height: fit-content;
  background-color: #302430;
  padding: 10px 0;
  margin-top: -2px;
}

#forbesHeaderContainer {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

#forbesHeaderContainer p {
  font: normal normal bold 18px/27px "DINPro";
  color: #ffffff;
}
#forbesHeaderContainer img {
    width: 167px;
}

#forbesHeaderContainer h3 {
  font: normal normal normal 22px/35px "DINPro";
  letter-spacing: 0.09px;
  color: #ffffff;
  padding-bottom: 16px;
}

#forbesHeaderContainer a {
  color: #d61a77 !important;
  font: normal normal normal 18px "DINPro";
  text-transform: capitalize;
  text-decoration: none;
}

#buttonsHeader {
  width: 100%;
  height: fit-content;
  background-color: #f7f8fa;
  text-align: center;
  padding: 25px 0;
}

#buttonsHeader h4 {
  font: normal normal normal 22px "DINPro";
  letter-spacing: 0.09px;
  color: #333333;
  text-align: left;
}

#buttonsHeader h5 {
  font: normal normal normal 18px "DINPro";
  letter-spacing: 0.07px;
  color: #333333;
  text-align: left;
}

#buttonsHeader i {
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .linkImage {
    background-color: #f7f8fa;
  }
}
.linkImage {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.linkButton {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px #00000029;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 110px;
  width: 575px;
  margin-right: 20px;
  justify-content: space-evenly;
  cursor: pointer;
  column-gap: 16px;
}

.linkButton:last-child {
  margin-right: 0;
}

.linkButton > i {
  color: #999;
}

.linkButton:hover {
  box-shadow: 0px 2px 5px 4px #80808040;
}

#buttonsHeaderContainer {
  display: flex;
  justify-content: space-evenly;
}

#aboutSection,
#videosSection,
#photosSection {
  padding: 40px 0;
}

#forbesSection,
#photosSection {
  background: #f7f8fa 0% 0% no-repeat padding-box;
}

#aboutSection h3 {
  text-align: left;
}

#aboutSection p {
  margin-top: 15px;
  text-align: left;
  font: normal normal normal 18px "DINPro";
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
  line-height: 30px;
}

.aboutSectionContainer {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.aboutSectionContainer:last-child {
  margin-bottom: 0;
}

.half {
  position: relative;
  display: inline-block;
}

.whoweare {
  margin-bottom: 25px;
  width: 440px;
  margin-right: 30px;
}

.circle {
  background-color: #ec407a;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  z-index: -1;
  position: absolute;
}

.rectangle {
  background-color: #f6931d;
  border-radius: 25%;
  width: 115px;
  height: 100px;
  bottom: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

#impactSection {
  background-color: #f7f8fa;
  position: relative;
  height: fit-content;
  padding: 40px 0;
}

#impactSection h3 {
  margin-bottom: 30px;
  display: block;
}

#numberContainer {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.numberBox {
  display: flex;
  flex-direction: column;
  width: 215px;
  text-align: center;
  height: 200px;
}

.numberBox h2 {
  text-align: center;
  font: normal normal normal 50px "DINPro";
  letter-spacing: 0px;
  color: #ec407a;
  opacity: 1;
  display: inline-block;
}

.numberBox h4 {
  text-align: center;
  font: normal normal normal 25px "DINPro";
  letter-spacing: 0px;
  color: #505d68;
  opacity: 1;
  display: inline-block;
  width: 150px;
  margin: -10px auto;
}

.numberBox img {
  width: 27px;
  height: 27px;
}

.imageContainer {
  margin: 20px 0;
}

.circleImage {
  padding: 14px 10px;
  border: 1px solid #8f97a1;
  border-radius: 50%;
  text-align: center;
}

.circleWithShadow {
  background: transparent linear-gradient(180deg, #ec407a 0%, #911a42 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 24px 58px #ec407a;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  bottom: -78px;
  left: -42px;
  z-index: 2;
  position: absolute;
}

.circleWithShadowRight {
  background: transparent linear-gradient(180deg, #ec407a 0%, #911a42 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 24px 58px #ec407a;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  top: 55px;
  right: -63px;
  z-index: 2;
  position: absolute;
}

.videoContainer {
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.videoContainer h5 {
  font: normal normal normal 22px "DINPro";
  letter-spacing: 0px;
  color: #333333;
  text-transform: capitalize;
  opacity: 1;
}

.videoContainer h3 {
  text-align: left;
  margin-top: -5px;
}

.videoContainer p {
  margin-top: 15px;
  text-align: left;
  font: normal normal normal 18px "DINPro";
  color: #505d68;
  line-height: 30px;
}

.videoText {
  width: 555px;
}

#programsSection {
  background-color: #f7f8fa;
  padding: 50px 0;
  height: fit-content;
  width: 100%;
  overflow-x: hidden;
}

#programsSectionWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#programsSection h3 {
  display: block;
  text-align: left;
}

#programsSection p {
  margin-top: 15px;
  text-align: left;
  font: normal normal normal 20px "DINPro";
  color: #333333;
  line-height: 30px;
  margin-bottom: 30px;
}

#programsSection a {
  background: #ec407a 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font: normal normal normal 14px "DINPro";
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  padding: 13px 60px;
  display: inline-block;
}

#programsSection a:hover {
  text-decoration: none;
  background-color: #911a42;
  color: #ffffff;
}

#programsText {
  position: relative;
  height: fit-content;
}

#programsText p {
  width: 585px;
}

.programLeftImgWrapper img {
  margin-right: 15px;
  width: 235px;
}

.programRightImgWrapper {
  width: 600px;
  text-align: center;
}

.programRightImgWrapper img {
  width: 470px;
}

#faqSection,
#photosSection,
#articlesSection {
  padding: 60px 0;
  text-align: center;
}

#benefitsSection {
  margin: 40px auto;
}

.benefitsContainer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.benefitsContainer:last-child {
  margin-bottom: 0;
}

.benefit {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 30%;
}

.benefit h4 {
  text-align: left;
  font: normal normal normal 22px/29px "DINPro";
  letter-spacing: 0.09px;
  color: #333333;
  line-height: 30px;
}

.benefit p {
  text-align: left;
  font: normal normal normal 14px "DINPro";
  color: #333333;
  line-height: 30px;
}

#benefitsSection h3 {
  margin-bottom: 40px;
  display: block;
}

#impactSection h3:after,
#benefitsSection h3:after {
  left: 49%;
}

#forbesWrapper {
  padding: 60px 0;
  display: flex;
}

#forbesWrapper img {
  height: 370px;
}

#forbesContainer {
  margin-left: 90px;
}

#forbesContainer h3 {
  text-align: left;
}

.cp_pageWidth {
  width: 1170px;
  margin: auto;
}

.cp_title {
  text-align: center;
  font: normal normal normal 34px "DINPro";
  letter-spacing: 0.6px;
  line-break: normal;
  color: #333333;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}

.cp_title:after {
  content: "";
  background: #ec407a;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 40px;
}

#forbesContainer p {
  margin-top: 20px;
  text-align: left;
  font: normal normal normal 20px "DINPro";
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
}

#forbesContainer a {
  color: #d61a77;
  font: var(--unnamed-font-style-normal) normal
    var(--unnamed-font-weight-normal) var(--unnamed-font-size-18) / 27px
    var(--unnamed-font-family-din-pro);
  text-transform: capitalize;
  text-decoration: none;
}

#faqSection h3:after {
  left: 24%;
}

#faqContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px auto 0;
}

#faqContainer h4 {
  text-align: left;
  font: normal normal normal 26px "DINPro";
  color: #333333;
  line-height: 38px;
  margin-top: 0;
  height: 110px;
}

#faqContainer p {
  font: normal normal normal 16px "DINPro";
  letter-spacing: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  height: 160px;
  text-align: left;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

#faqButton {
  border: 1px solid #ec407a;
  border-radius: 4px;
  padding: 13px 65px;
  font: normal normal normal 14px "DINPro";
  text-decoration: none;
  color: #ec407a;
  text-transform: capitalize;
  margin-top: 50px;
  display: inline-block;
}

#faqButton:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ec407a;
}

.faqBox a {
  font: normal normal normal 14px "DINPro";
  text-decoration: none;
  color: #ec407a;
  text-transform: capitalize;
  display: inline-block;
}

.faqBox a:hover {
  text-decoration: none;
  color: #911a42;
}

.faqBox {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 24px #dedddf;
  width: 350px;
  height: 345px;
  border-radius: 25px;
  padding: 20px 35px;
  margin-right: 20px;
}

.faqBox:last-child {
  margin-right: 0;
}

#photosSection {
  width: 100%;
}

#photosSection h3:after {
  left: 42%;
}

.photosContainer {
  margin: 40px auto;
}

.photosContainer img,
.photo {
  height: 205px;
  width: 278px;
  margin-right: 15px;
  object-fit: cover;
  cursor: pointer;
}

.photosContainer img:last-child {
  margin-right: 0;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 3000000;
  padding-top: 55px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

#modal-container {
  display: flex;
  justify-content: space-between;
}

#modal-container .plusDivs {
  font-size: 35px;
  background-color: inherit;
  color: white;
  border: none;
  outline: none;
  width: 200px;
  height: 565px;
}

/* Modal Content (Image) */
.modal-content {
  display: block;
  height: 80vh;
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.buttonsContainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.buttonsContainer button {
  text-align: left;
  font: normal normal 300 20px "DINPro";
  letter-spacing: 0px;
  color: #333333;
  border: none;
  background-color: inherit;
  outline: none;
}

.prevButton {
  margin-right: 10px;
}

.buttonsContainer i {
  font-size: 18px;
  margin: 0 10px;
}

.hide {
  display: none;
}

#articlesSection,
#footer {
  text-align: center;
  padding: 30px 0;
}

#articlesSection h2:after {
  left: 44%;
}

#articlesSection h2 {
  position: relative;
  font: normal normal normal 34px "DINPro";
  padding-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 40px;
}

#articlesWrapper .owl-stage-outer {
  height: 400px;
}

#articlesWrapper .owl-dot {
  outline: none;
}

.article {
  height: 388px;
  width: 382px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}

.photosContainer img:hover,
.faqBox:hover,
.article:hover {
  box-shadow: 6px 13px 17px #00000029;
}

.article:last-child {
  margin-right: 0;
}

.article img {
  max-width: initial;
  width: 360px;
}

.articleImageContainer {
  max-width: 382px;
  height: 170px;
  overflow: hidden;
}

.article h4 {
  text-align: left;
  font: normal normal normal 20px "DINPro";
  padding-left: 15px;
  width: 330px;
  color: #505d68;
  margin-top: 20px;
}

.article h5 {
  text-align: left;
  font: normal normal normal 14px "DINPro";
  padding-left: 15px;
  color: #a7adb3;
  margin-top: -5px;
}

.article a {
  text-decoration: none;
  border: 1px solid #ec407a;
  border-radius: 4px;
  padding: 13px 65px;
  font: normal normal normal 14px "DINPro";
  color: #ec407a;
  text-transform: capitalize;
  margin: 25px 0;
  display: inline-block;
  position: absolute;
  bottom: 0;
  height: 44px;
  left: 24%;
}

.article a:hover,
#forbesContainer a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ec407a;
}

#applyButton {
  border-radius: 4px;
  padding: 10px 50px;
  font: normal normal normal 18px "DINPro";
  text-decoration: none;
  color: #ffffff;
  text-transform: capitalize;
  margin-top: 25px;
  display: inline-block;
  background-color: #ec407a;
  letter-spacing: 0.7px;
}

#applyButton:hover {
  text-decoration: none;
  background-color: #911a42;
  color: #ffffff;
}

#footer p {
  margin-top: 50px;
  font: normal normal normal 21px "DINPro";
  letter-spacing: 0.3px;
  color: #333333;
}

#linksContainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.link {
  width: 55px;
  height: 40px;
  border: 1px solid #e3e6e8;
  margin-right: 10px;
}

.link:focus {
  text-decoration: none;
}

.link:last-child {
  margin-right: 0;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.link img {
  vertical-align: middle;
  width: 13px;
  max-height: 13px;
}

#footer a:hover {
  text-decoration: none;
}

#equalEmpSection {
  background-color: #333333;
  padding: 20px 0;
}

#equalEmpSection .equalEmpText {
  text-align: center;
  color: white;
  letter-spacing: 0.3px;
}

#equalEmpSection .equalEmpHeader {
  display: block;
  margin-bottom: 20px;
}
#equalEmpSection .equalEmpHeader::after {
  left: 50%;
}

#equalEmpSection p {
  font: normal normal normal 14px "DINPro";
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Desktop view */
@media only screen and (min-width: 1201px) {
  .mobileDisplay {
    display: none;
  }
}

/* Medium view */

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  #searchHeader{
    background-position: -316px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .mobileDisplay {
    display: none;
  }

  .cp_pageWidth,
  #headlineText,
  #buttonsHeaderContainer,
  #aboutSection,
  #videosSection,
  #faqContainer,
  .photosContainer,
  #articlesWrapper,
  #programsSectionWrapper,
  #benefitsSection,
  #forbesWrapper {
    width: 920px;
  }

  #aboutSection p,
  #videosSection p,
  #faqSection p,
  #photosSection p,
  #programsSection p,
  .linkButton h5,
  #forbesContainer p {
    font-size: 16px !important;
  }

  #forbesContainer p {
    width: initial;
  }

  #programsText p {
    width: auto;
  }

  .programLeftImgWrapper {
    display: none;
  }

  .linkButton h4 {
    font-size: 18px !important;
  }

  #programsSectionWrapper {
    margin: 0 auto;
  }

  .programRightImgWrapper img {
    width: 430px;
  }

  #faqContainer p {
    height: 164px;
  }

  .faqBox {
    padding: 20px 30px;
  }

  .photosContainer img,
  .photo {
    height: 155px;
    width: 215px;
  }
  .articleImageContainer {
    height: 145px;
  }

  .articleImageContainer {
    width: 298px;
  }

  .article h4 {
    width: 290px;
  }

  .article {
    height: 375px;
    width: 298px;
  }
}

/* Mobile view */
@media only screen and (max-width: 1023px) {
  .aboutSectionContainer div,
  .videoText,
  #equalEmpSection {
    padding: 20px;
    margin-right: 0 !important;
  }

  .aboutSectionContainer {
    margin-bottom: 0;
  }

  #headlineText1 {
    font-size: 24px;
  }

  #headlineText2 {
    font-size: 18px;
  }

  #search input {
    width: 265px;
    font-size: 13px;
    border-radius: 0 !important;
  }

  #search button {
    padding: 0 5px;
    height: 48px;
    font-size: 13px;
    margin-left: -4px;
  }

  #buttonsHeader {
    height: fit-content;
    padding: 15px;
  }

  .linkButton {
    margin-bottom: 15px;
    margin-right: 0;
    padding: 0 10px;
    justify-content: space-evenly;
  }

  .linkButton:last-child {
    margin-bottom: 0;
  }

  .linkButton > div > img {
    width: 40px;
    margin-right: 10px;
  }

  .linkButton > i {
    margin: 10px;
  }

  #headlineText1,
  #headlineText2 {
    padding: 0 20px;
  }

  #searchHeader {
    padding: 20px 0;
  }

  #headlineText > div {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
  }

  #programsSection {
    padding: 50px 20px;
  }

  #headlineInputs input {
    width: 100% !important;
    box-shadow: 0px 2px 4px #00000029;
    border-radius: 6px;
    margin: 5px 0 !important;
    height: 45px;
  }

  #searchButton {
    background: #ec407a 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000029;
    height: 45px;
    width: 100% !important;
    margin: 5px 0 !important;
    color: #ffffff;
  }

  #searchHeader {
    background-position: center -78px;
    height: fit-content;
  }

  #programsSectionWrapper {
    flex-direction: column-reverse;
  }

  .aboutSectionContainer,
  .videoContainer {
    display: block !important;
  }

  #faqContainer,
  #buttonsHeaderContainer {
    flex-flow: column;
    align-items: center;
  }

  #buttonsHeader h4,
  #forbesHeaderContainer h3 {
    font-size: 18px;
  }

  #buttonsHeader h5,
  #forbesHeaderContainer p {
    font-size: 14px;
  }

  #forbesHeaderContainer div {
    text-align: center;
    width: 285px;
    margin: 30px 0;
  }

  #articlesWrapper {
    width: 90%;
  }

  .article,
  .faqBox {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .article a {
    position: initial;
  }

  #headlineText {
    padding-top: 0;
  }

  .desktopDisplay {
    display: none !important;
  }

  #aboutSection {
    padding: 0;
  }

  #headlineText {
    width: 100%;
    margin: 0 auto;
  }

  .cp_pageWidth,
  .videoText,
  #programsText p,
  #buttonsHeader,
  #buttonsHeaderContainer,
  #buttonsHeaderContainer > div,
  #aboutSection,
  .aboutSectionContainer,
  .aboutSectionContainer > div,
  #videosSection,
  .videoContainer,
  .videoContainer > div,
  #faqSection,
  #faqContainer,
  #programsText,
  .programRightImgWrapper,
  .programRightImgWrapper img,
  .benefitsContainer,
  #benefitsSection,
  .benefit,
  #forbesSection,
  #forbesWrapper,
  #forbesContainer,
  #forbesContainer p {
    width: 100% !important;
  }

  #videosSection {
    padding: 0;
  }

  #programsText {
    padding-top: 0;
  }

  #forbesContainer a,
  #programsText a {
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
  }

  .videoContainer {
    margin: 10px 0;
  }

  .videoText {
    margin: 0 !important;
  }

  .videoContainer h3 {
    font-size: 25px;
  }

  #aboutSection p,
  .videoContainer p,
  #programsSection p {
    font: normal normal normal 18px "DINPro";
    line-height: 28px;
  }

  .article {
    width: 330px;
  }

  .benefitsContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 0;
  }

  .benefit {
    margin-bottom: 15px;
    max-width: 600px;
  }

  .benefit:last-child {
    margin-bottom: 0;
  }

  #forbesSection {
    padding: 0 20px;
  }

  #forbesWrapper,
  #forbesHeaderContainer {
    flex-direction: column;
    align-items: center;
  }

  #forbesHeader {
    padding: 30px 20px;
  }

  #forbesWrapper img {
    height: 280px;
  }

  #forbesContainer {
    margin-left: 0;
    margin-top: 30px;
  }

  #forbesContainer p {
    font-size: 18px;
  }
}
