/* Responsive mobile devices */

@media (max-width: 1240px) and (min-width: 769px) {
    .header {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

    .Featured {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 80px;
    }

    .Blog-card {
        flex-direction: row;
        /* flex-wrap: wrap; */
        width: 100%;
        gap: 24px;
      }
    
      .image-wrapper {
        width: -webit-fill-available;
        height: auto;
        aspect-ratio: 5 / 4.2;
      }
    
      .image-wrapper img {
        width: -webkit-fill-available;
        height: auto;
        object-fit: cover;
      }

      .content-details {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

  .content-design {
    padding: 14px 24px;
    width: 100%;
  }

  .card-title p {
    font-size: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .card-details span {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
    
.articles {
    padding-left: 1.50rem;
    padding-right: 1.50rem;
}

.custom-style {
    margin-left: 1.50rem;
    margin-right: 1.50rem;
}

.article-section {
    padding-left: 1.50rem;
    padding-right: 1.50rem;
}

.card-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer {
    background: #272727;
    padding-left: 1.50rem;
    padding-right: 1.50rem;
    padding-top: 72px;
}

}

@media (max-width:768px) and (min-width:481px) {
    .header {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

    .Featured {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 80px;
    }

    .Blog-card {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
      }

      .content-design {
        width: 100%;
      }

      .image-wrapper {
        width: -webkit-fill-available;
        object-fit: cover;
        height: auto;
    }
    
    .image-wrapper img {
        /* object-fit: cover; */
        width: -webkit-fill-available;
        overflow: hidden;
    }
    
      .card-title p {
        font-size: 24px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
      }
    
      .card-details span {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .articles {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }
    
    .custom-style{
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }
    
    .article-section {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }
    
    .card-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px;
    }

    .content-details {
        width: -webkit-fill-available;
        display: flex;
        align-items: center;
        padding: 24px;
    }

    .custom-style {
        margin-left: 1.50rem;
        margin-right: 1.50rem;
    }
    
    .footer {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
        display: flex;
        flex-direction: column;
}

.footer .footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 30px;
    height: auto;
}

.rows{
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

hr{
    display: block;
} 
}






@media (max-width: 480px) {
    
    /* Header Section */

.header{
  padding-left: 14px;
  padding-right: 14px;
}

.header-button{
    display: none;
}

.header-menu .header-button{
    display: block !important;
}


.header-logo img {
    width: 70px;
    height: 34px;
}

.header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 150px; */
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    position: relative;
    gap: 24px;
    width: -webkit-fill-available;
}

.Blog-card {
    gap: 24px;
    border-radius: 8px;
    border-width: 1px;
    display: flex;
    align-items: center;
    /* color: #FFFFFF; */
    border: 1px solid #E4E4E4;
    max-width: 100%;
    flex-wrap: wrap;
}

.Featured {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 40px;
}

.Features-Heading p {
    font-weight: 800;
    font-size: 24px;
}

.content-details {
    width: -webkit-fill-available;
    display: flex
;
    align-items: center;
    flex-direction: column;
}

.content-design {
    display: flex;
    flex-direction: column;
    align-self: center;
    padding-left: 24px;
    padding-right: 24px;
    width: -webkit-fill-available;
}

.image-wrapper img {
    width: -webkit-fill-available;
    /* width: 397px; */
    height: 180px;
    object-fit: cover;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    /* position: absolute; */
    /* top: 32%; */
}

.image-wrapper {
    width: -webkit-fill-available;
    /* max-width: 500px; */
    /* max-height: 420px; */
    object-fit: cover;
    /* width: min-content; */
    height: auto;
}



.card-title {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.card-title p {
    font-weight: 800;
    font-size: 18px;
    color: #272727;
    /* line-height: 40px; */
    line-height: 1.5rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.card-details {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}

.card-details p {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #272727;
}

.card-details span {
    font-weight: 400;
    font-size: 14px;
    color: #3A3434;
    line-height: 28px;
    /* padding-top: 10px; */
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-info {
    display: flex;
    gap: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    justify-content: end;
}

.card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.content-design {
    display: flex;
    flex-direction: column;
    align-self: center;
    padding-left: 24px;
    padding-right: 24px;
    width: -webkit-fill-available;
}


.category {
    /* height: 36px; */
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    border-radius: 3px;
    border-width: 1px;
    background-color: #F2F2F2;
    display: flex;
    cursor: pointer;
    border: 1px solid #E4E4E4;
}

.articles {
    padding-top: 64px;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding-bottom: 40px;
}

.article-heading p {
    font-weight: 800;
    font-size: 24px;
    align-items: center;
    margin: 0px;
}

.custom-style {
    margin-left: 14px;
    margin-right: 14px;
}

.blog-cards-section {
    padding-left: 24px;
    padding-right: 24px;
}

.footer {
    padding-left: 1.50rem;
    padding-right: 1.50rem;
    display: flex;
    flex-direction: column;
}


.footer .footer-row {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 30px;
padding-bottom: 30px;
height: auto;
}

.rows{
padding-bottom: 24px;
display: flex;
flex-direction: column;
gap: 20px;
justify-content: center;
align-items: center;
}

hr{
display: block;
}

}

@media (max-width:320px) {

    .card-blog img {
        width: 290px;
        height: 180px;
        object-fit: cover;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .arrow-icon-circle img {
        width: 28px;
        height: 28px;
    }
    
}

.company-name{
    display: flex;
    gap: 12px;
    padding-bottom: 8px;
}

.company-name img{
    width: 20px;
    height: 20px;
}

.company-name p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}


