.coffe-border .two-text {
  padding-bottom: 100px; }
  .coffe-border .two-text .text img {
    border: 6px solid var(--primary-bg); }

.padding-0 .two-text .text .container-block {
  padding-top: 0;
  padding-bottom: 0; }

.two-text.reverse .wrapper {
  flex-direction: row-reverse; }
.two-text .text {
  flex: 1 1 50%; }
  .two-text .text .image {
    display: flex;
    justify-content: center; }
  .two-text .text img {
    max-width: 600px;
    height: 455px;
    object-fit: cover;
    margin-bottom: 50px;
    border: 6px solid var(--element1-color);
    border-radius: 28px; }
.two-text .text2 .image:first-child img {
  border: none !important;
  border-radius: 0;
  object-fit: contain; }
.two-text .wrapper {
  justify-content: center; }

@media (max-width: 575.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column-reverse; }
  .two-text .wrapper {
    flex-direction: column-reverse; }
  .two-text .text {
    flex: 1 1 100%; }
    .two-text .text img {
      max-width: 285px;
      height: 185px; }

  .coffe-border .two-text {
    padding-bottom: 30px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column-reverse; }
  .two-text .wrapper {
    flex-direction: column-reverse; }
  .two-text .text {
    flex: 1 1 100%; }
    .two-text .text img {
      max-width: 420px;
      height: 320px; }

  .coffe-border .two-text {
    padding-bottom: 40px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .two-text.reverse .wrapper {
    flex-direction: column-reverse; }
  .two-text .wrapper {
    flex-direction: column-reverse; }
  .two-text .text {
    flex: 1 1 100%; }

  .coffe-border .two-text {
    padding-bottom: 50px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .two-text .text img {
    max-width: 420px;
    height: 320px; }

  .coffe-border .two-text {
    padding-bottom: 60px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .two-text .text img {
    max-width: 495px;
    height: 390px; } }

/*# sourceMappingURL=two_text.css.map */
