.ctano {
   padding: 0px 0px;
}
.ctano-wrapper{ 
   padding: 60px 54px 60px 44px;
   background: #F9FAFB;
}
.ctano-title {
   color: #111;
   font-size: 36px;
   font-style: normal;
   font-weight: 500;
   line-height: 48px;
   margin-bottom: 32px;
}
.ctano-text {
   color: #888;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 150%;
   margin-bottom: 40px;
}
.ctano-btn {
   display: flex;
   align-items: center;
   justify-content: center;
   background: #111;
   width: 220px;
   height: 70px;
   max-width: 100%;
   transition: 0.25s;
   color: #FFF;
   font-size: 18px;
   font-style: normal;
   font-weight: 600 !important;
   line-height: 24px;
   text-decoration: none !important;
}
.ctano-btn:hover {
   background: #FFF337;
   color: #111 !important;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
@media screen and (max-width: 992px) {
   .ctano {
      padding: 0px 0px;
   }
   .ctano-wrapper {
      width: calc(100% + 40px);
      margin-left: -20px;
      padding: 40px 20px;
   }
   .ctano-title {
      font-size: 32px;
      font-style: normal;
      font-weight: 500;
      line-height: 40px; 
      margin-bottom: 32px;
   }
   .ctano-text {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      margin-bottom: 40px;
   }
}