@media only screen and (max-width: 1024px) {
	/* For Tab */
  }
@media only screen and (max-width: 768px) {
	/* For mobile phones: */
    .converter-links>a>div{
        margin: 1% 0 0 0;
        font-size: 50%;
    }
  }
.typingtest-main>div>a{
    height: auto;
    text-align: center;
    padding: 0;
    margin: 1% .5% 1% 0;
}
.typingtest-main>div>a>img{
    width: 100%;
    margin: 0%;
    border: 1px solid var(--highlighttext-color);
    border-radius: 25px;
}
.typingtest-main>div>a>h3,
.typingtest-main>div>a>p{
    text-align: left;
    padding:0 5%;
}
.typingtest-main>div>a>p{
    font-weight: 200;
    font-size: 16px;
} 
.typingtest-main p{
   color: var(--text-color);
}
/**Links of Typing Test of all fonts**/
.typingtest-links>a>div>img{
    float: left;
}
.typingtest-links span{
   font-weight: 900;
   font-size: 24px;
}

.typingtest-links>a>div{
    min-height: auto;
    text-align: center;
    padding: 7% 4%;
    margin:0.5% .5% 1% 0;
    border-radius: 25px;
}   
/** Punjabi Font Converter Software**/
.converter-links>a>div{
    height: auto;
    text-align: center;
    padding: 4%;
    margin: 1% 0 0 0;
    display: inline-block;
    border-radius: 25px;
    font-size: 25px;
}
.converter-links,
.converter-links img{
    margin-bottom: 5%;
}
