/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .title {
    font-size: 24px;
  }
  .top_sec {
    padding-top: 48px;
  }
  .train_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .train_hero {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
    padding: 46px 5%;
  }
  .train_hero .div_a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .train_hero .div_a .trust_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    color: #68644B;
    font-size: 0.8rem;
  }
  .train_hero .div_a .title {
    color: #287377;
    font-weight: 700;
    margin-top: 8px;
  }
  .train_hero .div_a .acc_dsc {
    font-size: 12px;
    font-weight: 500;
  }
  .train_hero .div_a .req_btn {
    width: -moz-max-content;
    width: max-content;
    background-color: rgba(0, 0, 0, 0.25);
    margin-top: 32px;
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .train_hero .div_a .req_btn .req_btn_child {
    height: 40px;
    background-color: #287377;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
  }
  .train_hero .div_a .req_btn .req_btn_child:hover {
    transform: translateY(-2px);
  }
  .train_hero .div_b {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .train_hero .div_b .img_1 {
    width: 70%;
  }
  .offer_cont {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 64px 5%;
    padding-top: 0;
  }
  .offer_cont .header_txt {
    font-size: 16px;
    font-weight: 600;
  }
  .offer_cont .row_cont {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .offer_cont .row_cont .row_1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .offer_cont .row_cont .row_1 .col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
  }
  .offer_cont .row_cont .row_1 .col .parag {
    font-size: 14px;
    font-weight: 600;
  }
  .offer_cont .row_cont .row_1 .col .req_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #287377;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
    transform: translateX(-40px);
    transition: all 0.4s linear;
  }
  .offer_cont .row_cont .row_1 .col .req_wrap .arrow {
    transition: all 0.4s linear;
    height: 32px;
    opacity: 0;
  }
  .offer_cont .row_cont .row_1 .col .line {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 2px;
  }
  .offer_cont .row_cont .row_1 .col:hover .req_wrap {
    transform: translateX(0);
  }
  .offer_cont .row_cont .row_1 .col:hover .req_wrap .arrow {
    opacity: 1;
  }
  .offer_cont .row_cont .row_2 {
    width: 0;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .title {
    font-size: 24px;
  }
  .top_sec {
    padding-top: 48px;
  }
  .train_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .train_hero {
    width: 100%;
    max-width: 767px;
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
    padding: 46px 5%;
  }
  .train_hero .div_a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .train_hero .div_a .trust_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    color: #68644B;
    font-size: 0.8rem;
  }
  .train_hero .div_a .title {
    color: #287377;
    font-weight: 700;
    margin-top: 8px;
  }
  .train_hero .div_a .acc_dsc {
    font-size: 12px;
    font-weight: 500;
  }
  .train_hero .div_a .req_btn {
    width: -moz-max-content;
    width: max-content;
    background-color: rgba(0, 0, 0, 0.25);
    margin-top: 32px;
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .train_hero .div_a .req_btn .req_btn_child {
    height: 40px;
    background-color: #287377;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
  }
  .train_hero .div_a .req_btn .req_btn_child:hover {
    transform: translateY(-2px);
  }
  .train_hero .div_b {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .train_hero .div_b .img_1 {
    width: 70%;
  }
  .offer_cont {
    width: 100%;
    max-width: 767px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 64px 5%;
    padding-top: 0;
  }
  .offer_cont .header_txt {
    font-size: 16px;
    font-weight: 600;
  }
  .offer_cont .row_cont {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .offer_cont .row_cont .row_1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .offer_cont .row_cont .row_1 .col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
  }
  .offer_cont .row_cont .row_1 .col .parag {
    font-size: 14px;
    font-weight: 600;
  }
  .offer_cont .row_cont .row_1 .col .req_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #287377;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
    transform: translateX(-40px);
    transition: all 0.4s linear;
  }
  .offer_cont .row_cont .row_1 .col .req_wrap .arrow {
    transition: all 0.4s linear;
    height: 32px;
    opacity: 0;
  }
  .offer_cont .row_cont .row_1 .col .line {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 2px;
  }
  .offer_cont .row_cont .row_1 .col:hover .req_wrap {
    transform: translateX(0);
  }
  .offer_cont .row_cont .row_1 .col:hover .req_wrap .arrow {
    opacity: 1;
  }
  .offer_cont .row_cont .row_2 {
    width: 0;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title {
    font-size: 32px;
  }
  .top_sec {
    padding-top: 64px;
  }
  .train_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .train_hero {
    width: 100%;
    max-width: 991px;
    display: flex;
    flex-direction: row;
    gap: 160px;
    padding: 80px 10%;
  }
  .train_hero .div_a {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .train_hero .div_a .trust_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    color: #68644B;
    font-size: 0.8rem;
  }
  .train_hero .div_a .title {
    color: #287377;
    font-weight: 700;
    margin-top: 8px;
  }
  .train_hero .div_a .acc_dsc {
    font-size: 1rem;
    font-weight: 500;
  }
  .train_hero .div_a .req_btn {
    width: -moz-max-content;
    width: max-content;
    background-color: rgba(0, 0, 0, 0.25);
    margin-top: 32px;
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .train_hero .div_a .req_btn .req_btn_child {
    height: 48px;
    background-color: #287377;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
  }
  .train_hero .div_a .req_btn .req_btn_child:hover {
    transform: translateY(-2px);
  }
  .train_hero .div_b {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .train_hero .div_b .img_1 {
    width: 100%;
  }
  .offer_cont {
    width: 100%;
    max-width: 991px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 80px 10%;
  }
  .offer_cont .header_txt {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .offer_cont .row_cont {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .offer_cont .row_cont .row_1 {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .offer_cont .row_cont .row_1 .col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
  }
  .offer_cont .row_cont .row_1 .col .parag {
    font-size: 1rem;
    font-weight: 600;
  }
  .offer_cont .row_cont .row_1 .col .req_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #287377;
    font-size: 0.8rem;
    font-weight: 600;
    gap: 8px;
    transform: translateX(-40px);
    transition: all 0.4s linear;
  }
  .offer_cont .row_cont .row_1 .col .req_wrap .arrow {
    transition: all 0.4s linear;
    height: 32px;
    opacity: 0;
  }
  .offer_cont .row_cont .row_1 .col .line {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 2px;
  }
  .offer_cont .row_cont .row_1 .col:hover .req_wrap {
    transform: translateX(0);
  }
  .offer_cont .row_cont .row_1 .col:hover .req_wrap .arrow {
    opacity: 1;
  }
  .offer_cont .row_cont .row_2 {
    width: 40%;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title {
    font-size: 40px;
  }
  .top_sec {
    padding-top: 64px;
  }
  .train_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .train_hero {
    width: 100%;
    max-width: 1199px;
    display: flex;
    flex-direction: row;
    gap: 160px;
    padding: 80px 10%;
  }
  .train_hero .div_a {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .train_hero .div_a .trust_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    color: #68644B;
    font-size: 0.8rem;
  }
  .train_hero .div_a .title {
    color: #287377;
    font-weight: 700;
    margin-top: 8px;
  }
  .train_hero .div_a .acc_dsc {
    font-size: 1rem;
    font-weight: 500;
  }
  .train_hero .div_a .req_btn {
    width: -moz-max-content;
    width: max-content;
    background-color: rgba(0, 0, 0, 0.25);
    margin-top: 32px;
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .train_hero .div_a .req_btn .req_btn_child {
    height: 48px;
    background-color: #287377;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
  }
  .train_hero .div_a .req_btn .req_btn_child:hover {
    transform: translateY(-2px);
  }
  .train_hero .div_b {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .train_hero .div_b .img_1 {
    width: 100%;
  }
  .offer_cont {
    width: 100%;
    max-width: 1199px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 80px 10%;
  }
  .offer_cont .header_txt {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .offer_cont .row_cont {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .offer_cont .row_cont .row_1 {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .offer_cont .row_cont .row_1 .col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
  }
  .offer_cont .row_cont .row_1 .col .parag {
    font-size: 1rem;
    font-weight: 600;
  }
  .offer_cont .row_cont .row_1 .col .req_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #287377;
    font-size: 0.8rem;
    font-weight: 600;
    gap: 8px;
    transform: translateX(-40px);
    transition: all 0.4s linear;
  }
  .offer_cont .row_cont .row_1 .col .req_wrap .arrow {
    transition: all 0.4s linear;
    height: 32px;
    opacity: 0;
  }
  .offer_cont .row_cont .row_1 .col .line {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 2px;
  }
  .offer_cont .row_cont .row_1 .col:hover .req_wrap {
    transform: translateX(0);
  }
  .offer_cont .row_cont .row_1 .col:hover .req_wrap .arrow {
    opacity: 1;
  }
  .offer_cont .row_cont .row_2 {
    width: 40%;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .title {
    font-size: 48px;
  }
  .top_sec {
    padding-top: 64px;
  }
  .train_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .train_hero {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    gap: 160px;
    padding: 80px 10%;
  }
  .train_hero .div_a {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .train_hero .div_a .trust_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    color: #68644B;
    font-size: 0.8rem;
  }
  .train_hero .div_a .title {
    color: #287377;
    font-weight: 700;
    margin-top: 8px;
  }
  .train_hero .div_a .acc_dsc {
    font-size: 1rem;
    font-weight: 500;
  }
  .train_hero .div_a .req_btn {
    width: -moz-max-content;
    width: max-content;
    background-color: rgba(0, 0, 0, 0.25);
    margin-top: 32px;
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .train_hero .div_a .req_btn .req_btn_child {
    height: 48px;
    background-color: #287377;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
  }
  .train_hero .div_a .req_btn .req_btn_child:hover {
    transform: translateY(-2px);
  }
  .train_hero .div_b {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .train_hero .div_b .img_1 {
    width: 100%;
  }
  .offer_cont {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 80px 10%;
  }
  .offer_cont .header_txt {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .offer_cont .row_cont {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .offer_cont .row_cont .row_1 {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .offer_cont .row_cont .row_1 .col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
  }
  .offer_cont .row_cont .row_1 .col .parag {
    font-size: 1rem;
    font-weight: 600;
  }
  .offer_cont .row_cont .row_1 .col .req_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #287377;
    font-size: 0.8rem;
    font-weight: 600;
    gap: 8px;
    transform: translateX(-40px);
    transition: all 0.4s linear;
  }
  .offer_cont .row_cont .row_1 .col .req_wrap .arrow {
    transition: all 0.4s linear;
    height: 32px;
    opacity: 0;
  }
  .offer_cont .row_cont .row_1 .col .line {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 2px;
  }
  .offer_cont .row_cont .row_1 .col:hover .req_wrap {
    transform: translateX(0);
  }
  .offer_cont .row_cont .row_1 .col:hover .req_wrap .arrow {
    opacity: 1;
  }
  .offer_cont .row_cont .row_2 {
    width: 40%;
  }
}
.sample {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
}/*# sourceMappingURL=training_page.css.map */