.yoobic-value-prop-section {
    padding-bottom: 48px;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.yoobic-value-prop-section .yb-heading {
    margin: 0;
}
.yoobic-value-prop-section .yoobic-main-title-wrapper {
    display: flex;
    gap: 34px;
    flex-direction: column;
    max-width: 650px;
    margin-bottom: 64px;
}
.yoobic-features-value-wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yoobic-feature-value-item {
    border: 1px solid #EDEAE3;
    border-radius: 24px;
    box-shadow: 4px 4px 24px 0px #010E3A0D;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.yoobic-feature-value-pops-wrapper {
    display: flex;
    gap: 24px;
}
.yoobic-value-prop-section .yoobic-main-title-wrapper {
    text-align: left;
}
.yoobic-feature-value-pops-wrapper .yoobic-feature-value-image {
    flex: 0 0 34%;
    border-radius: 24px;
    overflow: hidden;
}
.yoobic-feature-value-pops-wrapper .yoobic-feature-value-image img {
    height: 100%;
    object-fit: cover;
}
.yoobic-feature-value-image-mob {
    display: none;
}
@media screen and ( max-width: 991px ) {
.yoobic-value-prop-section .yoobic-main-title-wrapper {
    gap: 16px;
    margin-bottom: 32px;
}
}
@media screen and ( max-width: 768px ) {
.yoobic-feature-value-pops-wrapper {
    flex-direction: column-reverse;
}
.yoobic-feature-value-pops-wrapper .yoobic-feature-value-image img {
    margin: 0 auto;
    border-radius: 24px;
    max-height: 500px;
}
.yoobic-value-prop-section {
    padding-bottom: 32px;
}
.yoobic-feature-value-item {
    padding: 32px;
}
.yoobic-value-prop-section .yoobic-main-title-wrapper {
    max-width: 100%;
    text-align: center;
}
}
@media screen and ( max-width: 667px ) {
  .yoobic-feature-value-pops-wrapper .yoobic-feature-value-image {
    display: none;
}
.yoobic-features-value-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.yoobic-feature-value-image-mob {
    display: block;
    text-align: center;
}
.yoobic-feature-value-image-mob img {
   border-radius: 16px;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  display: block;
	height: 320px
}

}