/*.infoblock {
    height: 340px;
    width: 280px;
    font-family: 'Jost';
    background: #F5F5F5;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}*/

.innerblock{
    display: flex;
    justify-content: center;

    ._image img {
      /*  flex-basis: 20%;*/
      @media all and (max-width:768px) {
        width: 50vw;
    }
    }

}


._title {
    font-size: 2.5rem;
}

._text{
    font-size: 1.25rem;
    margin: 0;
}

  
._button {
    border: 1px solid var(--bs-secondary);
    background-color: transparent;
    border-radius: 30px;
    padding: 14px 54px;
    font-size: 1.125rem;
    color: var(--bs-link-color);
    font-weight: 700;
    --e-global-typography-primary-font-weight:700;
    transition: ease-out 0.8s;
    box-shadow: inset 0 0 0 0 #000000;

    &:hover {
      box-shadow: inset 0 100px 0 0 #000000;
      color: white;      
  }
}

