.close-to-news-section {
  width: 100%;
  background: #fff;
}
.close-to-news-section .full-area .top-container {
  margin-left: 260px;
  max-width: 1660px;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.close-to-news-section .full-area .top-container .left-part {
  width: 40%;
  padding: 0 100px 0 0;
}
.close-to-news-section .full-area .top-container .left-part img{
  margin: 0 0 40px;
}
.close-to-news-section .full-area .top-container .left-part p{ 
  margin: 0 0 20px;
  padding: 0;
  color: #19164F;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.close-to-news-section .full-area .top-container .left-part p:last-of-type{
  margin: 0;
}
.close-to-news-section .full-area .top-container .left-part a{ 
  background: #FDA12C;
  max-width: 100%;
  display: block;
  border-radius: 30px;
  padding: 15px 10px;
  color: #fff;
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
  font-family: Alternate Gothic ATF;
  text-align: center;
  text-decoration: none;
  height: 54px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 35px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.close-to-news-section .full-area .top-container .left-part a:hover{ 
  background: #19164f;
  color: #fff;
}
.close-to-news-section .full-area .top-container .right-part {
  width: 60%;
}
.close-to-news-section .full-area .bottom-container {
  margin: 100px auto 100px;
  max-width: 1020px;
}
