.main-container{

  background-color: #f5f1f1;
}

.home-cta-container .content {
  display: flex;
}

.home-cta-container .content p {
  font-size: 20px;
  margin-top: 15px;
  width: 62%;
  line-height: 28px;
}

.home-cta-container .content p:first-child, .home-cta-container .content p:nth-child(3) {
  display: none;
}

.home-page-cta-button .cta-section {
  display: block;
  margin: 0;
  margin: 17px 58px;

}
.cta-section a.cta_button{
  font-weight:800 !important;
}

.home-page-cta-button .cta-section a{
  font-family:'Raleway' !important;
  font-weight:800 !important;
  align-items: center;
  background: #3eb049 !important;
  border: none !important;
  border-radius: 10px;
  color: #fff !important;
  display: flex !important;
  font-size: 24px !important;
  height: 65px !important;
  justify-content: center;
  margin-top: 20px !important;
  width: 270px !important;
}


.content
{padding: 0px !important;}

.home-cta-container{
  display: flex;
  gap: 18rem;
  margin: auto;
  width: 79%;
}


.purple-text{
  line-height: 35px;!important
}

.content{  
  gap: 20px}

@media screen and (max-width: 800px)
{
  div.home-cta-container div.cta-section{
    width:fit-content !important;
    margin:auto;
  }
  .cta-section span{
    width:fit-content;
    display:block;
  }
  .resource-center-cta .home-cta-container div {
    width: 100%;
    text-align:center;
  }
  .purple-text{
    width: 100% !important;
    text-align:center;
  }
  .home-cta-container{
    width: 90%;
    margin: auto;
    padding-top: 20px;
  }

  .resource-center-cta .home-cta-container{
    display: block;
    width: 95%;
    margin: auto;
  }

  .home-cta-container div p>span{
    text-align: center !important;
  }

  .recent-post-container{
    flex-direction: column  !important;
    gap: 75px  !important;
    margin: auto  !important;
    width: 43%  !important;
    padding-top: 90px  !important;
  }

}

@media(max-width:600px){
  .resource-center-cta .home-cta-container div h2 {
    font-size: 32px;
    line-height: 38px;
  }
  div.cta-section a.cta_button{
    padding: 0;
    font-size: 24px !important;
    width: 220px !important;
  }
}



