/* Extra small devices (phones, 360px and down) max-width: 360; */
.other_services {
  max-width: 360px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
  background: #F6F6F6;
}
.other_services .container {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.other_services .container .title {
  font-size: 1.3rem;
}
.other_services .container .o_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.other_services .container .o_wrap .row_1 {
  width: 100%;
}
.other_services .container .o_wrap .row_1 .svg_wrapper {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.other_services .container .o_wrap .row_1 .svg_wrapper img {
  width: 75%;
}
.other_services .container .o_wrap .row_1 .svg_wrapper .poin {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
}
.other_services .container .o_wrap .row_wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 28% 28% 28%;
  align-items: center;
  justify-content: space-between;
  gap: 5vw;
}
.other_services .container .o_wrap .row_wrapper .wrapp {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 20px;
}
.other_services .container .o_wrap .row_wrapper .wrapp img {
  width: 40px;
}

/* small devices (phones,  360px and up) max-width: 600;  */
@media only screen and (min-width: 360px) {
  .other_services {
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 0;
    background: #F6F6F6;
  }
  .other_services .container {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .other_services .container .title {
    font-size: 1.7rem;
  }
  .other_services .container .o_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
  .other_services .container .o_wrap .row_1 {
    width: 100%;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper img {
    width: 75%;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper .poin {
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
  }
  .other_services .container .o_wrap .row_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 28% 28% 28%;
    align-items: center;
    justify-content: space-between;
    gap: 5vw;
  }
  .other_services .container .o_wrap .row_wrapper .wrapp {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 20px;
  }
  .other_services .container .o_wrap .row_wrapper .wrapp img {
    width: 48px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) max-width: 768px;  */
@media only screen and (min-width: 600px) {
  .other_services {
    max-width: 768px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 0;
    background: #F6F6F6;
  }
  .other_services .container {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .other_services .container .title {
    font-size: 2.2rem;
  }
  .other_services .container .o_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
  .other_services .container .o_wrap .row_1 {
    width: 100%;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper img {
    width: 75%;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper .poin {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .other_services .container .o_wrap .row_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 28% 28% 28%;
    align-items: center;
    justify-content: space-between;
    gap: 5vw;
  }
  .other_services .container .o_wrap .row_wrapper .wrapp {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 20px;
  }
  .other_services .container .o_wrap .row_wrapper .wrapp img {
    width: 64px;
  }
}
/* Medium devices (landscape tablets, 768px and up) max-width: 992px;  */
@media only screen and (min-width: 768px) {
  .other_services {
    max-width: 992px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 82px 0;
    background: #F6F6F6;
  }
  .other_services .container {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
  .other_services .container .title {
    font-size: 3rem;
  }
  .other_services .container .o_wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }
  .other_services .container .o_wrap .row_1 {
    width: 42%;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper img {
    width: 80%;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper .poin {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .other_services .container .o_wrap .row_wrapper {
    width: 50%;
    display: grid;
    grid-template-columns: 29% 29% 29%;
    align-items: center;
    justify-content: space-between;
    gap: 3vw;
  }
  .other_services .container .o_wrap .row_wrapper .wrapp {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 32px;
  }
  .other_services .container .o_wrap .row_wrapper .wrapp img {
    width: 48px;
  }
}
/* Large devices (laptops/desktops, 992px and up) max-width: 1200px;  */
@media only screen and (min-width: 992px) {
  .other_services {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 82px 0;
    background: #F6F6F6;
  }
  .other_services .container {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
  .other_services .container .title {
    font-size: 3rem;
  }
  .other_services .container .o_wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }
  .other_services .container .o_wrap .row_1 {
    width: 42%;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper img {
    width: 80%;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper .poin {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .other_services .container .o_wrap .row_wrapper {
    width: 50%;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
  }
  .other_services .container .o_wrap .row_wrapper .wrapp {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 40px;
  }
  .other_services .container .o_wrap .row_wrapper .wrapp img {
    width: 72px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) max-width: 100%;  */
@media only screen and (min-width: 1200px) {
  .other_services {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 82px 0;
    background: #F6F6F6;
  }
  .other_services .container {
    width: 1180px;
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
  .other_services .container .title {
    font-size: 3rem;
  }
  .other_services .container .o_wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }
  .other_services .container .o_wrap .row_1 {
    width: 42%;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper img {
    width: 80%;
  }
  .other_services .container .o_wrap .row_1 .svg_wrapper .poin {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .other_services .container .o_wrap .row_wrapper {
    width: 50%;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
  }
  .other_services .container .o_wrap .row_wrapper .wrapp {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 40px;
  }
  .other_services .container .o_wrap .row_wrapper .wrapp img {
    width: 80px;
  }
}/*# sourceMappingURL=services_section.css.map */