
@media screen and (min-width: 1280px) {
  .blogs {
    margin: 40px 100px 0 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 45px;
  }
  .blog_photo {
    width: 100%;
    height: 300px;
  }
  .blog_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .detail_item{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding: 45px;
  }
  .detail_photo{
    width: 100%;
    height: 450px;
    object-fit: contain;
  }
  .detail_item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .detail_date{
    color: #ccc8c8;
    text-align: justify;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 18.723px */
    display: flex;
    gap: 10px;
  }
  .detail_name{
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 28.084px */
  }
  .detail_desc{
    color: rgba(0, 0, 0, 0.5);
    text-align: justify;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 24.964px */
  }
  .blogs-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    justify-content: center;
  }
  .blog_photo {
    min-height: 280px;
    width: 100%;
    border-radius: 6px;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat,
      url(<path-to-image>), lightgray 50% / cover no-repeat;
  }
  .blog_photo iframe {
    width: 100%;
    height: 100%;
  }
  .blog_date {
    color: #ccc8c8;
    text-align: justify;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 18.723px */
    display: flex;
    gap: 10px;
  }
  .blog_name {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 28.084px */
  }
  .blog_desc {
    color: rgba(0, 0, 0, 0.5);
    text-align: justify;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 156.023%; /* 24.964px */
  }
  .blogs-item a {
    width: 100%;
    color: white;
    border: none;
    color: #fff;
    text-align: justify;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 28.084px */
    display: inline-flex;
    padding: 10px 158px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #f20815;
  }

}
@media screen and (max-width: 1280px) {
  .blogs {
    display: flex;
    gap: 45px;
    flex-direction: column;
  }
  .blog_photo {
    width: 100%;
    height: 300px;
  }
  .blog_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .detail_date{
    color: #ccc8c8;
    text-align: justify;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 18.723px */
    display: flex;
    gap: 10px;
  }
  .detail_name{
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 28.084px */
  }
  .detail_desc{
    color: rgba(0, 0, 0, 0.5);
    text-align: justify;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 24.964px */
  }
  
  .detail_item{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding: 45px;
  }
  .detail_photo{
    width: 100%;
    height: 250px;
  }
  .detail_item img{
    width: 100%;
    height: 100%;
    object-fit: contain;


  }
  .blogs-item {
    margin: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    justify-content: center;
  }
  .blog_photo {
    width: 100%;
    border-radius: 6px;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat,
      url(<path-to-image>), lightgray 50% / cover no-repeat;
  }
  .blog_photo iframe {
    width: 100%;
    height: 100%;
  }
  .blog_date {
    color: #ccc8c8;
    text-align: justify;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 18.723px */
    display: flex;
    gap: 10px;
  }
  .blog_name {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 28.084px */
  }
  .blog_desc {
    color: rgba(0, 0, 0, 0.5);
    text-align: justify;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 156.023%; /* 24.964px */
  }
  .blogs-item a {
    width: 100%;
    color: white;
    border: none;
    color: #fff;
    text-align: justify;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.023%; /* 28.084px */
    display: inline-flex;
    padding: 10px 158px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #f20815;
  }
}
