.directions {
    padding-bottom: 30px;
}

.directions__title {
    font-weight: 900;
    font-size: 40px;
    line-height: 130%;
    /* or 52px */
    text-align: center;
    text-transform: uppercase;
    color: #111111;
    padding: 20px 0 30px 0;
}

.directions__text {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */
    text-align: center;
    color: #111111;
    opacity: 0.8;
    max-width: 754px;
    margin: 0 auto;
    padding: 0 0 70px 0;
}

.directions__col {

}

.directions__item {
    border-top: 8px solid #BBD5FF;
    padding: 20px 0 0 0;
}

.directions__item-name {
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 150%;
    /* or 33px */
    text-transform: uppercase;
    color: #394053;
    padding: 0 0 20px 0;
}

.directions__item-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    color: #827E7E;
    padding: 0 0 40px 0;
}


@media(max-width: 575px){
    .directions__title {
        font-size: 24px;
        line-height: 130%;
    }
    .directions__item {
        border-top: 4px solid #BBD5FF;
    }
}
