.description {
    background-color: var(--background-color-lightgrey);
    padding: 32px 5%;
}

.description .content--titleBox {
    margin-top: 32px;
    justify-content: left;
}

.description .content--link {
    font-size: 2.4rem;
    position: relative;
    display: block;
    padding-left: 2rem;
}

.description .content--link::before {
    position: absolute;
    font-size: 2.4rem;
    content: '';
    left: 0;
    top: 50%;
    width: 1.6rem;
    height: 2rem;
    transform: translateY(-50%);
    background-image: url(/img/icon_phone_black.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.description .content--btnBox {
    margin-top: 8px;
}

