.newsPage .fx-newsPage{gap: 48px;}

.newsPage .fx-newsPage .newsPage-partTwo{
    flex: 1 1 calc(88% - 48px);
    max-width: calc(88% - 0px);
}
.newsPage .fx-newsPage .newsPage-partTwo .listCardNews2{
    gap: 16px;
    align-items: normal;
}
.newsPage .fx-newsPage .newsPage-partTwo .w67{
    flex: 1 1 calc(66.7% - 16px);
    max-width: calc(66.7% - 0px);
}
.newsPage .fx-newsPage .newsPage-partTwo .w34{
    flex: 1 1 calc(33.3% - 16px);
    max-width: calc(33.3% - 0px);
}
.newsPage .fx-newsPage .newsPage-partTwo .cardNews2{
    box-shadow: 0px 75px 45px -74px rgba(0, 0, 0, 0.2);
    margin-bottom: 17px;
    transition: 0.3s;
}
.newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divImage{
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 15px 15px 0 0;
}
.newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divImage img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
      transition: transform 0.3s ease;
}
.newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divImage img:hover {
  transform: scale(1.1);
}
.newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divImage button{
    display: flex;
    height: 27.59px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0 10px;
    z-index: 9;
}
.newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divText{
    background-image: url(../../images/graphPages.svg);
    padding: 32px 24px;
    border-radius: 0 0 25px 25px;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divText p{font-size: 12.5px;}
.newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .fxGap{gap: 8px;}
.newsPage .fx-newsPage .newsPage-partTwo .w67 .divText h5,
.newsPage .fx-newsPage .newsPage-partTwo .w67 .divText p{margin-bottom: 30px;}
.newsPage .fx-newsPage .newsPage-partTwo .w34  .divText{gap: 15px;}
.newsPage .fx-newsPage .newsPage-partTwo .w67 .divText .fxDetails{gap: 32px;}
@media (min-width:1706.67px) {
.newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divImage{height: 250px;}
.newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divText p {font-size: 15px;}
 .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divImage button{height: 32px;}
}
@media (min-width:1920px) {
.newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divImage{height: 300px;}
 .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divText p {font-size: 18px;}
 .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .fxGap img{width: 25px;}
  .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divImage button{height: 37px;}
}
@media (min-width:2048px) {
    .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divImage{height: 350px;}
    .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divText p {font-size: 21px;}
    .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .fxGap img{width:30px;}
    .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divImage button{height: 42px;}
}
@media (max-width:1228.8px) {
  .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divText{padding: 24px 16px;}
   .newsPage .fx-newsPage{gap: 40px;}
  .newsPage .fx-newsPage .newsPage-partTwo{
        flex: 1 1 calc(86% - 40px);
        max-width: calc(86% - 0px);
    }
}
@media (max-width:1024px) {
   .newsPage .fx-newsPage .newsPage-partTwo{
        flex: 1 1 calc(84% - 40px);
        max-width: calc(84% - 0px);
    }
    .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divImage{height: 180px;}
    .newsPage .fx-newsPage .newsPage-partTwo .w67 .divText h5, .newsPage .fx-newsPage .newsPage-partTwo .w67 .divText p{margin-bottom: 20px;}
      .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divText{padding: 16px 16px;}
      .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divText p{font-size: 10px;}
          .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divImage button{height: 22px;}
}
@media (max-width:877.71px) {
    .newsPage .fx-newsPage{gap: 32px;}
       .newsPage .fx-newsPage .newsPage-partTwo{
        flex: 1 1 calc(84% - 32px);
        max-width: calc(84% - 0px);
    }
    .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divImage{height: 150px;}
    .newsPage .fx-newsPage .newsPage-partTwo .w67 .divText h5, .newsPage .fx-newsPage .newsPage-partTwo .w67 .divText p{margin-bottom: 16px;}
    .newsPage .fx-newsPage .newsPage-partTwo .w34 .divText{gap: 12px;}
     .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divText p{font-size: 9px;}
     .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .fxGap{gap: 4px;}
     .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .fxGap img{width: 15px;}
     .newsPage .listCardNews2 {align-items: center; justify-content: center;}
    .newsPage .fx-newsPage .newsPage-partTwo .w67{
        flex: 1 1 calc(66.7% - 16px);
        max-width: calc(66.7% - 0px);
    }
     .newsPage .fx-newsPage .newsPage-partTwo .w34{
        flex: 1 1 calc(50% - 16px);
        max-width: calc(50% - 0px);
    }
}
@media (max-width:768px) {
    .newsPage .fx-newsPage{gap: 32px;}
       .newsPage .fx-newsPage .newsPage-partTwo{
        flex: 1 1 calc(80% - 32px);
        max-width: calc(80% - 0px);
    }
}
@media (max-width:614.4px) {
  .newsPage .fx-newsPage .newsPage-partTwo .cardNews2 .divText p{font-size: 12.5px;}
    .newsPage .fx-newsPage .newsPage-partTwo .w67{
        flex: 1 1 calc(100% - 16px);
        max-width: calc(100% - 0px);
    }
    .newsPage .fx-newsPage .newsPage-partTwo .w34{
        flex: 1 1 calc(100% - 16px);
        max-width: calc(100% - 0px);
    }
    .newsPage .fx-newsPage{gap: 24px;}
    .newsPage .fx-newsPage .newsPage-partTwo{
        flex: 1 1 calc(100% - 24px);
        max-width: calc(100% - 0px);
    }
}
@media (max-width:512px) {
}