.our_resources .our_resources_content > * {
  max-width: 550px;
}
.our_resources .row {
  justify-content: space-between;
}

.our_resources .our_resources_content,
.our_resources .our_resources_img {
  width: 50%;
}
.our_resources .our_resources_content p a {
  color: var(--theme-color);
  text-decoration: none;
}
.our_resources .our_resources_img .resourse-sub-img {
  max-width: 363px;
  float: inline-end;
  border-radius: 12px;
  border: 5px solid #fff;
  z-index: 1;
  position: absolute;
  top: auto;
  right: 0;
  left: auto;
  bottom: 0;
  height: auto;
}
.our_resources_content .resource_logo .logo_img {
  max-width: 205px;
  width: 100%;
  padding: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  display: flex;
  max-height: 80px;
  height: 100%;
  justify-content: center;
}
.our_resources_content .resource_logo {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 30px;
}
.our_resources .our_resources_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.our_resources .main-img {
  padding-right: 45px;
  padding-bottom: 70px;
}
.our_resources .our_resources_img_wrapper {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .our_resources .row {
    margin-left: -32px;
    margin-right: -32px;
  }
  .our_resources .row > div {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1199px) {
  .our_resources .our_resources_img .resourse-sub-img {
    max-width: 265px;
    margin-top: -130px;
  }
}
@media (max-width: 991px) {
  .our_resources .our_resources_content,
  .our_resources .our_resources_img {
    width: 100%;
    max-width: unset;
  }
  .our_resources .our_resources_img {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .our_resources_content .resource_logo {
    gap: 20px;
  }
  .our_resources .main-img {
    padding-right: 8%;
    padding-bottom: 11%;
  }
}
@media (max-width: 460px) {
  .our_resources .our_resources_img .resourse-sub-img {
    max-width: 50%;
    margin-top: -90px;
  }
  .our_resources_content .resource_logo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .our_resources_content .resource_logo .logo_img img {
    object-fit: contain;
    height: 35px;
  }
}
