﻿
#email:hover {
    color: #A21622 !important;
    text-decoration: underline;
}


.boxes-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem;
}

.box {
    flex: 1 1 calc(25.333% - 1rem);
    background: white;
    border: 1px solid black;
    padding: 0.75rem;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 20px; /* Slightly reduced font size */
    line-height: 1;
    letter-spacing: 0;
    width: 380px; /* Reduced from 406.37px */
    height: 190px; /* Reduced from 219.96px */
}

/* Red right border for 1st and 4th box */
.boxes-container > .box:nth-child(1),
.boxes-container > .box:nth-child(3),
.boxes-container > .box:nth-child(4),
.boxes-container > .box:nth-child(6) {
    border-right: 4px solid red; /* Adjust width if needed */
}

.box__title {
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
    font-weight: bold;
}

.box__title--top-left,
.box__title--top-right,
.box__title--bottom-left,
.box__title--bottom-right {
    display: block;
}

.imgbox {
    width: 78px;
    height: 46.99px;
    border-radius: 5px;
    margin-left: -260px;
}
/* Responsive behavior */
@media (max-width: 768px) {
    .box {
        flex: 1 1 calc(50% - 1rem);
    }
}

@media (max-width: 500px) {
    .box {
        flex: 1 1 100%;
    }
}

.boxFont {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    padding-top: 10px;
    text-align: justify;
}

contactusrightsie {
    margin-top: -420px;
}

@meta {
    margin-top: -420px;
}
