.static-img-info-1__text {
  padding: 3rem 1.5rem;
  color: #FFFFFF;
  border-radius: 8px; }
  .static-img-info-1__text p {
    margin-bottom: 0.5rem; }
  .static-img-info-1__text h3,
  .static-img-info-1__text h4 {
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 2rem;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem; }

.static-img-info-1__title {
  border-left: #f8962d 8px solid;
  padding-left: 20px; }

.static-img-info-1__logo {
  max-height: 70px;
  max-width: 60%; }

.static-img-info-1__card {
  border-radius: 8px;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.static-img-info-1__card-image-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 8px; }

.static-img-info-1 .card-body {
  color: #FFFFFF; }
  .static-img-info-1 .card-body h4 {
    color: #FFFFFF; }

@media only screen and (max-width: 576px) {
  .static-img-info-1__card {
    padding-top: 130px; }
  .static-img-info-1__large-img {
    min-height: 300px; } }

@media only screen and (min-width: 576px) {
  .static-img-info-1__card {
    padding-top: 130px; }
  .static-img-info-1__large-img {
    min-height: 300px; } }

@media only screen and (min-width: 768px) {
  .static-img-info-1__card {
    padding-top: 180px; } }

@media only screen and (min-width: 992px) {
  .static-img-info-1__large-img {
    border-radius: 8px; }
  .static-img-info-1__card {
    padding-top: 110px; } }

@media only screen and (min-width: 1200px) {
  .static-img-info-1__card {
    padding-top: 145px; } }
