*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: black;
  background-color: #ffffff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}

.text-bold-26 {
  font: normal normal bold 26px/34px Space Grotesk;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb32 {
  margin-bottom: 32px;
}

.text-title {
  font: normal normal bold 28px/33px Rubik;
}
@media (max-width: 550px) {
  .text-title {
    font-size: 21px;
    line-height: 25px;
  }
}

.text-nobold {
  font-weight: normal;
}

.text-red {
  color: #ce2a00;
}

.text-green {
  color: #07aa58;
}

.text-line-thru {
  text-decoration: line-through;
}

.text-blue {
  color: #00a1c6;
  font: normal normal bold 44px/54px Space Grotesk;
}

.text-bold {
  font-weight: bold;
}

.top-5 {
  margin-top: 5px;
}

.text-red {
  color: #ff0000;
}

.text-green-big {
  color: #57a155;
  font-size: 24px;
}

.text20 {
  font-size: 20px;
}

.text-green-big-bottom {
  color: #57a155;
  font-size: 20px;
  line-height: 20px;
}

.text-underline {
  text-decoration: underline;
}

.body-container {
  width: 1160px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .body-container {
    width: 100%;
    padding: 0 20px;
  }
}

.header-bgi {
  padding-top: 7rem;
  background: linear-gradient(90deg, #ffffff 20%, transparent 30%), url("../img/Desktop/PAS_2013_hero_img_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 550px;
  margin-bottom: 20rem;
}
@media (max-width: 1200px) {
  .header-bgi {
    max-height: unset;
    margin-bottom: 0;
    background-position: center;
  }
}
@media (max-width: 550px) {
  .header-bgi {
    background: url(../img/Mobile/PAS_2013_hero_img_bg_mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0;
  }
}

.header {
  display: flex;
  margin-bottom: 8rem;
}
@media (max-width: 1200px) {
  .header {
    flex-direction: column;
    align-items: center;
  }
}
.header-title {
  width: 662px;
  padding-top: 2rem;
  margin-bottom: 32px;
  font: normal normal bold 36px/49px Rubik;
}
@media (max-width: 1200px) {
  .header-title {
    width: unset;
    text-align: center;
  }
}
.header-title span {
  color: #aa1212;
}
@media (max-width: 550px) {
  .header-title {
    font-size: 27px;
    line-height: 36px;
  }
}
.header-left {
  background: transparent linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 1200px) {
  .header-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 550px) {
  .header-left {
    background: none;
  }
}
.header-box {
  padding: 16px;
  text-align: center;
  max-width: 506px;
  border: 3px solid #aa1212;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
@media (max-width: 550px) {
  .header-box {
    max-height: unset;
  }
}
.header-box-title {
  font: normal normal bold 20px/26px Rubik;
}
.header-box-text {
  line-height: 24px;
}
.header-box-counter {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.header-box-counter-el p:nth-of-type(2) {
  font-size: 12px;
  margin-bottom: 16px;
}
.header-box-counter-el-black {
  margin-top: 16px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 48px;
  background-color: black;
  color: white;
  font: normal normal normal 32px/24px Rubik;
  padding: 5px 4px;
  border-radius: 8px;
}
.header-box-button {
  margin: 0 auto;
  font-size: 15px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  border: 2px solid #1bc715;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  background: transparent linear-gradient(180deg, #08ff00 0%, #066e03 100%) 0% 0% no-repeat padding-box;
  border-radius: 35px;
  color: white;
  justify-content: center;
  padding: 7px;
  max-width: 358px;
  gap: 13px;
  text-decoration: none;
}
.header-box-button img {
  max-width: 24px;
}
.header-box:last-of-type {
  background: rgba(255, 255, 255, 0.8784313725) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.header-right {
  position: relative;
  left: -6rem;
}
@media (max-width: 1200px) {
  .header-right {
    left: 0;
  }
}
.header-right-img-desktop {
  position: relative;
  max-width: 537px;
  z-index: 1;
}
@media (max-width: 550px) {
  .header-right-img-desktop {
    display: none;
  }
}
.header-right-img-mobile {
  display: none;
}
@media (max-width: 550px) {
  .header-right-img-mobile {
    display: block;
    max-width: 100vw;
  }
}
.header-right p {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -6rem;
  font-size: 24px;
  line-height: 31px;
  background-color: #0863be;
  color: white;
  max-width: 566px;
}
@media (max-width: 550px) {
  .header-right p {
    margin: 0 20px;
    margin-top: -6rem;
  }
}

.yellow-hr {
  border-top: 5px solid #ffbc0d;
  max-width: 170px;
  border-radius: 25px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.pain {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 64px;
}
.pain-top {
  display: flex;
  gap: 24px;
}
@media (max-width: 1100px) {
  .pain-top {
    flex-direction: column;
  }
}
.pain-bottom {
  display: flex;
  gap: 24px;
}
@media (max-width: 1100px) {
  .pain-bottom {
    flex-direction: column;
  }
}
.pain-el {
  max-width: 564px;
  max-height: 292px;
  display: flex;
  border: 1px solid #aa1212;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .pain-el {
    max-width: none;
    max-height: none;
  }
}
@media (max-width: 550px) {
  .pain-el {
    max-height: 100%;
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .pain-el:nth-of-type(2) {
    flex-direction: row-reverse;
  }
}
.pain-el:nth-of-type(2) .pain-el-right {
  padding: 10px;
}
.pain-el:nth-of-type(2) .pain-el-right-title {
  margin-bottom: 4px;
}
.pain-el-img-desktop {
  display: block;
  max-width: 188px;
  border-radius: 20px;
}
@media (max-width: 550px) {
  .pain-el-img-desktop {
    display: none;
  }
}
.pain-el-img-mobile {
  display: none;
}
@media (max-width: 550px) {
  .pain-el-img-mobile {
    display: block;
    max-width: 86px;
    border-radius: 20px;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.pain-el-right {
  padding: 30px;
}
@media (max-width: 550px) {
  .pain-el-right {
    padding: 10px;
    width: 242px;
  }
}
.pain-el-right-title {
  color: #0863be;
  font: normal normal bold 22px/27px Rubik;
  margin-bottom: 16px;
}
@media (max-width: 550px) {
  .pain-el-right-title {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 19px;
  }
}

.pain-fix1 {
  padding: 10px;
}

.pain-fix3 {
  padding: 20px !important;
}

.pain-fix4 {
  margin-bottom: 16px !important;
}

.doctor {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}
@media (max-width: 1000px) {
  .doctor {
    flex-direction: column;
  }
}
.doctor-left {
  border-left: 10px solid #ffbc0d;
  padding-left: 24px;
}
.doctor img {
  margin-top: 20px;
  max-width: 662px;
}
@media (max-width: 1000px) {
  .doctor img {
    margin-top: 0;
    max-width: 100%;
  }
}

.friend {
  display: flex;
  margin-bottom: 64px;
  gap: 35px;
}
@media (max-width: 1000px) {
  .friend {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.friend-left {
  margin-left: -5rem;
  position: relative;
}
@media (max-width: 1000px) {
  .friend-left {
    margin-left: 0;
  }
}
.friend-left img {
  max-width: 508px;
}
@media (max-width: 1000px) {
  .friend-left img {
    max-width: 100%;
  }
}
.friend-left p {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 270px;
  border: 1px solid #ffbc0d;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 10px;
}
@media (max-width: 1000px) {
  .friend-left p {
    position: relative;
    margin-top: -2rem;
    max-width: unset;
  }
}
.friend-right {
  max-width: 659px;
}
.friend-right-title {
  font: normal normal normal 32px/40px Kalam;
}
.friend-right-arrows {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.friend-right-arrows-el {
  display: flex;
  gap: 10px;
}

.normal {
  display: flex;
  gap: 12rem;
}
.normal-bgc {
  background-color: #f3f3f3;
  padding: 64px 0;
  margin-bottom: 64px;
}
@media (max-width: 1000px) {
  .normal {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
.normal-left {
  max-width: 564px;
}
.normal-left-hr {
  max-width: 170px;
  border-top: 5px solid #ffbc0d;
  border-radius: 10px;
  margin: 0;
  margin-bottom: 32px;
}
.normal-right img {
  max-width: 466px;
  max-height: 491px;
}
@media (max-width: 1000px) {
  .normal-right img {
    max-width: 100%;
  }
}

.effects {
  margin-bottom: 64px;
}
.effects-container {
  position: relative;
  display: flex;
  gap: 74px;
  justify-content: center;
}
@media (max-width: 1000px) {
  .effects-container {
    gap: 3rem;
  }
}
@media (max-width: 1000px) {
  .effects-container {
    flex-direction: column;
    align-items: center;
  }
}
.effects-container-el {
  text-align: center;
  max-width: 230px;
}
@media (max-width: 1000px) {
  .effects-container-el {
    max-width: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 550px) {
  .effects-container-el {
    flex-direction: column;
  }
}
.effects-container-el:nth-of-type(2) {
  max-width: 246px;
}
@media (max-width: 1000px) {
  .effects-container-el:nth-of-type(2) {
    max-width: 500px;
  }
}
.effects-container-el img {
  max-width: 194px;
}
.effects-container-el > img:first-child {
  background-color: #fff;
  border: 3px solid #aa1212;
  border-radius: 50%;
  padding: 28px;
  margin-bottom: 34px;
}
@media (max-width: 1000px) {
  .effects-container-el > img:first-child {
    margin-bottom: 0;
  }
}
.effects-container-el-day {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 24px;
  font: normal normal bold 24px/24px Rubik;
  margin-bottom: 26px;
}
@media (max-width: 1000px) {
  .effects-container-arrow {
    transform: rotate(90deg);
  }
}
.effects-container-line {
  position: absolute;
  z-index: -1;
  top: 25%;
  transform: translateY(-25%);
}
@media (max-width: 1000px) {
  .effects-container-line {
    display: none;
  }
}

.jump {
  padding: 32px 0;
  border: 2px solid #ffbc0d;
  border-radius: 20px;
  display: flex;
  gap: 30px;
  max-height: 478px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1250px) {
  .jump {
    justify-content: center;
    align-items: center;
    padding: 32px 20px;
  }
}
@media (max-width: 1200px) {
  .jump {
    margin: 0 20px;
  }
}
@media (max-width: 1000px) {
  .jump {
    flex-direction: column;
    max-height: unset;
  }
}
@media (max-width: 550px) {
  .jump {
    margin: 0;
    gap: 0;
  }
}
.jump-left {
  flex: 1;
}
@media (max-width: 1250px) {
  .jump-left {
    display: none;
  }
}
@media (max-width: 1200px) {
  .jump-left {
    display: none;
  }
}
.jump-left img {
  max-width: 337px;
  max-height: 590px;
  margin-left: -12rem;
  position: absolute;
  top: -5rem;
}
@media (max-width: 1450px) {
  .jump-left img {
    margin-left: -4rem;
  }
}
.jump-center {
  flex: 2;
  max-width: 554px;
}
@media (max-width: 600px) {
  .jump-center {
    max-width: 100%;
  }
}
.jump-center-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.jump-center-el {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.jump-right {
  flex: 1;
  position: relative;
}
@media (max-width: 550px) {
  .jump-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
  }
}
.jump-right-img-mobile {
  display: none;
}
@media (max-width: 550px) {
  .jump-right-img-mobile {
    display: block;
  }
}
.jump-right-img-desktop {
  max-width: 238px;
  display: block;
}
@media (max-width: 1250px) {
  .jump-right-img-desktop {
    flex: 0;
  }
}
@media (max-width: 550px) {
  .jump-right-img-desktop {
    display: none;
  }
}

.beforeafter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10rem;
  gap: 20px;
}
@media (max-width: 1000px) {
  .beforeafter {
    flex-direction: column;
  }
}
@media (max-width: 550px) {
  .beforeafter {
    margin-top: 2rem;
  }
}
.beforeafter-left {
  background-color: #ffbc0d;
  border-radius: 20px;
  max-width: 564px;
  max-height: 257px;
  padding: 28px 16px;
  padding-right: 7.8rem;
}
@media (max-width: 1000px) {
  .beforeafter-left {
    max-height: none;
  }
}
.beforeafter-left-title {
  font: normal normal bold 22px/27px Rubik;
  margin-bottom: 24px;
}
.beforeafter-left-text {
  font: normal normal medium 16px/24px Rubik;
  margin-bottom: 16px;
}
.beforeafter-left-person {
  font: normal normal bold 16px/24px Rubik;
}
.beforeafter-left-verified {
  font: italic normal normal 14px/24px Rubik;
}
.beforeafter-right {
  position: relative;
  margin-top: 8rem;
}
@media (max-width: 1000px) {
  .beforeafter-right {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.beforeafter-right-before {
  display: flex;
}
@media (max-width: 1000px) {
  .beforeafter-right-before {
    background-color: rgba(170, 18, 18, 0.1);
    border-radius: 20px;
    gap: 10px;
    align-items: center;
  }
}
.beforeafter-right-before-text {
  position: relative;
  z-index: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 12rem;
  margin-left: -10rem;
  max-width: 320px;
  max-height: 170px;
  border-radius: 20px;
  padding-right: 32px;
  background-color: rgba(170, 18, 18, 0.1);
  font: normal normal normal 16px/19px Rubik;
}
@media (max-width: 1000px) {
  .beforeafter-right-before-text {
    padding-left: 0;
    margin-left: 0;
    background: none;
    max-height: none;
    padding: 10px 0;
  }
}
.beforeafter-right-before-text-title {
  font: normal normal bold 22px/27px Rubik;
}
.beforeafter-right-before-text-el {
  display: flex;
  gap: 8px;
}
.beforeafter-right-before-img {
  position: relative;
  z-index: 2;
  max-width: 190px;
  margin-left: -10rem;
}
@media (max-width: 1000px) {
  .beforeafter-right-before-img {
    margin-left: -1rem;
    max-width: 117px;
    max-height: 117px;
  }
}
.beforeafter-right-after {
  display: flex;
  margin-left: -5rem;
  gap: 20px;
}
@media (max-width: 1000px) {
  .beforeafter-right-after {
    margin-left: 0;
    gap: 10px;
    align-items: center;
    background-color: rgba(23, 188, 11, 0.1);
    border-radius: 20px;
  }
}
.beforeafter-right-after-img {
  margin-top: -2rem;
  position: relative;
  z-index: 2;
  max-width: 234px;
  max-height: 234px;
  margin-left: -10rem;
}
@media (max-width: 1000px) {
  .beforeafter-right-after-img {
    margin-top: 0;
    max-width: 117px;
    max-height: 117px;
    margin-left: -1rem;
  }
}
.beforeafter-right-after-text {
  padding-top: 16px;
  padding-bottom: 7px;
  position: relative;
  z-index: 1;
  background-color: rgba(23, 188, 11, 0.1);
  border-radius: 20px;
  max-height: 220px;
  padding-left: 15rem;
  margin-left: -13rem;
  padding-right: 32px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font: normal normal normal 16px/19px Rubik;
}
@media (max-width: 1000px) {
  .beforeafter-right-after-text {
    padding-left: 0;
    margin-left: 0;
    background: none;
    max-height: none;
    padding: 10px 10px;
  }
}
.beforeafter-right-after-text-title {
  font: normal normal bold 22px/27px Rubik;
}
.beforeafter-right-after-text-el {
  display: flex;
  gap: 8px;
}

.cta-bgi {
  background-image: linear-gradient(90deg, #ffffff 10%, transparent 20%), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/Desktop/PAS_2013_hero_img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 550px) {
  .cta-bgi {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/Mobile/PAS_2013_hero_img_bg_mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.cta {
  margin-top: 10rem;
}
@media (max-width: 550px) {
  .cta {
    margin-top: 2rem;
  }
}
.cta-title {
  margin: 0 auto;
  max-width: 956px;
  color: #aa1212;
  text-align: center;
  font: normal normal bold 36px/49px Rubik;
  margin-bottom: 24px;
}
@media (max-width: 550px) {
  .cta-title {
    font-size: 27px;
    line-height: 36px;
  }
}
.cta-title-under {
  margin: 0 auto;
  max-width: 956px;
  font: normal normal medium 16px/24px Rubik;
  text-align: center;
  margin-bottom: 13px;
}
.cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .cta-container {
    flex-direction: column-reverse;
  }
}
.cta-container-left-img-desktop {
  max-width: 783px;
  margin-left: -4rem;
}
@media (max-width: 1000px) {
  .cta-container-left-img-desktop {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .cta-container-left-img-desktop {
    display: none;
  }
}
.cta-container-left-img-mobile {
  display: none;
}
@media (max-width: 550px) {
  .cta-container-left-img-mobile {
    display: block;
    max-width: 100vw;
  }
}
.cta-container-right {
  margin-left: -5rem;
}
@media (max-width: 1000px) {
  .cta-container-right {
    margin-left: 0;
  }
}

.summary-bgi {
  background: url(../img/Desktop/PAS_2013_callpage_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  height: 100%;
  margin-bottom: -10rem;
}
@media (max-width: 1400px) {
  .summary-bgi {
    margin-bottom: 0;
    height: unset;
  }
}

.summary {
  text-align: center;
  max-width: 962px;
  margin: 0 auto;
  padding: 32px;
  border: 3px solid #17bc0b;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  max-height: 632px;
  background-color: rgba(255, 255, 255, 0.8784313725);
}
@media (max-width: 1100px) {
  .summary {
    max-height: unset;
    margin: 0 20px;
  }
}
@media (max-width: 900px) {
  .summary {
    padding: 16px;
  }
}
.summary p {
  margin: 0 auto;
  max-width: 760px;
  margin-bottom: 16px;
}
.summary-container {
  margin-top: 4rem;
  display: flex;
  gap: 36px;
  text-align: left;
}
@media (max-width: 900px) {
  .summary-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.summary-container-left img {
  margin-top: -4rem;
  margin-left: -15rem;
  max-width: 444px;
}
@media (max-width: 1100px) {
  .summary-container-left img {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .summary-container-left img {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .summary-container-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.summary-container-right-title {
  font: normal normal bold 22px/27px Rubik;
  text-align: left;
  color: #0863be;
}
@media (max-width: 900px) {
  .summary-container-right-title {
    text-align: center;
  }
}

.phone-button {
  background: transparent linear-gradient(180deg, #08ff00 0%, #066e03 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #1bc715;
  border-radius: 35px;
  font: normal normal normal 20px/24px Rubik;
  padding: 16px;
  color: white;
  cursor: pointer;
  max-width: 432px;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .phone-button {
    text-align: center;
    padding: 10px;
  }
}

.phone-button-hidden {
  display: none;
  background: transparent linear-gradient(180deg, #08ff00 0%, #066e03 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #1bc715;
  border-radius: 35px;
  font: normal normal bold 32px/38px Rubik;
  padding: 9px 110px;
  color: white;
  cursor: pointer;
  max-width: 432px;
  width: 100%;
  text-decoration: none;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .phone-button-hidden {
    max-width: 100%;
    padding: 9px 20px;
    text-align: center;
    font-size: 26px;
  }
}

.mt-5 {
  margin-top: 5rem;
}

.footer-bgc {
  background-color: #000000;
}

.footer {
  color: #9f9f9f;
  padding: 50px 0 40px;
  text-align: center;
}
.footer a {
  color: #9f9f9f;
}
.footer__text {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.copyright {
  margin-bottom: 2.3rem;
}

.attachments {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}
.attachments a {
  text-decoration: underline;
}

@media (max-width: 1160px) {
  .body-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .body-container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .body-container {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .body-container {
    max-width: 100%;
  }
  .attachments {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */