.contact-outer-wrapper {
    padding: 50px 0 70px;
    &:nth-child(even)

{
    background-color: #f4f4f4;
}

}

.contact-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    .contact-box:has(p)

{
    margin-top: 50px;
}

.contact-box {
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    border-radius: 10px;
    flex: 0 267px;
    position: relative;
    p

{
    position: absolute;
    text-align: center;
    left: 50%;
    top: 0;
    transform: translate(-50%, -42px);
    font-weight: 700;
    text-transform: capitalize;
    color: #ff5f00;
    font-size: 24px;
}

img {
    max-width: 200px;
    border: 3px solid #fff;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    margin-block: 5px 10px;
}

a {
    color: #000;
    display: block;
    max-width: fit-content;
    margin-inline: auto;
    margin-bottom: 5px;
    svg

{
    color: #ff5f00;
    margin-left: 5px;
}

&:hover {
    color: #ff5f00;
    svg

{
    color: #000;
}

}
}
}
}

.contact-box:has(.logo) {
    width: 143px;
    min-width: 143px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 203px;
    padding: 0;
    img

{
    width: auto;
    height: 143px;
}

}

.contact-box.border-0.bg-white {
    min-height: 246px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    h3

{
    font-size: 26px;
}
}
