.icon-big .only-text .title .icon {
  min-width: 160px;
  width: 160px;
  height: 160px;
  max-height: 160px; }
  .icon-big .only-text .title .icon .image {
    margin: 0;
    height: 100%; }
  .icon-big .only-text .title .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.only-text .title {
  margin-bottom: 30px;
  display: flex;
  align-items: center; }
  .only-text .title h3 {
    margin-top: 0;
    margin-bottom: 0; }
  .only-text .title .icon {
    min-width: 56px;
    width: 56px;
    height: 56px;
    margin-right: 15px; }
    .only-text .title .icon img {
      max-width: 100%;
      max-height: 100%; }
.only-text .buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap; }
  .only-text .buttons a {
    margin: 5px; }

@media (max-width: 575.5px) {
  .only-text .title {
    margin-bottom: 20px; }
    .only-text .title .icon {
      min-width: 20px;
      width: 20px;
      height: 20px;
      margin-right: 10px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .only-text .title {
    margin-bottom: 20px; }
    .only-text .title .icon {
      min-width: 30px;
      width: 30px;
      height: 30px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .only-text .title {
    margin-bottom: 20px; }
    .only-text .title .icon {
      min-width: 30px;
      width: 30px;
      height: 30px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .only-text .title .icon {
    min-width: 38px;
    width: 38px;
    height: 38px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .only-text .title .icon {
    min-width: 46px;
    width: 46px;
    height: 46px; } }

/*# sourceMappingURL=only_text.css.map */
