/*Colors*/
.color-orange{
 color: #F7921E;
}
.color-black{
   color: #32363F;
}

/*box__terminal-gnl*/
.box__terminal-gnl{
   padding: 80px 0;
   min-height: 700px;
   background-color: #F3F3F2;
}

/*content__terminal-gnl*/
.content__terminal-gnl h2,
.content__terminal-gnl p{
   font-size: 18px;
   font-weight: 400;
   line-height: 120%;
}
.content__terminal-gnl p:nth-of-type(1){
   margin: 24px 0 48px 0;
}

/*buttons__terminal-gnl*/
.buttons__terminal-gnl{
   gap: 21px;
}
.buttons__terminal-gnl > .buttons__item {
   background: #F26A36;
   padding: 16px 40px;
   border-radius: 42px;
   font-size: 16px;
   text-decoration: none;
}

@media screen and (max-width: 1000px) {
   /*box__terminal-gnl*/
   .box__terminal-gnl{
      background: none;
   }
   .content__terminal-gnl{
      padding-top: 40px;
   }
   .image__terminal-gnl{
      padding-bottom: 40px;
   }
   .buttons__terminal-gnl{
      padding-top: 50px;
   }
   .content__terminal-gnl h2, 
   .content__terminal-gnl p{
      font-size: 16px;
   }
   .buttons__terminal-gnl > .buttons__item{
      font-size: 13px;
   }
}