@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
  .beforeFooter__box {
    width: 66%;
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .beforeFooter {
    flex-direction: column;
    height: auto;
  }
  .beforeFooter__box {
    height: auto;
    padding: 30px 27px;
    position: relative;
  }
  .beforeFooter__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .beforeFooteer__content {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .btn-white {
    padding: 5px 31px;
  }
  .beforeFooter__img {
    width: 100%;
  }
  .beforeFooter__box {
    width: 100%;
  }
  .beforeFooter__img > img {
    transform: rotate(90deg) scale(1.8);
  }
  .beforeFooter__box::before {
    content: "";
    position: absolute;
    left: 0;
    top: -50%;
    width: 50%;
    height: 50%;
    background-color: #ba2822;
    clip-path: polygon(100% 100%, 0 0, 0 100%);
  }
  .beforeFooter__box::after {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    width: 50%;
    height: 50%;
    background-color: #ba2822;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
}
@media screen and (max-width: 576px) {
  .communitycsr__title--desc {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
  }
}
