
.success {
   margin-top: 120px;
   margin-bottom: 132px;
}
.success-title {
   color: #111111;
   font-size: 36px;
   font-style: normal;
   font-weight: 500;
   line-height: 130%;
   margin-bottom: 40px;
}
.success-all-post {
   display: flex;
   align-items: center;
   justify-content: center;
   background: #FFF337;
   max-width: 100%;
   text-align: center;
   width: fit-content;
   height: 70px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 44px;
   color: #111111 !important;
   font-size: 18px;
   font-style: normal;
   font-weight: 600 !important;
   line-height: 24px;
   text-decoration: none !important;
   padding: 15px 35px;
}
.success-all-post:hover {
   background: #FDE512;
}
.success-block {
   padding: 50px 60px;
   background: #EFF8FF;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 40px;
}
.success-block:last-child {
   margin-bottom: 0px;
}
.success-block:nth-child(2){
   background: #E4F3F0;
}
.success-block-box {
   width: 46%;
}
.success-block-image {
   width: calc(54% - 120px);
}
.success-block-image img {
   display: block;
   width: 100%;
   height: auto;
}
.success-block-title {
   color: #111111;
   font-size: 28px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%;
   margin-bottom: 24px;
}
.success-block-tag {
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 24px;
}
.success-block-tag p {
   background: #FFF337;
   color:  #111111;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%;
   padding: 4px 10px;
}
.success-block-sub-title {
   color: #111111;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%;
   margin-bottom: 34px;
}
.success-block-table {
   margin-bottom: 32px;
}
.success-block-table-row {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.success-block-table-left {
   width: calc(40% - 13px);
   color:  #555555;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
}
.success-block-table-right {
   width: calc(48% - 13px);
   color: #111111;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
}
.success-block-btn {
   border: 1px solid #111111;
   color: #111111 !important;
   font-size: 15px;
   font-style: normal;
   font-weight: 600 !important;
   line-height: 24px;
   width: 110px;
   height: 44px;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: 0.25s;
   text-decoration: none !important;
}
.success-block-table-row{ 
   margin-bottom: 8px;
}
.success-block-table-row:last-child {
   margin-bottom: 0px;
}
.success-block-btn:hover {
   background: #111111;
   color: #FFFFFF !important;
}

.success .slick-dots {
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 20px;
   list-style-type: none;
}
.success .slick-dots  button {
   display: none;
}
.success .slick-dots li {
   width: 8px;
   height: 8px;
   border-radius: 100%;
   cursor: pointer;
   background: rgba(0,0,0,0.05);
   transition: 0.25s;
   margin-left: 4px;
   margin-right: 4px;
}
.success .slick-dots li.slick-active {
   background: #FFE20A;
}
@media screen and (max-width: 992px) {
   .success {
      margin-bottom: 100px;
      margin-top: 100px;
   }
   .success-blocks {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px;
   }
   .success-title {
      font-size: 32px;
      font-style: normal;
      font-weight: 500;
      line-height: 130%;
      margin-bottom: 40px;
   }
   .success-block {
      width: 500px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 32px 20px;
      margin-bottom: 20px;
   }
   .success-block-image {
      width: 340px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
   }
   .success-block-image img {
      display: block;
      width: 100%;
      height: auto;
      max-height: 332px;
      object-fit: contain;
      object-position: center;
   }
   .success-block-box {
      width: 100%;
   }
   .success-block-sub-title {
      margin-bottom: 24px;
   }
   .success-block-table-row {
      margin-bottom: 12px;
   }
   .success-all-post {
      margin-top: 40px;
   }
   .success-all-post {
      padding: 15px 20px;
   }
}
@media screen and (max-width: 600px) {
   .success-block {
      width: 336px;
      margin-right: 16px;
      margin-left: 0px;
   }
   .success-blocks {
      width: calc(100% + 20px);
      margin-left: 0px;
      margin-right: -20px;
   }
   .success-block {
      padding: 24px 16px 68px 16px;
   }
   .success-block-table {
      display: none;
   }
   .success-block {
      margin-bottom: 0px;
   }
   .success .slick-dots {
      margin-top: 24px;
   }
}
@media screen and (max-width: 375px) {
   .success-block {
      width: 280px;
   }
}