.betterla{
    background-color: var(--grey);
    margin-top: 70px;
    padding: 50px 0 120px;
    position: relative;
}
.betterla .header{
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}
.betterla .header h3{
    font-size: 15px;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.betterla .header h2{
    font-size: 2.2vw;
    color: var(--dark);
    letter-spacing: 1px;
    font-family: var(--secondfont);
    line-height: 1em;
    max-width: 620px;
    margin-top: 5px;
}
.betterla .list{
    margin: -30px;
    align-items: flex-start;
    position: relative;
    z-index: 3;
}
.betterla .item{
    margin:30px;
    background-color: var(--white);
    border-radius: 28px;
    flex-basis: 40%;
    margin: 30px;
    transition: all 200ms linear;
    position: relative;
}
.betterla .item:hover{
    box-shadow: 0 0 15px #e4e4e4;
}
.betterla .item > img{
    max-width: 260px;
    margin-right: 30px;
}
.betterla .item a{
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.betterla .item .text{
    width: 200px;
    padding-right: 15px;
}
.betterla .text h3{
    font:400 24px var(--secondfont);
    letter-spacing: 1px;
    color: var(--dark);
    line-height: 1.3em;
}
.betterla .text h3:after{
    content:"";
    width: 20px;
    height: 1px;
    background-color: #ece8e8;
    margin: 20px 0;
    display: block;
}
.betterla .text h2{
    font-size: 17px;
    font-weight: 700;
    color: var(--red);
    letter-spacing: 1px;
}
.betterla .text p{
    color:#5f5f5f;
    font-size: 13px;
    margin: 5px 0;
}
.betterla .dots{
    font-size: 25px;
    line-height: 0;    
    margin-top: -3px;
}
.betterla .fi-br-arrow-circle-right{
    font-size: 21px;
    position: absolute;
    right: 21px;
    color: var(--cb);
    bottom: 21px;
    line-height: 0;
}
.betterla:after,
.betterla:before{
    content:"";
    background-color: #f3f3f3;
    position: absolute;
    right: -15%;
    top: -70%;
    width: 830px;
    height: 830px;
    border-radius: 100%;
    z-index: 0;
}
.betterla:after{
    right: inherit;
    top: inherit;
    left: -20%;
    bottom: -100%;
}