.consult--section {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 70px;
}

@media (min-width: 1px) and (max-width: 991px) {
    .consult--section {
        padding-top: 45px;
        padding-bottom: 40px;
        border-bottom: 1px dashed #ebebeb;
        margin-bottom: 20px;
    }
}

.consult--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.consult--question {
    font-style: italic;
}

@media (max-width: 575px) {
    .consult--question {
        max-width: 340px;
    }
}

.consult--answer {
    max-width: 660px;
}

/* consult tab */

.consult--tab-wrapper h4 {
    font-size: 30px;
    font-weight: 800;
}

.consult--tab-wrapper p {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.consult--tab-image {
    width: 100%;
    height: 190%;
    object-fit: contain;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

@media (max-width: 991px) {
    .consult--tab-image {
        width: 100%;
        position: relative;
        height: 200px;
        margin-top: -15px;
        object-fit: contain;
    }
}
