.all-news{padding:clamp(30px,3.125vw,60px) 0 clamp(50px,6.25vw,120px);margin:auto 0}.all-news .title-wrapper{max-width:985px;margin-bottom:clamp(50px,7.8125vw,150px)}.all-news .title-wrapper .subtitle{color:#b7b7b7;font-weight:500;text-transform:uppercase;font-size:clamp(16px,1.0416666667vw,20px);line-height:1}.all-news .title-wrapper h2{color:#2f2f2f;font-weight:400;font-size:clamp(24px,2.6041666667vw,50px);line-height:1;margin:30px 0 40px}.all-news .title-wrapper p{color:#2f2f2f;font-weight:400;font-size:clamp(16px,1.0416666667vw,20px);line-height:1}.all-news .news-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media(max-width: 992px){.all-news .news-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}}@media(max-width: 600px){.all-news .news-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:20px}}.all-news .news-grid .item{background:#eea401;color:#fff}.all-news .news-grid .item .image img{width:100%;height:auto;object-fit:cover;aspect-ratio:1.2738/1}.all-news .news-grid .item .content{padding:50px 35px 40px;color:#fff}.all-news .news-grid .item .content .date{text-transform:uppercase;font-size:20px;font-weight:400}.all-news .news-grid .item .content .title{display:flex;justify-content:space-between;align-items:center}.all-news .news-grid .item .content .title h3{color:#fff;margin-bottom:0;font-weight:400;font-size:clamp(30px,2.34375vw,45px);line-height:1.3777777778}.all-news .news-grid .item .content .title .arrow-button i{aspect-ratio:1/1;width:40px;height:40px;display:inline-flex;justify-content:center;align-items:center;font-size:20px;font-weight:500;border-radius:50% !important;background-color:#eea401;color:#fff;border:1px solid #fff}.all-news .news-grid .item .content .title .arrow-button i:before{transition:.4s ease-in-out}.all-news .news-grid .item .content .title .arrow-button:hover i:before{transform:translateX(8px)}.all-news .pagination{display:flex;justify-content:center;margin-top:40px;gap:10px}.all-news .pagination a{border:1px solid #eea401 !important;color:#eea401 !important}.all-news .pagination a:hover{background:#eea401;color:#fff !important}.all-news .pagination span{background:#eea401}