section.featureds-section {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
}

.featureds-section .container {
    max-width: 100%;
	padding: 0;
}

.featureds-inner {
    background-color: #F3EFED;
    display: flex;
    flex-wrap: wrap;
}

.featureds-image {
    width: 50%;
    position: relative;
    
}

.featureds-image-text {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    z-index: 99999999;
    height: 100%;
    padding: 50px;
}

.featureds-image:after {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgb(62 54 43 / 0%) 0%, #3e362bd9 98%);
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
}

.featureds-content {
    width: 50%;
    padding: 80px;
    text-align: center;
}

.featureds-list {
    border-bottom: solid 1px #bbb7b7;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 16px;
    margin-bottom: 21px;
    text-align: left;
}

.featureds-list-img {
    width: 130px;
}

.featureds-list-text {
    width: calc(100% - 130px);
    padding-left: 20px;
}

.featureds-list-text h5 {
    color: #f15812;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.featureds-list-text h3 {
    font-size: 20px;
    color: #3E362B;
    font-family: "Archivo Black", sans-serif;
    line-height: 1.12;
    margin-top: 10px;
}

.featureds-inner:nth-child(even) {
    flex-direction: row-reverse;
}

.featureds-image-text h5 {
    color: #f15812;
    font-size: 20px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.featureds-image-text h2 {
    font-size: 64px;
    text-transform: uppercase;
    color: #fff;
}
.featureds-image img {
    width: 100%;
}
.featureds-list-img img {
    border-radius: 6px;
    height: 75px;
    width: 130px;
}
.featureds-inner:nth-child(even) .featureds-image-text {
    right: unset;
    left: 0;
    text-align: left;
}
@media(max-width: 1200px) {
	.featureds-image-text h2 {
    font-size: 50px;
}
}
@media (max-width: 1024px) {
    .featureds-image-text h2 {
        font-size: 36px !important;
    }
	.featureds-list-img img {
    height: 90px;
}
	.featureds-list-text h3 {
    font-size: 16px;
}
	.featureds-content {
  
    padding: 45px;
}
}
@media (max-width: 992px) {
    section.featureds-section {
        margin-top: 55px;
    }
	.featureds-image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
	.featureds-content {
    width: 100%;
    padding: 20px 0 40px;
}
	.featureds-list {
    padding-left: 20px;
    padding-right: 20px;
}
	.featureds-list-text {
    padding-left: 15px;
}
	.featureds-list-text h3 {
    font-size: 18px;
}
	.featureds-image picture {
    width: 100%;
}
}
@media(max-width: 767px) {

.featureds-image-text {
    padding: 20px;
    right: unset;
    left: 0;
    text-align: left;
}
		.featureds-list-img {
    width: 100%;
}
	.featureds-list-text {
    padding-left: 0;
    width: 100%;
}
	.featureds-list-img img {
  
    width: 100%;
    height: 200px;
    object-fit: cover;
}
	.featureds-list-text h5 {
    margin-top: 15px;
}
}