h1{
    background: linear-gradient(180deg, #15B4AA 59.31%, #148982 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 700;
}
.page_block{
    display: grid;
    grid-template-columns: repeat(auto-fill, 350px);
    grid-gap: 30px;
}
.page_block > div{
    background: #fff;
    position: relative;
    padding: 30px;
}
.page_block .title{
    color: #212122;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.page_block .text{
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.page_block .icon{
    position: absolute;
    right: 16px;
    top: 16px;
}
p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
h2{
    color: #000;
    font-size: 25px;
    font-weight: 700;
}
.faq .title{
    cursor: pointer;
    color: #212122;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 28px 35px;
    background: linear-gradient(180deg, #15b8ae36 0%, #13837c63 100%);
    position: relative;
    margin-bottom: 10px;
}
.faq .title .down{
    width: 19px;
    height: 100%;
    background: url(img/str_down.svg) no-repeat center;
    position: absolute;
    right: 35px;
    top: 0;
    background-size: contain;
}
.faq .text{
    display: none;
    padding-bottom: 20px;
}