.page13{
    position: relative;
    width: 100vw;
    height: auto;
	background-color: white;
    display: flex;
    flex-direction: column;
/*	justify-content: center;*/
	align-items: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0 0 0 0;
}

.page13-row1{
    padding-top: 15vh;
    width: 85vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.page13-title{
    width: 30%;
}

.page13-row2{
    padding-top: 3vh;
    width: 85vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.page13-row3{
    width: 85vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.page13-row3 a{
    width: 15%;
}

.page13-button{
    width: 120%;
}

.page13-text1{
    font-family: Poppins-Medium,sans-serif;
    font-size: 1.25vw;
    color: black;
}

.page13-row4{
    padding-top: 5vh;
    width: 85vw;
    display: flex;
    flex-direction: row;
    gap: 2vw;
}

.mobile-wrapper{
    display: flex;
    flex-direction: row;
    gap: 2vw;
}


.page13-row4-col{
    max-height: 50vh;
    width: 17vw;
    display: flex;
    flex-direction: column;
    text-align: center;
/*    justify-content: space-between;*/
    border: 2px solid #A1B3DD; /* Add a thin border (1px thickness) */
    border-radius: 24px;
    padding: 1vw; /* Additional padding outside the border */
}

.page13-row4-col-row1{
    padding-top: 10%;
    height: 45%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.page13-row4-col-row2{
    padding-bottom: 25%;
    height: 45%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page13-card-title{
    font-family: Poppins-Bold,sans-serif;
    font-size: 1.6vw;
    color: #003F7D;
}

.page13-card-text{
    font-family: Poppins-Medium,sans-serif;
    font-size: 1.25vw;
    color: #262626;
}


.page13-row5{
    padding-top: 10vh;
    padding-bottom: 10vh;
    width: 85vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page13-hashtag{
    width: 27%;
}


@media (max-width: 500px){
    .page13-row1{
        padding-top: 10vw;
    }

    .page13-row1 , .page13-row2 , .page13-row3{
        justify-content: center;
        text-align: center;
    }

    .page13-title{
        width: 40vw;
    }

    .page13-text1{
        font-size: 3vw;
    }

    .page13-button{
        width: 30vw;
    }

    .page13-row2{
        padding-top: 0px;
    }

    .page13-row3 a {
        width: 30vw;
    }

    .page13-row4{
        flex-direction: column;
        align-items: center;
        gap: 10vw;
    }

    .mobile-wrapper{
        gap: 10vw;
    }

    .page13-row4-col{
        height: 50vw;
        width: 30vw;
        max-height: unset;
    }

    .page13-card-title{
        font-size: 3.5vw;
    }

    .page13-card-text{
        font-size: 3vw;
    }

    .page13-hashtag{
        width: 50vw;
    }

    .page13-row4-col-row1{
        height: 25%;
    }

    .page13-row4-col-row2{
        height: 55%;
    }

}