#customs_clearance_guide_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 100px 0;
  color: var(--second-color);
}
@media (min-width: 0px) and (max-width: 745px) {
  #customs_clearance_guide_container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#customs_clearance_guide_container .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}
#customs_clearance_guide_container .title-wrap p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8em;
  color: var(--accent-color);
  text-align: center;
}
#customs_clearance_guide_container .title-wrap p br {
  display: none;
}
@media (min-width: 0px) and (max-width: 745px) {
  #customs_clearance_guide_container .title-wrap p br {
    display: block;
  }
}
#customs_clearance_guide_container .desc-wrap p {
  font-size: 16px;
  font-weight: 600;
  line-height: 2em;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 745px) {
  #customs_clearance_guide_container .desc-wrap p {
    font-size: 15px;
  }
  #customs_clearance_guide_container .desc-wrap p br {
    display: none;
  }
}
#customs_clearance_guide_container .customs-clearance-view-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 40px;
  width: 100%;
  max-width: 746px;
  background: var(--boxbg-color);
  border-radius: 24px;
}
@media (min-width: 0px) and (max-width: 745px) {
  #customs_clearance_guide_container .customs-clearance-view-wrap {
    padding: 40px 0;
    background: transparent;
  }
}
#customs_clearance_guide_container .customs-clearance-view-wrap .img-box {
  width: 100%;
  max-width: 666px;
}
#customs_clearance_guide_container .customs-clearance-view-wrap .img-box img {
  width: 100%;
}
#customs_clearance_guide_container .customs-service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (min-width: 0px) and (max-width: 745px) {
  #customs_clearance_guide_container .customs-service-wrap {
    gap: 20px;
    width: 100%;
  }
}
#customs_clearance_guide_container .customs-service-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 0px) and (max-width: 745px) {
  #customs_clearance_guide_container .customs-service-wrap .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
#customs_clearance_guide_container .customs-service-wrap .btn-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 260px;
  height: 100px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #E1E5EF;
          box-shadow: inset 0 0 0 1px #E1E5EF;
  border-radius: 16px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (min-width: 0px) and (max-width: 745px) {
  #customs_clearance_guide_container .customs-service-wrap .btn-wrap a {
    width: 100%;
    height: 120px;
  }
}
#customs_clearance_guide_container .customs-service-wrap .btn-wrap a p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
#customs_clearance_guide_container .customs-service-wrap .btn-wrap a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#customs_clearance_guide_container .customs-service-wrap .btn-wrap a div .logo-customs {
  margin: 0 20px 0 7px;
}
#customs_clearance_guide_container .customs-service-wrap .btn-wrap a div svg path {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (hover: hover) and (pointer: fine) {
  #customs_clearance_guide_container .customs-service-wrap .btn-wrap a:hover {
    -webkit-box-shadow: inset 0 0 0 1px var(--accent-color);
            box-shadow: inset 0 0 0 1px var(--accent-color);
  }
  #customs_clearance_guide_container .customs-service-wrap .btn-wrap a:hover svg path {
    fill: var(--accent-color);
  }
  #customs_clearance_guide_container .customs-service-wrap .btn-wrap a:hover svg.icon-arrow path {
    stroke: var(--accent-color);
  }
}
#customs_clearance_guide_container .customs-service-wrap .btn-wrap a:active {
  -webkit-box-shadow: inset 0 0 0 1px var(--accent-color);
          box-shadow: inset 0 0 0 1px var(--accent-color);
}
#customs_clearance_guide_container .customs-service-wrap .btn-wrap a:active svg path {
  fill: var(--accent-color);
}
#customs_clearance_guide_container .customs-service-wrap .btn-wrap a:active svg.icon-arrow path {
  stroke: var(--accent-color);
}
#customs_clearance_guide_container .customs-service-wrap .desc p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  text-align: center;
}
#customs_clearance_guide_container .customs-service-wrap .desc p br {
  display: none;
}
@media (min-width: 0px) and (max-width: 745px) {
  #customs_clearance_guide_container .customs-service-wrap .desc p br {
    display: block;
  }
}
#customs_clearance_guide_container .glossary-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 746px;
}
#customs_clearance_guide_container .glossary-wrap h3 br {
  display: none;
}
@media (min-width: 0px) and (max-width: 745px) {
  #customs_clearance_guide_container .glossary-wrap h3 br {
    display: block;
  }
}
#customs_clearance_guide_container .glossary-wrap .glossary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media (min-width: 0px) and (max-width: 745px) {
  #customs_clearance_guide_container .glossary-wrap .glossary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#customs_clearance_guide_container .glossary-wrap .glossary li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
#customs_clearance_guide_container .glossary-wrap .glossary li .word {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}
#customs_clearance_guide_container .glossary-wrap .glossary li .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
  text-align: center;
  background: var(--boxbg-color);
  border-radius: 10px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 745px) {
  #customs_clearance_guide_container .glossary-wrap .glossary li .desc {
    font-size: 16px;
  }
  #customs_clearance_guide_container .glossary-wrap .glossary li .desc br {
    display: none;
  }
}