.photo-faq .photo .image {
  margin: 0; }
.photo-faq .text h2 {
  font-weight: 700;
  font-size: 30rem;
  color: #231F20;
  margin-bottom: 20rem; }
.photo-faq .text p {
  font-weight: 400;
  font-size: 14px;
  color: #464646; }
.photo-faq .faq {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .photo-faq .faq .one-item {
    overflow: hidden;
    border-bottom: none;
    margin-bottom: 15px;
    border-radius: 12px; }
    .photo-faq .faq .one-item .title {
      font-size: 16px;
      line-height: 31px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      position: relative;
      padding: 18px 30px;
      border: none;
      width: 100%;
      text-transform: initial;
      text-align: left;
      white-space: normal;
      background-color: var(--light-bg);
      border-radius: 0;
      color: #231F20;
      font-weight: 700; }
      .photo-faq .faq .one-item .title .roll {
        transition: 0.2s;
        -webkit-transition: 0.2s;
        width: 40px;
        height: 40px;
        flex: none;
        order: 1;
        flex-grow: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
        border-radius: 0;
        margin-left: auto; }
        .photo-faq .faq .one-item .title .roll .caret {
          transition: 0.3s;
          -webkit-transition: 0.3s;
          width: 16px;
          height: 16px;
          background-image: url(/img/photo-faq-caret.svg);
          background-size: contain;
          background-repeat: no-repeat; }
        .photo-faq .faq .one-item .title .roll.open .caret {
          transform: rotateX(180deg); }
      .photo-faq .faq .one-item .title:hover, .photo-faq .faq .one-item .title:focus {
        transform: none;
        background-color: #F7F7F7;
        outline: none !important;
        box-shadow: none !important; }
    .photo-faq .faq .one-item p, .photo-faq .faq .one-item ul li, .photo-faq .faq .one-item ol li, .photo-faq .faq .one-item a, .photo-faq .faq .one-item td {
      font-size: 14px;
      color: #464646; }
      .photo-faq .faq .one-item p:last-child, .photo-faq .faq .one-item ul li:last-child, .photo-faq .faq .one-item ol li:last-child, .photo-faq .faq .one-item a:last-child, .photo-faq .faq .one-item td:last-child {
        margin-bottom: 0; }
    .photo-faq .faq .one-item .item-body {
      display: none;
      padding: 20px;
      padding-left: 30px;
      background-color: var(--light-bg); }

@media (max-width: 575.5px) {
  .photo-faq .photo {
    margin-bottom: 30px; }
  .photo-faq .text {
    margin-bottom: 10px; }
  .photo-faq .faq .one-item .title {
    padding: 10px 15px;
    font-size: 15px; }
  .photo-faq .faq .one-item .item-body {
    padding-left: 15px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .photo-faq .photo {
    margin-bottom: 30px; }
  .photo-faq .text {
    margin-bottom: 10px; }
  .photo-faq .faq .one-item .title {
    padding: 10px 30px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .photo-faq .photo {
    margin-bottom: 30px; }
  .photo-faq .text {
    margin-bottom: 10px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .photo-faq .faq .one-item .title {
    padding: 10px 30px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .photo-faq .faq .one-item .title {
    padding: 10px 30px; } }

/*# sourceMappingURL=photo_faq.css.map */
