
.catring-cont{
    display:flex;
    flex-direction:column;
	gap:32px;
    margin-top:2%;
}

.catring{
	width:100%;
	height:auto;
    display:flex;
    flex-direction:column;
    gap:24px;
}
.heading-title {
    color: var(--gray-text-strong, #2c3059);
    font-family: "Bellefair";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    height: 10%;
    margin-top: 10px;
  }
.main-border {
    width: 100%;
    height: auto;
    gap: 32px;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    border-radius: 16px;
    border-width: 1px;
    border: 1px solid var(--gray-stroke, #DFE0EB);
}

.catring-title {
    width: 100%;
    height: auto;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom-width: 1px;
    border-bottom: 1px solid var(--gray-stroke, #DFE0EB);
}

.catring-title h4 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
    color: var(--gray-text-strong, #2C3059);
}

.catring-details {
    width: 100%;
    height: auto;
    gap: 16px;
    display: flex;
    flex-direction: row;
    padding-top: 32px;
}

.hrs {
    width: 300px;
    height: auto;
    gap: 16px;
    display: flex;
}

.hrs img, .loc img {
    width: 24px;
    height: 24px;
    gap: 8px;
    padding: 1px;

}

.hrs-data {
    display: flex;
    flex-direction: column;
}

.hrs-txt {

    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--gray-text, #6A6D87);
}

.hrs-tym {

    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    color: var(--gray-text-strong, #2C3059);
}

.loc {
    width: 512px;
    height: auto;
    gap: 16px;
    display: flex;
}


.loc-data {
    width: 470px;
    height: auto;
    display: flex;
    flex-direction: column;

}

.map-btn {
    width: 200px;
    height: 50px;
    gap: 8px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    border-radius: 30px;
    border: unset;
    background: var(--primary-surface-weak, #F5EFFF);
}

.map-nav {
    width: 78px;
    height: 26px;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    color: var(--primary-text, #684B9B);
}

.map-btn img {
    width: 15.333333969116211px;
    height: 15.333333969116211px;
    top: 2.75px;
    left: 2.75px;
}

.vst-site{
    text-decoration:none;

}


@media (max-width:767px) {
    .main-border {
        width: auto;
        height: 345px;
        gap: 32px;
        padding-top: 24px;
        padding-right: 32px;
        padding-bottom: 32px;
        padding-left: 32px;
        border-radius: 16px;
        border-width: 1px;

    }

    .catring-title {
        width: auto;
        height: auto;
        gap: 8px;
        border-bottom-width: 1px;
    }

    .catring-details{
    	gap:14px;
    padding-top:28px;

        flex-direction: column;
    }

    .hrs {
        width: 294px;
        height: 53px;
        gap: 16px;
    }

    .loc {
        width: 294px;
        /*height: 53px;*/
        gap: 16px;
    }

    .map-btn {
        width: 294px;
        height: 50px;
    }
	.vst-site{
        align-self: center;
	}

}