@font-face {
    font-family: "Peyda Med";
    src: url("/font/peyda/PeydaWeb-Medium.woff2") format("woff2"), url("//campland.ir/wp-content/uploads/2022/10/PeydaWeb-Medium.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Peyda Bold";
    src: url("/font/peyda/PeydaWeb-Bold.woff2") format("woff2"), url("/font/peyda/PeydaWeb-Black.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "iranyekan";
    src: url("/font/iranyekan/woff/iranyekanwebbold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .box img {
        border: none;
        border-radius: 0;
        box-shadow: none;
        height: auto;
        max-width: 100%;
    }

    .box h2 {
        font-family: "Peyda Bold";
        font-weight: 900;
    }

    .box p {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-family: "Peyda Med";
        text-align: center;
        line-height: 1.8;
        direction: rtl;
    }

    .box strong {
        display: block;
        font-family: "iranyekan";
        letter-spacing: 2px;
    }
