.gtb {
   padding-top: 100px;
   padding-bottom: 100px;
}
.gtb-top {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 60px;
}
.gtb-top-left {
   width: 1px;
   flex-grow: 2;
}
.gtb-top-right {
   width: 220px;
   min-width: 220px;
   display: flex;
   justify-content: flex-end;
}
.gtb-top-btn {
   display: flex;
   align-items: center;
   justify-content: center;
   background: #FFF337;
   width: 165px;
   height: 70px;
   max-width: 100%;
   color: #111;
   font-size: 18px;
   font-style: normal;
   font-weight: 600 !important;
   line-height: 24px;
   text-decoration: none !important; 
}
.gtb-top-btn:hover {
   box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.gtb-title {
   color: #111;
   font-size: 36px;
   font-style: normal;
   font-weight: 500;
   line-height: 130%; 
   margin-bottom: 20px;
}
.gtb-text{ 
   color: #888;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 150%;
}
.gtb-flex {
   display: flex;
   flex-wrap: wrap;
   margin-left: -16px;
   margin-right: -16px;
}
.gtb-item {
   width: calc(33.33% - 32px);
   margin-left: 16px;
   margin-right: 16px;
   border: 1px solid #E8E8E8;
   position: relative;
}
.gtb-item-image {
   width: 100%;
   height: 240px;
}
.gtb-item-image img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}
.gtb-item-title{ 
   padding: 24px 24px 32px 24px;
   color: #111;
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: 150%; 
}
.gtb-item-permailnk {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: 20;
}
@media screen and (max-width: 992px) {
   .gtb {
      padding-top: 60px;
      padding-bottom: 60px;
   }
   .gtb-top {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 32px;
   }
   .gtb .wrapper {
      position: relative;
      padding-bottom: 110px;
   }
   .gtb-top-right {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      display: flex;
      justify-content: center;
   }
   .gtb-top-left{ 
      width: 100%;
   }
   .gtb-title {
      font-size: 36px;
      font-style: normal;
      font-weight: 500;
      line-height: 130%;
      text-align: center;
      margin-bottom: 24px;
   }
   .gtb-text{ 
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      text-align: center;
   }
   .gtb-flex {
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }
   .gtb-item {
      width: 350px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 32px;
   }
   .gtb-item:first-child {
      margin-top: 0px;
   }
   .gtb-item-title {
      padding: 16px 16px 32px 16px;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%; 
   }
   
}