.rek-blok {
    justify-items: center;

}
.full-rek {

    display: flex;


    border-radius: 18px;
    background: #086cbc;

}
.rek-left {
    margin-right: 2px;
    background: #ffff;
    padding: 10px;
    border-radius: 17px;
    color: #086cbc;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;

}
.rek-right {
    padding: 10px;
    margin-top: 3px



}
.rek-right a {
    color: #fff;
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;


}