section.why-choose-section { text-align: center; margin-top: 20px; .section-grid { display: flex; flex: 1; flex-wrap: wrap; }//.section-grid .why-choose-block { width: 22%; margin-right: 4%; margin-top: 40px; &:nth-child(4n) { margin-right: 0; } .block-img { margin-bottom: 30px; font-size: 3.75em; color: $primary_color; line-height: 1; }//.block-img .block-title { margin-top: 0; margin-bottom: 0; font-size: 1em; line-height: 1.5; }//.block-title .block-content { margin-top: 5px; font-size: 0.875em; }//.block-content }//.why-choose-block }//section.why-choose-section @media screen and (max-width: 1024px) { section.why-choose-section { .why-choose-block { width: 48%; &:nth-child(2n) { margin-right: 0; } }//.why-choose-block }//section.why-choose-section }//max-width: 1024px @media screen and (max-width: 767px) { section.why-choose-section { margin-top: 60px; .section-grid { flex-direction: column; } .why-choose-block { width: 100%; margin-right: 0; }//.why-choose-block }//section.why-choose-section }//max-width: 767px