@import "style/fonts.css";

.friends-box__top{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.friends-top__title{
    font-family: "EB";
    font-weight: 900;
    font-size: 48px;
    line-height: 98%;
    text-transform: uppercase;
    text-align: center;
    color: #333;
}

.friends-top__text{
    font-family: "RR";
    font-weight: 400;
    font-size: 14px;
    line-height: 148%;
    text-align: center;
    color: #000;
    width: 100%;
    max-width: 931px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.friends-top__span{
    color: #070508;
    font-weight: 700;
}

@media (max-width: 1515px) {
    .friends{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width:1530px) {
    .friends-logotips__image{
        width: 100%;
        max-width: 1320px;
    }
}

@media (max-width:1145px) {
    .friends-logotips__image{
        width: 100%;
        max-width: 1315px;
    }
}