.card-photo-wrapper {
  padding: 0 71px; }

.bramy .card-photo-wrapper {
  max-width: 1420px; }
.bramy .card-photo {
  background-color: var(--primary-bg); }
  .bramy .card-photo h3 {
    font-size: 20rem; }
  .bramy .card-photo .photo {
    width: 240px;
    position: initial;
    margin-top: 20px; }
    .bramy .card-photo .photo img {
      height: 155px; }
  .bramy .card-photo .text {
    margin: 0;
    padding: 15px;
    padding-bottom: 0;
    box-shadow: none; }
  .bramy .card-photo .wrapper {
    box-shadow: 0px -7px 25px rgba(0, 0, 0, 0.07); }

.card-photo {
  margin-bottom: 30px; }
  .card-photo h3 {
    font-size: 35rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .card-photo p {
    text-align: center;
    color: var(--transparent-color1);
    margin-bottom: 0;
    flex: 1;
    font-size: 16rem; }
  .card-photo .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: none;
    position: relative; }
    .card-photo .wrapper .right-arrow {
      display: none !important; }
  .card-photo a.wrapper:hover {
    transform: scale(0.95); }
  .card-photo a.wrapper .right-arrow {
    display: flex !important;
    margin-top: 25px; }
  .card-photo .text {
    width: 100%;
    padding: 40px;
    height: 100%;
    padding-top: 15.5vw;
    margin-top: 90px;
    box-shadow: 0px -7px 25px rgba(0, 0, 0, 0.07); }
  .card-photo .photo {
    width: calc(100% - 30px);
    position: absolute;
    top: 0; }
    .card-photo .photo .image {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0; }
    .card-photo .photo img {
      width: 100%;
      height: 18.5vw;
      object-fit: cover; }
  .card-photo .text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .card-photo .right-arrow {
    display: flex;
    justify-content: flex-end; }
    .card-photo .right-arrow img {
      width: 20px;
      display: block; }

@media (max-width: 575.5px) {
  .card-photo {
    margin: 0 auto;
    margin-bottom: 30px; }
    .card-photo h3 {
      font-size: 23rem;
      margin-bottom: 10px; }
    .card-photo .photo img {
      height: 65vw; }
    .card-photo .text {
      padding: 20px 15px;
      margin-top: 46px;
      padding-top: 60vw; }
    .card-photo a.wrapper .right-arrow {
      margin-top: 15px; }

  .card-photo-wrapper {
    padding: 0 15px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-photo {
    max-width: 548px;
    margin: 0 auto;
    margin-bottom: 30px; }
    .card-photo h3 {
      font-size: 23rem; }
    .card-photo .photo img {
      height: 326px; }
    .card-photo .text {
      padding: 20px 15px;
      margin-top: 46px;
      padding-top: 300px; }
    .card-photo a.wrapper .right-arrow {
      margin-top: 15px; }

  .card-photo-wrapper {
    padding: 0 30px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-photo h3 {
    font-size: 23rem; }
  .card-photo .photo img {
    height: 26.5vw; }
  .card-photo .text {
    padding: 20px 15px;
    margin-top: 46px;
    padding-top: 23.5vw; }
  .card-photo a.wrapper .right-arrow {
    margin-top: 15px; }

  .card-photo-wrapper {
    padding: 0 30px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-photo h3 {
    font-size: 25rem; }
  .card-photo .text {
    padding: 20px 15px;
    margin-top: 46px;
    padding-top: 16.5vw; }
  .card-photo a.wrapper .right-arrow {
    margin-top: 15px; }

  .card-photo-wrapper {
    padding: 0 30px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .card-photo h3 {
    font-size: 30rem; }
  .card-photo .text {
    padding: 30px;
    padding-top: 14.5vw; }
  .card-photo a.wrapper .right-arrow {
    margin-top: 13px; }

  .card-photo-wrapper {
    padding: 0 50px; } }

/*# sourceMappingURL=card_photo.css.map */
