.contactborder {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
    position: relative;
    width: auto;
    margin-left: 27px;
    margin-right: 27px;
    top: 29px;
    border: 1px solid var(--primary);
    min-height: 80vh;
    overflow: auto;
}

.contactbox {
    width: 80%;
    margin: auto;
    height: 60vh;
    text-align-last: center;
}

iframe {
    height: 325px;
    width: 100%;
    margin-bottom: 10px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
    padding-bottom: 40px;
}

.flex-container > div {
    gap: 5%;
    width: 45%;
}

.imgdiv {
    text-align-last: end;
}

.flex-container > div > img {
    width: 50%;
    border-radius: 50px;
    text-align-last: end;
}

h3 {
    text-align: left !important;
}

.openingHours {
    text-align-last: left;
}

.factstitle{
    text-align-last: left;
}

.factswrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pwrap {
    width: 45%;
}

@media screen and (max-width: 1100px) {
    .flex-container {
        flex-direction: column;
        align-items: center;
    }

    .imgdiv {
        text-align-last: center;
    }

    .flex-container > div > img {
        width: 100%;
    }

    .factstitle{
        margin-left: 27%;
    }

    .factswrap {
        flex-direction: column;
        align-items: center;
    }

    .pwrap {
        text-align-last: left;
    }
}

@media screen and (max-width: 600px) {
    iframe {
        height: 200px;
    }

    .openingHours {
        text-align-last: center;
    }

    .factswrap {
        flex-direction: column;
        align-items: center;
    }
}
