

/* Start:/local/templates/main/custom_css/what-do-main.css?17442253424482*/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.whatDoHeader {
  background-color: #f7f7f8;
  border-radius: 0% 0% 100% 100%/0% 0% 10% 10%;
  padding: 32px 0px 80px;
}

.whatDoHeaderContent {
  width: 950px;
  /*margin-inline: auto;*/
  margin: 0 auto;
}

.headerGridDesktop {
  display: grid;
  grid-template-columns: 451px 404px;
  grid-gap: 95px;
  justify-content: center;
}

.whatDoTitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}

.whatdoSubtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 24px;
}

.whatDoButton {
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #d70c52;
  border-radius: 12px;
  text-decoration: none;
  width: 261px;
}

.whatDoButtonContainer {
  display: flex;
  margin-top: 28px;
}

.headerGridLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.whatDoCardGrid {
  display: grid;
  grid-template-columns: repeat(2, 546px);
  grid-gap: 24px;
}

.whatDoGridContainer {
  margin: 60px auto 92px;
  width: fit-content;
}

.whatDoCard {
  padding: 28px;
  display: grid;
  grid-template-columns: 138px 328px;
  grid-gap: 24px;
  border-radius: 24px;
}

.bg-aqua {
  background-color: #00818e;
}

.bg-pink {
  background-color: #d70c52;
}

.bg-orange {
  background-color: #f2994a;
}

.bg-violet {
  background-color: #9b51e0;
}
.bg-green {
  background-color: #27AE60;
}
.whatDoCardText {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}

.whatDoCardButtonContainer {
  display: flex;
  margin-top: 32px;
}

.whatDoCardButton {
  text-decoration: none;
  color: #fff;
  padding: 14px 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 12px;
}

.cardImgContainer {
  width: 100%;
}

.cardImg {
  width: 100%;
}

.headerGridRight {
  width: 100%;
}

.whatDoImg {
  width: 100%;
}

.headerGridMobile {
  display: none;
}

.whatDoButton:hover {
  background-color: #F20D5C;
}

.whatDoButton:focus {
  background-color: #C10B4A;
}

.whatDoCardButton:hover {
  background-color: #FFF;
  color: inherit;
}

.whatDoCardButton:focus {
  background-color: #F7F7F8;
  color: inherit;
}

@media (max-width: 1081px) {
  .whatDoCardGrid {
    grid-template-columns: repeat(2, 352px);
  }
  .whatDoCard {
    grid-template-columns: 120px 160px;
    padding: 24px;
  }
  .whatDoCardText {
    font-size: 14px;
    line-height: 18px;
  }
  .whatDoCardButtonContainer {
    margin-top: 24px;
  }
  .headerGridDesktop {
    grid-template-columns: repeat(2, 352px);
    grid-gap: 0px;
  }
  .whatDoTitle {
    font-size: 24px;
    line-height: 28px;
  }
  .whatdoSubtitle {
    font-size: 14px;
    line-height: 22px;
    width: 306px;
  }
  .whatDoCardButton {
    font-size: 12px;
    line-height: 16px;
  }
  .whatDoHeaderContent {
    width: auto;
  }
}
@media (max-width: 768px) {
  .whatDoCardGrid {
    grid-template-columns: repeat(1, 100%);
  }
    .whatdoSubtitle {
        font-size: 12px;
        line-height: 22px;
        width: 306px;
    }
.whatDoTitle {
        font-size: 15px;
        line-height: 24px;
        width: 80%;
    }
.headerGridDesktop {
            grid-template-columns: repeat(2, auto);
    grid-gap: 0px;
  }
}
@media (max-width: 428px) {
  .headerGridMobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .headerGridDesktop {
    display: none;
  }
  .whatDoCardGrid {
    grid-template-columns: 95%;
        justify-content: center;
  }
  .whatDoCard {
    grid-template-columns: 42% 49%;
    grid-gap: 16px;
    padding: 24px 16px;
  }
  .whatDoCardButton {
    padding: 12px 20px;
  }
  .whatDoImg {
    width: 208px;
    height: 200px;
  }
  .whatDoTitle {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    width: 280px;
  }
  .whatdoSubtitle {
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    margin-top: 16px;
    width: 296px;
  }
  .whatDoButton {
    font-size: 12px;
    line-height: 16px;
    width: 268px;
  }
}

@media (max-width: 320px) {
  .whatDoCardGrid {
    grid-template-columns: 310px;
  }
  .whatDoCard {
    padding: 24px 10px;
    grid-gap: 15px;
  }
}

/* End */
/* /local/templates/main/custom_css/what-do-main.css?17442253424482 */
