.about-us-home-section {
    background-color: #F3F2EE;
    margin-top: 4.375rem;
}

.about-container-home {
    padding-top: 4.25rem;
}

.text-about-home .text-medium {
    font-weight: 400;
    line-height: 1.1;
    color: #000;
    padding-top: 2.5rem;
}

.row-all-about-home {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
}

.text-about-home {
    grid-area: 1 / 1 / 2 / 3;
}

.image-about-home-rows {
    grid-area: 1 / 3 / 2 / 4;
}

.row-image-about-home {
    grid-area: 1 / 4 / 3 / 6;
}

.bottom-block-about-home {
    grid-area: 2 / 1 / 3 / 4;
}

.image-about-home-rows img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.row-image-about-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-block-about-home img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.title-why-me {
    width: 20%;
}

.why-us-home {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
}

.right-why-us-home {
    width: 80%;
}

.block-image-text-why-us {
    display: flex;
    align-items: flex-end;
	gap:1.875rem;
}

.sub-left-why-me-home, .sub-right-why-me-home {
    flex: 1;
}

.sub-left-why-me-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-title-why-us-home {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 100%;
    padding-bottom:1.25rem;
}

.description-title-why-us-home {
    line-height: 1.1;
    max-width: 31rem;
}

.block-image-text-why-us:nth-child(2n) {
    flex-direction: row-reverse;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.mob-about {
	display:none;
}

@media (max-width:1450px) {
	.text-about-home .text-medium {
    font-size: 1.1rem;
}
	
	
}


@media (max-width:766px) {
	.row-all-about-home {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
}
	
.text-about-home {
    grid-area: auto;
}
	
	
	.row-image-about-home {
    grid-area: auto;
}
	
	.bottom-block-about-home {
    grid-area: auto;
}
	
	.text-about-home .text-medium {
		font-size:1rem;
		padding-top: 1.875rem;
	}
	

	
	.row-image-about-home {
		display:none;
	}
	
	.image-about-home-rows {
    display: none;
}
	
	.mob-about {
	display:block;
    padding-bottom: 1.25rem;
}
	
	.why-us-home {
    flex-direction: column;
}
	
.title-why-me {
    width: 100%;
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
}
	
	.right-why-us-home {
    width: 100%;
}
	
	.block-image-text-why-us {
    gap: 1.25rem;
    flex-direction: column;
}
	
	.sub-title-why-us-home.text-medium {
    font-size: 1rem;
    padding-bottom: 10px;
}
	
	.description-title-why-us-home.text-medium {
    font-size: 1rem;
}
	
	.block-image-text-why-us:nth-child(2n) {
    flex-direction: column;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
}
	
	
}