.header-text-align {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 25vh; !* Adjust according to your layout *!*/
}

.text-5 {
    font-size: 5rem; /* Adjust the font size as needed */
}

.header-titles-pages{
    font-family: "Be Vietnam Pro", sans-serif;
    font-optical-sizing: auto;
    line-height: 36px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 30px;
}

.header-titles-blog{
    font-family: "Be Vietnam Pro", sans-serif;
    font-optical-sizing: auto;
    line-height: 36px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 30px;
}


.paragraph-pages{
    font-family: "Be Vietnam Pro", sans-serif;
    font-optical-sizing: auto;
    line-height: 38px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 25px;
}


.paragraph-sub-pages{
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 20px;
}
.paragraph-sub-pages-venture{
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 20px;
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
    .text-5 {
        font-size: 3rem; /* Adjust the font size for smaller screens */
    }
}

.paragraph-index{
    color: #f8f9fa;
    line-height: 1.5;
    margin: 0 0 20px;
    font-size: 25px;
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
}

.paragraph-index-p{
    color: #f8f9fa;
    line-height: 1.5;
    margin: 0 0 20px;
    font-size: 20px;
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
}
.paragraph-index_ardent{
    color: #F0550C;
    line-height: 1.5;
    margin: 0 0 20px;
    font-size: 32px;
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
}
.post-margin{
    margin-top: 50px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial;
}

.header {
    text-align: center;
    padding: 32px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }

    .phiroj-venture {
        display: flex;
        flex-direction: column;
    }
    .phiroj-venture-2 {
        display: flex;
        flex-direction: column-reverse;
    }
}


@media only screen and (min-width: 461px) and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .phiroj-venture {
        display: flex;
        align-items: center; /* Aligns items vertically */
    }

    .phiroj-venture-2 {
        display: flex;
        align-items: center; /* Aligns items vertically */
    }
}

@media only screen and (min-width: 1025px) {
    .phiroj-venture {
        display: flex;
        align-items: center; /* Aligns items vertically */
    }

    .phiroj-venture-2 {
        display: flex;
        align-items: center; /* Aligns items vertically */
    }
}
/*.phiroj-venture div {*/
/*    flex: 1; !* Each div will take up equal space *!*/
/*    text-align: center; !* Center the text horizontally *!*/
/*    margin: 0 10px; !* Add some margin between divs if needed *!*/
/*}*/




