@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vollkorn:wght@500&display=swap");

/* know about whitehat */

.just{
    text-align: justify !important;
}
h6{
    font-size: 1.3rem !important;
    font-family: vollkorn;

}
p{
    font-size: 1.1rem;
}


.know-image {
    padding-top: 100px;
}

.equal-height-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.equal-columns-content {
    height: 100%;
}

.main-topic .topic{
    text-align: start ;

}



/* know about whitehat */

@media only screen and (max-width: 1200px) {
    .know-image {
        margin-bottom: 20px;
        margin-top: 50px;
        padding-top: 0;
    }
    
}

@media screen and (max-width: 998px) {
    
}

@media screen and (max-width: 568px) {
    
    p{
        font-size: 1rem;
        /* line-height: 1.6;
        letter-spacing: 0.5px; */
    }
    .main-topic{
        padding: 10px !important;
    }
    .main-topic .topic{
        text-align: start ;
        font-size: 1.5rem !important;
        text-align: center;
        
    }
}