.custom-side-block.custom-side-block--modern {
  border-radius: 0;
  background: #273c4f;
  color: #fff;
  padding: 30px;
}

.custom-side-block--modern .custom-side-block-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.custom-side-block--modern .custom-side-block-head .icon {
  width: 210px;
  height: 128px;
  margin: 0;
  margin-bottom: 15px;
}

.custom-side-block--modern .custom-side-block-head p {
  color: var(--white, #fff);
  font-variant-numeric: oldstyle-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 33px */
  font-family: "Stengazeta";
}

.custom-side-block--modern .custom-side-block-body p {
  color: var(--white, #fff);
  font-variant-numeric: oldstyle-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 24.3px */
  margin: 0 0 15px 0;
}

.custom-side-block--modern .btn {
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  width: 100%;
  padding: 10.5px;
  border-radius: 0;
  box-shadow: none;
}

.custom-side-block--modern .btn:hover {
  background: #e3e3e3;
  text-decoration: none;
}

.custom-side-block.custom-side-block--modern .mobile-view {
  display: none;
}
@media screen and (max-width: 1200px) {
  .custom-side-block.custom-side-block--modern {
    display: flex;
  }

  .custom-side-block--modern .custom-side-block-body p:first-child {
    font-family: "Stengazeta";
    font-size: 24px;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    margin-bottom: 12px;
  }
  .custom-side-block.custom-side-block--modern .mobile-view {
    display: block;
  }

  .custom-side-block--modern .custom-side-block-head .icon {
    height: auto;
    margin: 0;
    margin-right: 10px;
  }

  .custom-side-block.custom-side-block--modern .desktop-view {
    display: none;
  }

  .custom-side-block--modern .custom-side-block-head {
    margin: 0;
  }

  .custom-side-block--modern .btn {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 12px; /* 75% */
    padding: 9px 38px 10px;
    /* font-size: 16px; */
  }

  /* .custom-side-block-body{
    padding-left: 56px;
  } */
}
@media screen and (max-width: 767px) {
  /* .custom-side-block.custom-side-block--modern .custom-side-block-head p {
    margin-top: -4px;
  } */

  .custom-side-block.custom-side-block--modern {
    padding: 16px;
  }

  .custom-side-block.custom-side-block--modern .mobile-view {
    display: block;
  }

  .custom-side-block.custom-side-block--modern .desktop-view {
    display: none;
  }

  .custom-side-block.custom-side-block--modern .custom-side-block-body p {
    font-size: 16px;
  }

  .custom-side-block.custom-side-block--modern
    .custom-side-block-body
    .custom-side-block-body--title {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 500;
  }

  .custom-side-block--modern .custom-side-block-head .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .custom-side-block--modern .custom-side-block-head {
    margin: 0;
  }

  .custom-side-block--modern .btn {
    margin-top: 0;
    font-size: 16px;
  }

  /* .custom-side-block-body{
    padding-left: 56px;
  } */
}

@media screen and (max-width: 440px) {
  .custom-side-block--modern .custom-side-block-head .icon {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 150px;
    margin: 0;
    margin-bottom: 15px;
  }
}
