.rsbWrap {}

.rsbItem {
    padding: 2.5em 1.5em;
    box-sizing: border-box;
    display: block;
    font-size: 21px;
    line-height: 28px;
    font-weight: 300;
}

.rsbItem h4{
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0;
    max-width:  fit-content;
}

.rsbEmail, .rsbPhone ,.rsbExtra {
    color: #fff;
}

.rsbEmail a, .rsbExtra a {
    color: #fff;
}
.rsbEmail a:hover, .rsbExtra a:hover {
    text-decoration: underline;
}

.blockBtn {
    background-color: white;
    transition: all .3s ease-in-out;
    border-radius: 10em;
    padding: 7px 35px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    max-width: fit-content;
    border: 1px solid #ccc;
    text-decoration: none;
    font-weight: 400;
    color: teal !important;
}

.blockBtn:hover {
    transform: scale(1.1);
    text-decoration: none !important;
}
