@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; }

.text-box {
  padding-block: 100px; }
  .text-box img {
    width: 612px;
    height: 80px;
    object-fit: contain;
    margin: auto;
    margin-bottom: 20px; }
  .text-box p {
    color: #575756;
    font-family: "arimo";
    width: 786px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px; }
  @media screen and (max-width: 768px) {
    .text-box {
      padding-block: 60px; }
      .text-box img {
        width: 340px;
        height: 44px;
        margin-bottom: 35px; }
      .text-box p {
        width: 320px; } }
