.get-in-touch{
    margin-top: 170px;
}

.get-in-touch .head-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.get-in-touch .head-div h1{
    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.get-in-touch .head-div h5{
    color: var(--lavonne-base, #412110);
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.get-in-touch .table-div {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;

    margin-top: 64px;
}

.get-in-touch .table-div .card-div{
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;

    height: 340px;
}

.get-in-touch .table-div .card-div .top-div{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.get-in-touch .table-div .card-div .top-div h2{
    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.get-in-touch .table-div .card-div .top-div p{
    color: var(--lavonne-base, #412110);
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
}

.get-in-touch .table-div .card-div a{
    color: var(--lavonne-base, #412110);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    border-radius: 400px;
    border: 1px solid rgba(65, 33, 16, 0.24);

    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    
    background-color: #E7E2D8;
    background-image: #E7E2D8;
    background-image: -moz-linear-gradient(top,#F5F2E8 0%, #F5F2E8 100%); 
    background-image: -webkit-linear-gradient(top,#F5F2E8 0%, #F5F2E8 100%); 
    background-image: linear-gradient(to bottom,#F5F2E8 0%, #F5F2E8 100%); 
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.get-in-touch .table-div .card-div a:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
}

.get-in-touch .table-div .inline-border{
    border-right: 1px solid #cdc4ba;
    border-left: 1px solid #cdc4ba;
}

.get-in-touch .table-div .border-tops{
    border-top: 0px solid #cdc4ba;
}

.get-in-touch .table-div .border-bottoms{
    border-bottom: 0px solid #cdc4ba;
}

.flickity-slider{
    width: auto;
}

@media (max-width: 768px) { 
    .get-in-touch{
        margin-top: 80px;

        padding-inline: 24px;
    }

    .get-in-touch .head-div h1{
        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;

        text-align: left;
    }
    .get-in-touch .head-div h5{
        color: var(--lavonne-base, #412110);
        text-align: center;
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;

        text-align: center;
    }

    .get-in-touch .table-div {
        display: block;
        margin-top: 64px;
    }

    .get-in-touch .table-div .card-div {
        display: flex;
        padding: 24px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex: 1 0 0;
        align-self: stretch;
        height: 250px;
    }

    .get-in-touch .table-div .inline-border {
        border-right: 0px;
        border-left: 0px;
    }

    .get-in-touch .table-div .border-tops{
        border-top: 1px solid #cdc4ba;
    }

    .get-in-touch .table-div .border-bottoms{
        border-bottom: 1px solid #cdc4ba;
    }

    .get-in-touch .table-div .card-div .top-div h2 {
        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .get-in-touch .table-div .card-div a {
        color: var(--lavonne-base, #412110);
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 400px;
        border: 1px solid rgba(65, 33, 16, 0.24);
        display: flex;
        padding: 16px 32px;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
    }

    .presenting .head-div h1 {
        color: #412110;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Raleway;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .presenting .head-div h5 {
        color: var(--lavonne-base, #412110);
        text-align: center;
        font-family: Alverata;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 2.16px;
        text-transform: uppercase;
    }

    .presenting .flickity-slider {
        width: 100%;
    }

    .presenting .carousel {
        padding: 0;
        padding-left: 24px;
    }
}