/* CSS Document */

.categoryBox2 .categoryList2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.categoryBox2 .categoryList2 li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 13px 26px 13px;
}
.categoryBox2 .categoryList2 li .Img {
  width: 355px;
  border-radius: 10px 0 0 10px;
}
.categoryBox2 .categoryList2 li .Img a {
  display: block;
  line-height: 0;
}
.categoryBox2 .categoryList2 li .Img img {
  width: 100%;
  border-radius: 10px 0 0 10px;
}
.categoryBox2 .categoryList2 li .Txt {
  padding: 21px 40px;
  width: calc(100% - 355px);
  border-radius: 0 10px 10px 0;
  background-color: #ffffff;
}
.categoryBox2 .categoryList2 li .txtBox .title {
  color: #ff953a;
  height: 25px;
  font-size: 16px;
}
.categoryBox2 .categoryList2 li .txtBox .title a {
  color: #ff953a;
}
.categoryBox2 .categoryList2 li .txtBox .title a span {
  font-family: "Poppins";
  text-transform: uppercase;
  padding-left: 10px;
  display: inline-block;
}
.categoryBox2 .categoryList2 li .txtBox p {
  margin-top: 13px;
  height: 58px;
  overflow-y: auto;
}
.categoryBox2 .categoryList2 li .txtBox p::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.categoryBox2 .categoryList2 li .txtBox p::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.categoryBox2 .categoryList2 li .txtBox p::-webkit-scrollbar-thumb {
  background: #ff953a;
  border: 0px none #ff953a;
  border-radius: 0px;
}
.categoryBox2 .categoryList2 li .txtBox p::-webkit-scrollbar-thumb:hover {
  background: #ff953a;
}
.categoryBox2 .categoryList2 li .txtBox p::-webkit-scrollbar-thumb:active {
  background: #ff953a;
}
.categoryBox2 .categoryList2 li .txtBox p::-webkit-scrollbar-track {
  background: #e6e6e6;
  border: 0px none #ffffff;
  border-radius: 0px;
}
.categoryBox2 .categoryList2 li .txtBox p::-webkit-scrollbar-track:hover {
  background: #e6e6e6;
}
.categoryBox2 .categoryList2 li .txtBox p::-webkit-scrollbar-track:active {
  background: #e6e6e6;
}
.categoryBox2 .categoryList2 li .txtBox p::-webkit-scrollbar-corner {
  background: transparent;
}
.categoryBox2 .categoryList2 li .btnBox {
  padding-top: 0px;
}
@media (min-width: 1401px) and (max-width: 1536px) {
  .categoryBox2 .categoryList2 li .Img {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 300px;
    overflow: hidden;
  }
  .categoryBox2 .categoryList2 li .Img img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .categoryBox2 .categoryList2 li .Img,
.categoryBox2 .categoryList2 li .Txt {
    width: 50%;
  }
}
@media (max-width: 1400px) {
  .categoryBox2 .categoryList2 {
    max-width: 1100px;
    margin: auto;
  }
  .categoryBox2 .categoryList2 li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .categoryBox2 .categoryList2 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
  .categoryBox2 .categoryList2 li .Img,
.categoryBox2 .categoryList2 li .Txt {
    width: 100%;
  }
  .categoryBox2 .categoryList2 li .Img {
    border-radius: 10px 10px 0 0;
  }
  .categoryBox2 .categoryList2 li .Img img {
    border-radius: 10px 10px 0 0;
  }
  .categoryBox2 .categoryList2 li .Txt {
    padding: 25px 10px;
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 640px) {
  .categoryBox2 .categoryList2 {
    margin: 0;
  }
  .categoryBox2 .categoryList2 li {
    width: 100%;
    padding: 0 10px 26px 10px;
  }
  .categoryBox2 .categoryList2 li .txtBox .title,
.categoryBox2 .categoryList2 li .txtBox p {
    height: auto;
  }
}