.featured-section-homepage-widget-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

/* Outer padding / background control */
.featured-section-homepage-widget-holder {
  padding-bottom: 200px;
  padding-top: 200px;
}

.featured-section-homepage-widget-wrapper::after {
  width: 42%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-image: url('bg.jpg');
  background-position: right;
  background-size: cover;
  position: absolute;
}

.featured-logo-section {
  position: absolute;
  right: 100px;
  bottom: 0;
  z-index: 10;
  max-height: 97%;
}

.featured-logo-section img {
  width: auto;
  height: 100%;
}

/* Main layout */
.featured-section-homepage-widget {
  display: flex;
  align-items: start;
  max-width: 1400px;
  width: 1310px;
  margin: 0 auto;
  gap: 20px;
}

.featured-section-homepage-widget.align-left {
  flex-direction: row-reverse;
}

/* Image background */
.featured-section-homepage-widget .img-bg {
  width: 58%;
  max-width: 58%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: auto;
  top: 0;
  object-fit: cover;
  background-position: center;
  background-size: cover;
}

.featured-section-homepage-widget.align-right .img-bg {
  right: 0;
  left: auto;
}

/* Text box */
.featured-section-homepage-widget .text-content {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 7.5px 3px rgba(0, 0, 0, 0.10);
  padding: 50px 285px 50px 50px;
  flex: 1;
  max-width: 970px;
  position: relative;
  z-index: 6;
  margin-top: 200px;
  margin-bottom: 200px;
}

.featured-section-homepage-widget .text-content p:last-child {
  margin-bottom: 0;
}
.text-content .btn{
  margin-right: 15px;
}
@media only screen and (max-width: 2100px) {
  .featured-logo-section {
    width: 650px;
  }
}

@media only screen and (max-width: 1900px) {
  .featured-logo-section {
    width: 600px;
    right: 50px;
  }
}

@media only screen and (max-width: 1740px) {
  .featured-logo-section {
    width: 550px;
    right: 25px;
  }
}

@media only screen and (max-width: 1640px) {
  .featured-section-homepage-widget .text-content {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 1560px) {
  .featured-section-homepage-widget .text-content {
    margin-top: 120px;
    margin-bottom: 120px;
    padding-right: 400px;
  }

  .featured-logo-section {
    width: 500px;
  }
}

@media only screen and (max-width: 1460px) {
  .featured-logo-section {
    width: 450px;
  }

  .featured-logo-section {
    right: -25px;
  }
}

@media only screen and (max-width: 1360px) {
  .featured-section-homepage-widget {
    margin-right: 20px;
    margin-left: 20px;
  }
}

/* 960px */
@media only screen and (max-width: 960px) {
  .featured-section-homepage-widget .img-bg {
    width: 100%;
    height: 410px;
    right: 0;
    left: 0;
    max-width: 100%;
    background-position: center;
  }

  .featured-logo-section {
    width: 365px;
    right: 20px;
    bottom: -75px;
    max-width: 90%;
  }

  .featured-section-homepage-widget-wrapper::after {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background-image: url('bg-m.jpg');
    background-position: right;
    background-size: cover;
    position: absolute;
  }

  .featured-section-homepage-widget .text-content {
    margin-top: 360px;
    margin-bottom: 280px;
    padding: 50px 25px;
  }

  .featured-section-homepage-widget-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .featured-section-homepage-widget {
    flex-direction: column;
  }

  .featured-section-homepage-widget-wrapper::before {
    display: none;
  }

  .featured-section-homepage-widget-wrapper .text-content {
    width: 100%;
    max-width: 100%;
  }

  .featured-section-homepage-widget {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/* 560px */
@media only screen and (max-width: 560px) {}
