body {
    font-family: 'Montserrat'!important;
}
.garant {
    background: url(./../img/garant.png);
    background-size: cover;
    background-color: #151D4E;
    background-repeat: no-repeat;
}

.garant__header {
    margin: 77px 0 37px;
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 78px;
    background: linear-gradient(89.54deg, #1EC0F3 3.06%, #194D99 88.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.garant__text {
    margin: 37px 0 31px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: black;
}
.garant_list {
    margin: 30px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: black;
}
.garant_list > img {
    float: left;
    margin-right: 20px;
}
.garant__footer {
    margin: 60% 0 65px 0;
    color: #FFFEFE;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.garant__tel {
    display: inline-block;
    border-bottom: solid 2px #FFFEFE;
}
.garant__tel:hover {
    border-bottom: solid 2px #fbbf78;
}
.garant__tel a {
    color: #FFFEFE;
    text-decoration: none;
}
.garant__tel a:hover,
.garant__tel a:focus {
    text-decoration: none;
    color: #fbbf78;
}
.garant__tel:hover a,
.garant__tel:focus a {
    text-decoration: none;
    color: #fbbf78;
}
.garant__footer .garant__bik {
    margin: 16px 0;
}

@media screen and (max-width: 767px){

    .garant__header {
        margin: 30px 0 20px;
        font-size: 48px;
    }
    .garant__text {
        margin: 20px 0;
    }
    .garant__footer {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px){
    .garant__header {
        font-size: 26px;
    }
    .garant_list {
        display: flex;
    }
    .garant_list > img {
        height: 100%;
    }
}