/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .title {
    font-size: 24px;
  }
  .top_sec {
    padding-top: 48px;
  }
  .acc_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: all 0.5s linear;
  }
  .acc_navigation {
    position: sticky;
    top: 48px;
    z-index: 99999;
  }
  .acc_navigation .acc_navigation_child {
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 5%;
    gap: 32px;
  }
  .acc_navigation .acc_navigation_child .links {
    color: rgba(40, 115, 119, 0.5);
    font-size: 10px;
    font-weight: 600;
    position: relative;
  }
  .acc_navigation .acc_navigation_child .links::before {
    content: "";
    z-index: 9;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #287377;
    bottom: 0;
    transform: translateY(12px);
    border-radius: 1px;
    transition: all 0.5s linear;
    transform-origin: center;
  }
  .acc_navigation .acc_navigation_child .active {
    color: #287377;
  }
  .acc_navigation .acc_navigation_child .active::before {
    width: 100%;
  }
  .acc_hero {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    padding: 64px 5%;
  }
  .acc_hero .wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .acc_hero .wrap .title {
    color: #287377;
    font-weight: 700;
  }
  .acc_hero .wrap .desc {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
  }
  .headings {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }
  .headings .h_txt {
    font-size: 24px;
    font-weight: 600;
    color: #287377;
    line-height: 100%;
  }
  .book_cont {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    padding: 64px 5%;
  }
  .book_cont .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .book_cont .wrapper .wrap_a {
    width: 100%;
    display: flex;
  }
  .book_cont .wrapper .wrap_a .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .book_cont .wrapper .wrap_b {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .book_cont .wrapper .wrap_b .ds {
    font-size: 12px;
    font-weight: 500;
  }
}
/* 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;
  }
  .acc_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: all 0.5s linear;
  }
  .acc_navigation {
    position: sticky;
    top: 48px;
    z-index: 99999;
  }
  .acc_navigation .acc_navigation_child {
    width: 100%;
    max-width: 767px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 5%;
    gap: 32px;
  }
  .acc_navigation .acc_navigation_child .links {
    color: rgba(40, 115, 119, 0.5);
    font-size: 12px;
    font-weight: 600;
    position: relative;
  }
  .acc_navigation .acc_navigation_child .links::before {
    content: "";
    z-index: 9;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #287377;
    bottom: 0;
    transform: translateY(12px);
    border-radius: 1px;
    transition: all 0.5s linear;
    transform-origin: center;
  }
  .acc_navigation .acc_navigation_child .active {
    color: #287377;
  }
  .acc_navigation .acc_navigation_child .active::before {
    width: 100%;
  }
  .acc_hero {
    width: 100%;
    max-width: 767px;
    display: flex;
    justify-content: center;
    padding: 64px 5%;
  }
  .acc_hero .wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .acc_hero .wrap .title {
    color: #287377;
    font-weight: 700;
  }
  .acc_hero .wrap .desc {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
  }
  .headings {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }
  .headings .h_txt {
    font-size: 24px;
    font-weight: 600;
    color: #287377;
    line-height: 100%;
  }
  .book_cont {
    width: 100%;
    max-width: 767px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    padding: 64px 5%;
  }
  .book_cont .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .book_cont .wrapper .wrap_a {
    width: 100%;
    display: flex;
  }
  .book_cont .wrapper .wrap_a .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .book_cont .wrapper .wrap_b {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .book_cont .wrapper .wrap_b .ds {
    font-size: 12px;
    font-weight: 500;
  }
}
/* 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;
  }
  .acc_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: all 0.5s linear;
  }
  .acc_navigation {
    position: sticky;
    top: 64px;
    z-index: 99999;
  }
  .acc_navigation .acc_navigation_child {
    width: 100%;
    max-width: 991px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 10%;
    gap: 32px;
  }
  .acc_navigation .acc_navigation_child .links {
    color: rgba(40, 115, 119, 0.5);
    font-size: 16px;
    font-weight: 600;
    position: relative;
  }
  .acc_navigation .acc_navigation_child .links::before {
    content: "";
    z-index: 9;
    position: absolute;
    width: 0;
    height: 4px;
    background-color: #287377;
    bottom: 0;
    transform: translateY(12px);
    border-radius: 2px;
    transition: all 0.5s linear;
    transform-origin: center;
  }
  .acc_navigation .acc_navigation_child .active {
    color: #287377;
  }
  .acc_navigation .acc_navigation_child .active::before {
    width: 100%;
  }
  .acc_hero {
    width: 100%;
    max-width: 991px;
    display: flex;
    justify-content: center;
    gap: 32px;
    padding: 64px 10%;
  }
  .acc_hero .wrap {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .acc_hero .wrap .title {
    color: #287377;
    font-weight: 700;
  }
  .acc_hero .wrap .desc {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
  }
  .headings {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }
  .headings .h_txt {
    font-size: 32px;
    font-weight: 600;
    color: #287377;
    line-height: 100%;
  }
  .book_cont {
    width: 100%;
    max-width: 991px;
    display: flex;
    padding: 64px 10%;
  }
  .book_cont .wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 64px;
  }
  .book_cont .wrapper .wrap_a {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .book_cont .wrapper .wrap_a .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .book_cont .wrapper .wrap_b {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .book_cont .wrapper .wrap_b .ds {
    font-size: 12px;
    font-weight: 500;
  }
}
/* 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;
  }
  .acc_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: all 0.5s linear;
  }
  .acc_navigation {
    position: sticky;
    top: 0;
    z-index: 99999;
  }
  .acc_navigation .acc_navigation_child {
    width: 100%;
    max-width: 1199px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 10%;
    gap: 64px;
  }
  .acc_navigation .acc_navigation_child .links {
    color: rgba(40, 115, 119, 0.5);
    font-size: 1rem;
    font-weight: 600;
    position: relative;
  }
  .acc_navigation .acc_navigation_child .links::before {
    content: "";
    z-index: 9;
    position: absolute;
    width: 0;
    height: 4px;
    background-color: #287377;
    bottom: 0;
    transform: translateY(12px);
    border-radius: 2px;
    transition: all 0.5s linear;
    transform-origin: center;
  }
  .acc_navigation .acc_navigation_child .active {
    color: #287377;
  }
  .acc_navigation .acc_navigation_child .active::before {
    width: 100%;
  }
  .acc_hero {
    width: 100%;
    max-width: 1199px;
    display: flex;
    justify-content: center;
    padding: 80px 10%;
  }
  .acc_hero .wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .acc_hero .wrap .title {
    color: #287377;
    font-weight: 700;
  }
  .acc_hero .wrap .desc {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
  }
  .headings {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }
  .headings .h_txt {
    font-size: 40px;
    font-weight: 600;
    color: #287377;
    line-height: 100%;
  }
  .book_cont {
    width: 100%;
    max-width: 1199px;
    display: flex;
    padding: 80px 10%;
  }
  .book_cont .wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 64px;
  }
  .book_cont .wrapper .wrap_a {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .book_cont .wrapper .wrap_a .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .book_cont .wrapper .wrap_b {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .book_cont .wrapper .wrap_b .ds {
    font-size: 1rem;
    font-weight: 500;
  }
}
/* 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;
  }
  .acc_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: all 0.5s linear;
  }
  .acc_navigation {
    position: sticky;
    top: 0;
    z-index: 99999;
  }
  .acc_navigation .acc_navigation_child {
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 10%;
    gap: 64px;
  }
  .acc_navigation .acc_navigation_child .links {
    color: rgba(40, 115, 119, 0.5);
    font-size: 1rem;
    font-weight: 600;
    position: relative;
  }
  .acc_navigation .acc_navigation_child .links::before {
    content: "";
    z-index: 9;
    position: absolute;
    width: 0;
    height: 4px;
    background-color: #287377;
    bottom: 0;
    transform: translateY(12px);
    border-radius: 2px;
    transition: all 0.5s linear;
    transform-origin: center;
  }
  .acc_navigation .acc_navigation_child .active {
    color: #287377;
  }
  .acc_navigation .acc_navigation_child .active::before {
    width: 100%;
  }
  .acc_hero {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: center;
    padding: 80px 10%;
  }
  .acc_hero .wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .acc_hero .wrap .title {
    color: #287377;
    font-weight: 700;
  }
  .acc_hero .wrap .desc {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
  }
  .headings {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }
  .headings .h_txt {
    font-size: 48px;
    font-weight: 600;
    color: #287377;
    line-height: 100%;
  }
  .book_cont {
    width: 100%;
    max-width: 1440px;
    display: flex;
    padding: 80px 10%;
  }
  .book_cont .wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 64px;
  }
  .book_cont .wrapper .wrap_a {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .book_cont .wrapper .wrap_a .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .book_cont .wrapper .wrap_b {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .book_cont .wrapper .wrap_b .ds {
    font-size: 1rem;
    font-weight: 500;
  }
}/*# sourceMappingURL=about_us.css.map */