.block {
    display: flex;
    justify-content: center;
    border: 1px dashed var(--fontColor);
    margin-bottom: 2rem;
}

.left-div {
    height: 40%;
    width: 50%;
    font-size : 1rem;
    float: left;
    word-wrap: break-word;
}

.right-div {
    display: flex;
    flex-direction: column;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    border-left: 1px dashed var(--fontColor);
}

.service-img {
    width: 50%;
    margin: auto;
    display: block;
    padding: 2rem ;
}