.finance-section-widget {
  display: flex;
  justify-content: center;
}

.finance-inner {
  display: flex;
  width: 1200px;
  max-width: 1200px;
  padding-left: 40px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background-color: #B4212D;
  background-image: url('financing-bg.jpg');
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.finance-image {
  width: 410px;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}

.finance-image img {
  margin-top: -109px;
}

.finance-text {
  max-width: 700px;
}

.finance-text h2,
.finance-text p {
  color: #FFF;
  margin-bottom: 25px;
}

.finance-content .finance-logo {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1240px) {
  .finance-inner{
    background-size: cover;
  }
  .finance-image {
    width: 300px;
  }
  .finance-image img{
    margin-top: -81px;
  }
  .finance-text h2, .finance-text p,
  .finance-content .finance-logo{
    margin-bottom: 15px;
  }
.finance-logo img{
  width: 180px;
}
  .finance-inner {
    padding-left: 20px;
  }

  .finance-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .finance-image {
    width: 350px;
  }
  .finance-inner {
    padding-left: 20px;
  }
  .finance-text h2, .finance-text p,
  .finance-content .finance-logo{
    margin-bottom: 10px;
  }
  .finance-image img {
	margin-top: -93px;
}
  .finance-content {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .finance-inner{
    flex-direction: column;
    padding: 0;
  }
  .finance-image{
    order: 1;
      width: 100%;
  }
  .finance-image img{
    width: 100%;
    margin-top: -158px;
  }
  .finance-content{
    order: 2;
    padding: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .finance-image img{
    margin-top: -140px;
  }
}
