/* Extra small devices (phones, 360px and down) max-width: 360; */
.partner_with_us {
  max-width: 360px;
  width: 100%;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner_with_us .container {
  width: 90%;
  display: flex;
  flex-direction: column;
  padding: 64px 0;
  gap: 40px;
}
.partner_with_us .container .title {
  font-size: 1.3rem;
}
.partner_with_us .container .square_wrapper {
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 10vw;
  grid-template-columns: 45% 45%;
}
.partner_with_us .container .square_wrapper .square {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 24px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.partner_with_us .container .square_wrapper .square .content_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.partner_with_us .container .square_wrapper .square .content_wrapper .content {
  width: 100%;
  height: 100%;
  position: relative;
}
.partner_with_us .container .square_wrapper .square .content_wrapper .content .bg_img {
  position: absolute;
  height: 100%;
  right: 10%;
}
.partner_with_us .container .square_wrapper .square .content_wrapper .content .context {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 10%;
  bottom: 10%;
}
.partner_with_us .container .square_wrapper .square .content_wrapper .content .context .t {
  font-size: 0.8rem;
  font-weight: 600;
}
.partner_with_us .container .square_wrapper .square .content_wrapper .content .icon {
  position: absolute;
  left: 10%;
  top: 10%;
  height: 20%;
}
.partner_with_us .container .square_wrapper .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* small devices (phones,  360px and up) max-width: 600;  */
@media only screen and (min-width: 360px) {
  .partner_with_us {
    max-width: 600px;
    width: 100%;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partner_with_us .container {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 64px 0;
    gap: 40px;
  }
  .partner_with_us .container .title {
    font-size: 1.7rem;
  }
  .partner_with_us .container .square_wrapper {
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 10vw;
    grid-template-columns: 45% 45%;
  }
  .partner_with_us .container .square_wrapper .square {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 24px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .bg_img {
    position: absolute;
    height: 100%;
    right: 10%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .context {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 10%;
    bottom: 10%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .context .t {
    font-size: 1rem;
    font-weight: 600;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .icon {
    position: absolute;
    left: 10%;
    top: 10%;
    height: 25%;
  }
  .partner_with_us .container .square_wrapper .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) max-width: 768px;  */
@media only screen and (min-width: 600px) {
  .partner_with_us {
    max-width: 768px;
    width: 100%;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partner_with_us .container {
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 64px 0;
    gap: 40px;
  }
  .partner_with_us .container .title {
    font-size: 2.2rem;
  }
  .partner_with_us .container .square_wrapper {
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    grid-template-columns: 30% 30% 30%;
  }
  .partner_with_us .container .square_wrapper .square {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 24px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .bg_img {
    position: absolute;
    height: 100%;
    right: 10%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .context {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 10%;
    bottom: 10%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .context .t {
    font-size: 1rem;
    font-weight: 600;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .icon {
    position: absolute;
    left: 10%;
    top: 10%;
    height: 25%;
  }
  .partner_with_us .container .square_wrapper .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
/* Medium devices (landscape tablets, 768px and up) max-width: 992px;  */
@media only screen and (min-width: 768px) {
  .partner_with_us {
    max-width: 992px;
    width: 100%;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partner_with_us .container {
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 82px 0;
    gap: 40px;
  }
  .partner_with_us .container .title {
    font-size: 2.5rem;
  }
  .partner_with_us .container .square_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    grid-template-columns: unset;
  }
  .partner_with_us .container .square_wrapper .square {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 24px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .bg_img {
    position: absolute;
    height: 100%;
    right: 10%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .context {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 10%;
    bottom: 10%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .context .t {
    font-size: 0.8rem;
    font-weight: 600;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .icon {
    position: absolute;
    left: 10%;
    top: 10%;
    height: 25%;
  }
  .partner_with_us .container .square_wrapper .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
/* Large devices (laptops/desktops, 992px and up) max-width: 1200px;  */
@media only screen and (min-width: 992px) {
  .partner_with_us {
    max-width: 1200px;
    width: 100%;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partner_with_us .container {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 82px 0;
    gap: 40px;
  }
  .partner_with_us .container .title {
    font-size: 3rem;
  }
  .partner_with_us .container .square_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    grid-template-columns: unset;
  }
  .partner_with_us .container .square_wrapper .square {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 24px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .bg_img {
    position: absolute;
    height: 100%;
    right: 10%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .context {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 10%;
    bottom: 10%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .context .t {
    font-size: 1rem;
    font-weight: 600;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .icon {
    position: absolute;
    left: 10%;
    top: 10%;
    height: 25%;
  }
  .partner_with_us .container .square_wrapper .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) max-width: 100%;  */
@media only screen and (min-width: 1200px) {
  .partner_with_us {
    max-width: 100%;
    width: 100%;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partner_with_us .container {
    width: 1180px;
    display: flex;
    flex-direction: column;
    padding: 82px 0;
    gap: 40px;
  }
  .partner_with_us .container .title {
    font-size: 3rem;
  }
  .partner_with_us .container .square_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    grid-template-columns: unset;
  }
  .partner_with_us .container .square_wrapper .square {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 24px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .bg_img {
    position: absolute;
    height: 100%;
    right: 10%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .context {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 10%;
    bottom: 10%;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .context .t {
    font-size: 1rem;
    font-weight: 600;
  }
  .partner_with_us .container .square_wrapper .square .content_wrapper .content .icon {
    position: absolute;
    left: 10%;
    top: 10%;
    height: 25%;
  }
  .partner_with_us .container .square_wrapper .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
.icon_flip_1 {
  animation: icon_flip_1 linear 10s infinite;
}

.icon_flip_2 {
  animation: icon_flip_2 linear 10s infinite;
}

.icon_flip_3 {
  animation: icon_flip_3 linear 10s infinite;
}

.icon_flip_4 {
  animation: icon_flip_4 linear 10s infinite;
}

.icon_flip_5 {
  animation: icon_flip_5 linear 10s infinite;
}

@keyframes icon_flip_1 {
  0% {
    transform: rotateY(0);
  }
  10% {
    transform: rotateY(0);
  }
  12% {
    transform: rotateY(180deg);
  }
  14% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes icon_flip_2 {
  0% {
    transform: rotateY(0);
  }
  20% {
    transform: rotateY(0);
  }
  22% {
    transform: rotateY(180deg);
  }
  24% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes icon_flip_3 {
  0% {
    transform: rotateY(0);
  }
  30% {
    transform: rotateY(0);
  }
  32% {
    transform: rotateY(180deg);
  }
  34% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes icon_flip_4 {
  0% {
    transform: rotateY(0);
  }
  40% {
    transform: rotateY(0);
  }
  42% {
    transform: rotateY(180deg);
  }
  44% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes icon_flip_5 {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(0);
  }
  52% {
    transform: rotateY(180deg);
  }
  54% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(0);
  }
}/*# sourceMappingURL=partner_section.css.map */