.blog-container{
    padding-bottom: 10vh;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse;
}


.blog-header{
    font-size: 3vw;
    margin-bottom: 2vh;
    color: #272727;
    font-weight: 600;
}

.blog-subheading{
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 1.5vh;
    color: #272727;
}

.blog-description{
    width: 26vw;
    font-size: 1vw;
    /*text-align:justify; */
    text-justify:auto;
    color: #272727;
}

.blog-image{
    width: 30vw;
}

.blog-explore {
    margin-top: 6vh;
    padding-left: 1.4vw;
    padding-right: 1vw;
    padding-top: 0.6vw;
    padding-bottom: 0.6vw;
    background: #1F3741;
    border-radius: 20vw;
    border-style: hidden;
    box-shadow: 0.25vw 0.5vh 1vh #243e4957;
    display: flex;
    align-items: center;
}

.blog-explore-content {
    font-size: 1.2vw;
    color: aliceblue;
    float: left;
}


.blog-explore-circle{
    display: inline;
    margin-left: 1vw;
    padding: 0.5vw 0.5vw 0.5vw 0.5vw;
    background: aliceblue;
    border-radius: 50vw;
    width: 1.5vw;
    height: 1.5vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-explore-arrow{
    width: 0.5vw;
}
