/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-factoryDetal-card .factory-name {
  font-size: 2.4rem;
  color: #4a4a4a;
  font-family: "Gotham-Black";
  padding-bottom: 1rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .cp-factoryDetal-card .factory-name {
      font-size: 1.8rem;
      padding-bottom: 0.2rem; } }

.cp-factoryDetal-card .factoryAddress {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4a4a4a;
  font-family: "Gotham-Book";
  padding-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .cp-factoryDetal-card .factoryAddress {
      font-size: 1.4rem; } }

.cp-factoryDetal-card .directionLink {
  color: #bd001c;
  font-family: "Gotham-Bold";
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-top: 2rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.cp-factoryDetal-card .icon {
  font-size: 3rem;
  color: #bd001c;
  margin-right: 0.6rem;
  font-weight: 600; }

.cp-factoryDetal-card .imgWrap img {
  border-radius: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-factoryDetal-card .imgWrap img {
      border-radius: 1.1rem; } }
