.main-header ~ .ekit-template-content-header{
  display:none;
}
.tp-btn-elite-nrml svg, .tp-btn-elite svg, .buy-nw-btn svg, .buy-nw-btn-white svg {
    width: 20px;
    height: 20px;
}

.study-blog-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.study-card {
    border: 1px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
    padding: 20px;
}

.study-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 5px;
}

.study-content {
    padding: 20px 0 0;
}
.study-date {
    color: #FFFFFF91;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-style: Regular;
    font-size: 16.05px;
    line-height: 20px;
    letter-spacing: 0%;
    font-family: "Inter", sans-serif;
}

.study-content h3 {
    color: #fff;
    margin-bottom: 10px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20.05px;
    line-height: 28px;
    letter-spacing: 0%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.study-content h3 a {
	color: #fff;
}

.study-content p {
    color: #FFFFFF91;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18.71px;
    line-height: 32.07px;
    letter-spacing: 0%;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.read-btn {
    display: flex;
    background: #1F7A63 !important;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 6px;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-family: Inter;
    font-weight: 600;
    font-size: 18.71px;
    line-height: 24.05px;
    letter-spacing: 0%;
	font-family: "Inter", sans-serif;
}

.read-btn:hover{
background:#239c82;
}

@media(max-width:991px){
.study-blog-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:600px){
.study-blog-grid{
grid-template-columns:1fr;
}
}