@font-face {
  font-family: 'inter';
  src: url("../../../fonts/inter/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'inter';
  src: url("../../../fonts/inter/Inter_24pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'inter';
  src: url("../../../fonts/inter/Inter_18pt-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'baskervville';
  src: url("../../../fonts/Baskervville/Baskervville-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'baskervville';
  src: url("../../../fonts/Baskervville/Baskervville-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'arimo';
  src: url("../../../fonts/arimo/Arimo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'arimo';
  src: url("../../../fonts/arimo/Arimo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

.fevertree-product {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 700px; }
  .fevertree-product__image {
    width: 242px;
    height: 470px; }
    .fevertree-product__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .fevertree-product__content {
    width: 412px;
    text-align: right; }
    .fevertree-product__content .title {
      color: #E9C83D;
      font-family: "arimo";
      font-weight: 700;
      font-size: 25px;
      line-height: 25px;
      margin-bottom: 30px; }
    .fevertree-product__content .text {
      font-family: "arimo"; }
      .fevertree-product__content .text p {
        color: #575756;
        font-family: "arimo";
        font-weight: normal;
        font-size: 21px;
        line-height: 26px;
        text-align: right; }
    .fevertree-product__content .volumes {
      color: #0BADDA;
      font-family: "arimo";
      font-weight: 400;
      font-size: 21px;
      text-align: right; }
  @media screen and (max-width: 768px) {
    .fevertree-product {
      -ms-flex-direction: column;
          flex-direction: column;
      height: auto;
      gap: 35px;
      padding-top: 40px;
      padding-bottom: 60px; }
      .fevertree-product__image {
        width: 210px;
        height: 350px; }
        .fevertree-product__image img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .fevertree-product__content {
        width: 330px;
        text-align: center;
        margin-bottom: auto; }
        .fevertree-product__content .text {
          font-family: "arimo"; }
          .fevertree-product__content .text p {
            text-align: center; }
        .fevertree-product__content .volumes {
          color: #0BADDA;
          font-family: "arimo";
          font-weight: 400;
          font-size: 21px;
          text-align: center; } }
