@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000000;
  font-weight: 700;
  font-size: 12px;
}
input[type="checkbox"]:checked:before {
  content: '\2713';
}
input[type="checkbox"] {
  -webkit-appearance: none;
  height: 13px;
  width: 13px;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  margin-left: 0;
  border: 1px solid #100505;
  border-radius: 3px;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  background: #ffffff;
}
::-webkit-scrollbar-thumb {
  background: #000000;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'Poppins';
}
p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
  color: #100505;
  width: 100%;
}
p strong,
p b {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
h2 {
  font-weight: 600;
  font-style: normal;
}
ul {
  width: 100%;
}
ul,
li {
  padding: 0;
  margin: 0;
  color: #100505;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}
button {
  border: 0;
  cursor: pointer;
}
.container {
  width: 100%;
}
section {
  display: flex;
  padding: 3rem 1.5rem;
}
.microsoft-365 .buttons {
  display: flex;
  margin-top: 1.5rem;
}
.microsoft-365 .buttons .btn-blue,
.microsoft-365 .buttons .btn-white {
  display: flex;
  font-weight: 500;
  padding: 8px 16px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  min-width: 160px;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.microsoft-365 .buttons .btn-blue:hover::after,
.microsoft-365 .buttons .btn-white:hover::after,
.microsoft-365 .buttons .btn-blue:hover::before,
.microsoft-365 .buttons .btn-white:hover::before {
  background-color: #000768;
}
.microsoft-365 .buttons .btn-blue:hover::after,
.microsoft-365 .buttons .btn-white:hover::after {
  animation: right-circle 0.8s both;
}
.microsoft-365 .buttons .btn-blue:hover::before,
.microsoft-365 .buttons .btn-white:hover::before {
  animation: left-circle 0.8s both;
}
.microsoft-365 .buttons .btn-blue::before,
.microsoft-365 .buttons .btn-white::before,
.microsoft-365 .buttons .btn-blue::after,
.microsoft-365 .buttons .btn-white::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  z-index: -1;
}
.microsoft-365 .buttons .btn-blue::before,
.microsoft-365 .buttons .btn-white::before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.microsoft-365 .buttons .btn-blue:after,
.microsoft-365 .buttons .btn-white:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.microsoft-365 .buttons .btn-blue img,
.microsoft-365 .buttons .btn-white img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  align-self: center;
}
.microsoft-365 .buttons .btn-blue {
  background-color: #23DAFC;
  color: #ffffff;
}
.microsoft-365 .buttons .btn-blue::before {
  background-color: #003483;
}
.microsoft-365 .buttons .btn-blue:after {
  background-color: #003483;
}
.microsoft-365 .buttons .btn-white {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #100505;
}
.microsoft-365 .buttons .btn-white:hover::before,
.microsoft-365 .buttons .btn-white:hover::after {
  background-color: #F5F5F5;
}
.microsoft-365 .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
.microsoft-365 .heading p {
  margin-top: 1rem;
}
.microsoft-365 .heading h2 {
  width: 100%;
  font-size: 22px;
}
.microsoft-365 .heading h2 span {
  display: flex;
  width: 123px;
  height: 2px;
  background-color: #100505;
  position: relative;
  margin-top: 0.5rem;
}
.microsoft-365 .heading h2 span::before {
  content: '';
  background-image: url(/_public/images/microsoft-365/heading.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 15px;
  position: absolute;
  top: -6px;
  left: 0;
  animation: move 5s linear infinite;
}
.microsoft-365 .center-heading {
  justify-content: center;
  align-items: center;
}
.microsoft-365 .center-heading h2 span {
  margin: 0.5rem auto 0;
}
.microsoft-365 .center-heading h2,
.microsoft-365 .center-heading p {
  text-align: center;
}
.microsoft-365 .white-heading h2 span {
  background-color: #ffffff;
}
.microsoft-365 .white-heading h2 span::before {
  background-image: url(/_public/images/microsoft-365/white-heading.svg);
}
.microsoft-365 .white-heading h2,
.microsoft-365 .white-heading p {
  color: #ffffff;
}
@keyframes left-circle {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes right-circle {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
  }
}
@keyframes move {
  0% {
    left: 0;
  }
  50% {
    left: 75px;
  }
  100% {
    left: 0;
  }
}
.microsoft-365 .banner {
  flex-direction: column;
  padding-top: 1.5rem;
}
.microsoft-365 .banner .logo-container,
.microsoft-365 .banner .tka-logo,
.microsoft-365 .banner .menu {
  display: flex;
}
.microsoft-365 .banner .container {
  height: 100%;
}
.microsoft-365 .banner .logo-container {
  height: 100%;
  border-bottom: 1px solid #000768;
  padding-bottom: 1rem;
}
.microsoft-365 .banner .logo-container .container {
  display: flex;
  justify-content: space-between;
  height: auto;
}
.microsoft-365 .banner .tka-logo {
  max-width: 210px;
}
.microsoft-365 .banner .tka-logo img {
  width: 100%;
  height: 100%;
}
.microsoft-365 .banner .menu {
  margin-left: auto;
  width: 22px;
  height: 23px;
}
.microsoft-365 .banner .menu img {
  width: 100%;
  height: 100%;
}
.microsoft-365 .banner .menu-links {
  display: flex;
  flex-direction: column;
  width: 0;
  transition: all 0.5s;
  height: fit-content;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  background-color: #F5F5F5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.microsoft-365 .banner .menu-toggle {
  color: #100505;
  font-weight: 500;
}
.microsoft-365 .banner .menu-toggle img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.microsoft-365 .banner ul .links-li {
  padding: 8px 0;
  border-bottom: 1px dotted #100505;
}
.microsoft-365 .banner ul .links-li:first-child {
  padding-top: 0;
}
.microsoft-365 .banner ul .links-li:nth-child(4) {
  border-bottom: none;
  padding-bottom: 0;
}
.microsoft-365 .banner ul .links-li:last-child {
  display: none;
}
.microsoft-365 .banner .menu.active + .menu-links {
  padding: 1rem;
  width: 80%;
}
.microsoft-365 .banner .menu.active + .menu-links .menu-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.microsoft-365 .banner .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s;
  height: auto;
  border-bottom: 0;
  padding: 1rem 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.microsoft-365 .banner .sticky-down {
  top: -100px;
}
.microsoft-365 .banner .banner-container,
.microsoft-365 .banner .banner-content {
  display: flex;
  flex-direction: column;
}
.microsoft-365 .banner .banner-container {
  padding-top: 2rem;
}
.microsoft-365 .banner .banner-content .ms-logo {
  width: 105px;
  height: 45px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 0.8rem;
}
.microsoft-365 .banner .banner-content h1 {
  font-size: 22px;
  background-image: linear-gradient(90deg, #1822A7, #353535);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 1rem;
}
.microsoft-365 .banner .banner-content h1 span {
  font-size: 30px;
}
.microsoft-365 .banner .banner-content h1 img {
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
  transform: translateY(8px);
}
.microsoft-365 .banner .banner-content h3 {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 1rem 0;
}
.microsoft-365 .banner .banner-content h3 img {
  width: 30px;
  height: 30px;
  margin-right: 0.6rem;
}
.microsoft-365 .banner .banner-content p {
  font-size: 13px;
}
.microsoft-365 .banner .banner-content .timer {
  display: flex;
}
.microsoft-365 .banner .banner-content .timer span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  color: #000768;
  margin-right: 1.5rem;
  border-radius: 8px;
  border: 1px solid #707070;
  font-size: 16px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.microsoft-365 .banner .banner-content .timer span::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/microsoft-365/colons.svg);
  background-size: 100% 100%;
  width: 8px;
  height: 35px;
  right: -18px;
  top: 2px;
}
.microsoft-365 .banner .banner-content .timer span:last-child {
  margin-right: 0;
}
.microsoft-365 .banner .banner-content .timer span:last-child::before {
  content: none;
}
.microsoft-365 .banner .banner-info {
  display: flex;
  height: 100%;
  margin-top: 2rem;
}
.microsoft-365 .banner .banner-info img {
  width: 100%;
  height: 100%;
}
.microsoft-365 .overview {
  background-color: #000768;
}
.microsoft-365 .overview .overview-container,
.microsoft-365 .overview .overview-content,
.microsoft-365 .overview .overview-info,
.microsoft-365 .overview .way-content,
.microsoft-365 .overview .way-list,
.microsoft-365 .overview .item {
  display: flex;
  flex-direction: column;
}
.microsoft-365 .overview .overview-content {
  margin-top: 2rem;
  align-items: center;
}
.microsoft-365 .overview .overview-content p {
  text-align: center;
  color: #ffffff;
}
.microsoft-365 .overview .overview-content p:nth-last-child(2) {
  margin-top: 0.5rem;
}
.microsoft-365 .overview .overview-content .buttons .btn-blue:hover {
  box-shadow: 0 0 4px #ffffff;
}
.microsoft-365 .overview .overview-info {
  margin-top: 2rem;
  background-image: linear-gradient(145deg, #F5F5F5, #ffffff);
  padding: 1.5rem;
  height: 100%;
}
.microsoft-365 .overview .overview-info .image {
  display: flex;
  height: 100%;
}
.microsoft-365 .overview .overview-info .image img {
  width: 100%;
  height: 100%;
}
.microsoft-365 .overview .way-content .heading {
  margin-bottom: 0.5rem;
}
.microsoft-365 .overview .item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 2rem 0.6rem 0.6rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 1.5rem;
  background-image: linear-gradient(130deg, #000768, #ffffff);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 40px;
}
.microsoft-365 .overview .item img {
  width: 50px;
  height: 50px;
  margin-bottom: 0.8rem;
}
.microsoft-365 .overview .item p {
  font-size: 13px;
}
.microsoft-365 .overview .item h3 {
  font-size: 14px;
  margin-top: 1.5rem;
  color: #ffffff;
}
.microsoft-365 .course .course-container,
.microsoft-365 .course .course-list,
.microsoft-365 .course .form,
.microsoft-365 .course .input-list,
.microsoft-365 .course .course-content,
.microsoft-365 .course .info {
  display: flex;
  flex-direction: column;
}
.microsoft-365 .course .center-heading {
  margin-bottom: 0;
}
.microsoft-365 .course .center-heading p strong {
  color: #000768;
}
.microsoft-365 .course .course-item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0 1rem 1.5rem;
  margin-top: 2.5rem;
  border-radius: 15px;
  width: 94%;
  align-self: center;
}
.microsoft-365 .course .course-item span {
  display: flex;
  background-image: url(/_public/images/microsoft-365/icon-bg.png);
  background-size: 100% 100%;
  padding: 0.8rem 1.8rem 1.6rem 1rem;
  width: 85px;
  height: 80px;
  transform: translate(-28px, -12px);
}
.microsoft-365 .course .course-item span img {
  width: 100%;
  height: 100%;
}
.microsoft-365 .course .course-item .text {
  color: #000768;
  font-size: 16px;
}
.microsoft-365 .course .course-item .course-content {
  margin-top: 1.5rem;
}
.microsoft-365 .course .course-item .course-content .info h3 {
  font-size: 14px;
}
.microsoft-365 .course .course-item .course-content .info p {
  color: #D3D3D3;
  margin-top: 0.2rem;
}
.microsoft-365 .course .course-item .course-content .buttons .btn-blue,
.microsoft-365 .course .course-item .course-content .buttons .btn-white {
  min-width: 140px;
  font-size: 14px;
  height: 38px;
}
.microsoft-365 .course .course-item .course-content .buttons .btn-blue img,
.microsoft-365 .course .course-item .course-content .buttons .btn-white img {
  width: 16px;
  height: 16px;
}
.microsoft-365 .course .course-list {
  counter-reset: counter;
}
.microsoft-365 .course .course-head {
  background-color: #F5F5F5;
  padding: 0.8rem 1rem;
  font-size: 14px;
  border-radius: 4px;
  color: #000768;
  position: relative;
  margin: 2rem  0  0 4rem ;
}
.microsoft-365 .course .course-head::before {
  content: counter(counter, decimal-leading-zero);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -65px;
  top: 0;
  bottom: 0;
  margin: auto;
  counter-increment: counter;
  background-color: #F5F5F5;
  width: 55px;
  border-radius: 4px;
  color: #003483;
  font-size: 20px;
  font-weight: 600;
}
.microsoft-365 .course .form {
  margin-bottom: 0;
  margin-top: 2rem;
  background-color: #F5F5F5;
  border: 1px solid #707070;
  padding: 1.5rem 1rem;
  border-radius: 10px;
}
.microsoft-365 .course .form .input-container {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  justify-content: space-between;
  padding: 0.6rem;
  border: 1px solid transparent;
}
.microsoft-365 .course .form .input-container:last-child {
  align-items: flex-start;
  margin-bottom: 1rem;
}
.microsoft-365 .course .form .input-container span {
  display: flex;
  height: 16px;
  width: 16px;
}
.microsoft-365 .course .form .input-container span img {
  height: 100%;
  width: 100%;
}
.microsoft-365 .course .form .input-container span .red {
  display: none;
}
.microsoft-365 .course .form .input-container input,
.microsoft-365 .course .form .input-container textarea {
  width: calc(100% - 30px);
  border: none;
  outline: 0;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
}
.microsoft-365 .course .form .input-container textarea {
  height: 50px;
  resize: none;
  overflow: auto;
}
.microsoft-365 .course .form .input-container ::-webkit-input-placeholder {
  /* Edge */
  color: #707070;
}
.microsoft-365 .course .form .input-container :-ms-input-placeholder {
  /* Edge */
  color: #707070;
}
.microsoft-365 .course .form .input-container ::placeholder {
  color: #707070;
}
.microsoft-365 .course .form .input-error {
  border: 1px solid #ff0000;
}
.microsoft-365 .course .form .input-error ::-webkit-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.microsoft-365 .course .form .input-error :-ms-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.microsoft-365 .course .form .input-error ::placeholder {
  color: #ff0000;
}
.microsoft-365 .course .form .input-error span .white {
  display: none;
}
.microsoft-365 .course .form .input-error span .red {
  display: flex;
}
.microsoft-365 .course .form .form-consent {
  display: flex;
  margin-bottom: 0.5rem;
}
.microsoft-365 .course .form .form-consent:nth-last-child(2) {
  margin-bottom: 0;
}
.microsoft-365 .course .form .form-consent label {
  display: flex;
  font-size: 11px;
  width: 95%;
  align-self: center;
  margin-left: 0.3rem;
  cursor: pointer;
  line-height: 1.6;
  font-weight: 500;
  color: #100505;
}
.microsoft-365 .course .form .form-consent p {
  font-size: 11px;
}
.microsoft-365 .course .form .form-consent a {
  font-weight: 600;
  color: #23DAFC;
}
.microsoft-365 .course .form .consent-error,
.microsoft-365 .course .form .consent-error-other {
  margin-bottom: 0.5rem;
}
.microsoft-365 .course .form .consent-error p,
.microsoft-365 .course .form .consent-error-other p {
  color: #ff0000;
  line-height: 1.4;
  font-size: 11px;
}
.microsoft-365 .course .form .buttons .btn-blue {
  min-width: 135px;
}
.microsoft-365 .course .form .buttons .btn-blue img {
  height: 16px;
  width: 16px;
}
.microsoft-365 .fact {
  background-color: #000768;
}
.microsoft-365 .fact .fact-container {
  display: flex;
  flex-direction: column;
}
.microsoft-365 .fact .heading {
  margin-bottom: 0;
}
.microsoft-365 .fact .fact-list,
.microsoft-365 .fact .fact-item {
  display: flex;
  flex-wrap: wrap;
}
.microsoft-365 .fact .fact-list {
  justify-content: space-around;
}
.microsoft-365 .fact .fact-item {
  width: 44%;
  margin-top: 1.5rem;
  justify-content: center;
}
.microsoft-365 .fact .fact-item h3,
.microsoft-365 .fact .fact-item span,
.microsoft-365 .fact .fact-item p {
  color: #ffffff;
  text-align: center;
}
.microsoft-365 .fact .fact-item .icon {
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0.4rem;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 0.6rem;
}
.microsoft-365 .fact .fact-item .icon img {
  width: 100%;
  height: 100%;
}
.microsoft-365 .fact .fact-item .fact-count {
  display: flex;
  justify-content: center;
  width: 100%;
}
.microsoft-365 .fact .fact-item .fact-count h3,
.microsoft-365 .fact .fact-item .fact-count span {
  font-weight: 600;
}
.microsoft-365 .fact .fact-item .fact-count h3,
.microsoft-365 .fact .fact-item .fact-count span {
  font-size: 32px;
}
.microsoft-365 .difference {
  padding-bottom: 0;
}
.microsoft-365 .difference .difference-container,
.microsoft-365 .difference .difference-content {
  display: flex;
  flex-direction: column;
}
.microsoft-365 .difference .difference-content {
  align-items: center;
}
.microsoft-365 .difference .difference-content p {
  text-align: center;
}
.microsoft-365 .difference .difference-content p:nth-child(3) {
  margin-top: 0.5rem;
}
.microsoft-365 .difference .difference-info {
  display: flex;
  margin-top: 2rem;
  height: 100%;
}
.microsoft-365 .difference .difference-info img {
  height: 100%;
  width: 100%;
}
.microsoft-365 .method .method-container,
.microsoft-365 .method .method-list,
.microsoft-365 .method .method-item,
.microsoft-365 .method .method-info {
  display: flex;
  flex-direction: column;
}
.microsoft-365 .method .method-list {
  counter-reset: counter;
}
.microsoft-365 .method .heading {
  margin-bottom: 0;
}
.microsoft-365 .method .method-item {
  margin-top: 2rem;
}
.microsoft-365 .method .method-item span {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #000768 30%, #F5F5F5 30%);
  border-radius: 22px;
  height: 150px;
  width: 245px;
  padding: 2rem 2.5rem;
  position: relative;
  z-index: 1;
}
.microsoft-365 .method .method-item span img {
  width: 88px;
  height: 88px;
}
.microsoft-365 .method .method-item span::before,
.microsoft-365 .method .method-item span::after {
  position: absolute;
}
.microsoft-365 .method .method-item span::before {
  content: counter(counter, decimal-leading-zero);
  counter-increment: counter;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  left: 25px;
  top: 62px;
}
.microsoft-365 .method .method-item span::after {
  content: '';
  background-image: url(/_public/images/microsoft-365/blue-layer.png);
  background-size: 100% 100%;
  height: 115px;
  width: 79px;
  top: 45px;
  left: 0px;
  z-index: -1;
}
.microsoft-365 .method .method-item .method-info {
  align-items: flex-start;
}
.microsoft-365 .method .method-item .method-info h3 {
  font-size: 17px;
}
.microsoft-365 .method .method-item .method-info p {
  margin: 0.5rem 0;
  font-size: 13px;
}
.microsoft-365 .method .method-item .method-info a {
  display: flex;
  color: #000768;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding: 1rem;
  z-index: 1;
}
.microsoft-365 .method .method-item .method-info a:hover::before {
  width: 100%;
}
.microsoft-365 .method .method-item .method-info a::before {
  content: '';
  position: absolute;
  height: 35px;
  width: 35px;
  background-color: #D3D3D3;
  border-radius: 20px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  transition: 1s all;
}
.microsoft-365 .method .method-item .method-info a img {
  width: 19px;
  height: 19px;
  margin-left: 0.6rem;
}
.microsoft-365 .choose {
  background-color: #000768;
}
.microsoft-365 .choose .choose-container,
.microsoft-365 .choose .choose-list {
  display: flex;
  flex-direction: column;
}
.microsoft-365 .choose .heading {
  margin-bottom: 0;
}
.microsoft-365 .choose .buttons {
  display: none;
}
.microsoft-365 .choose .buttons .btn-blue:hover {
  box-shadow: 0 0 4px #ffffff;
}
.microsoft-365 .choose .choose-list {
  counter-reset: counter;
  z-index: 1;
}
.microsoft-365 .choose .choose-item {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1rem;
  border-radius: 12px;
  margin-top: 3.5rem;
  position: relative;
  align-self: center;
  width: 250px;
  background-color: #ffffff;
}
.microsoft-365 .choose .choose-item::before,
.microsoft-365 .choose .choose-item::after {
  position: absolute;
}
.microsoft-365 .choose .choose-item::before {
  content: '';
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  border-radius: 12px;
  left: -12px;
  top: -12px;
  z-index: -1;
  background-color: #003483;
  box-shadow: 0 0px 0px 1px #ffffff;
  opacity: 0.6;
}
.microsoft-365 .choose .choose-item::after {
  content: counter(counter, decimal-leading-zero);
  right: 20px;
  top: 20px;
  counter-increment: counter;
  color: #F5F5F5;
  font-weight: 600;
  font-size: 54px;
}
.microsoft-365 .choose .choose-item span {
  display: flex;
  background: linear-gradient(145deg, #F5F5F5, #ffffff);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 0.6rem;
}
.microsoft-365 .choose .choose-item span img {
  width: 100%;
  height: 100%;
}
.microsoft-365 .choose .choose-item h3 {
  font-size: 14px;
  margin: 1.5rem auto 1rem;
  width: 100%;
}
.microsoft-365 .choose .choose-item p {
  font-size: 13px;
  line-height: 1.6;
}
.microsoft-365 .benefit {
  padding-bottom: 0;
}
.microsoft-365 .benefit .benefit-container,
.microsoft-365 .benefit .benefit-content,
.microsoft-365 .benefit .benefit-info {
  display: flex;
  flex-direction: column;
}
.microsoft-365 .benefit .benefit-container {
  align-items: flex-start;
}
.microsoft-365 .benefit .benefit-content {
  width: 100%;
}
.microsoft-365 .benefit .benefit-content ul li {
  margin-top: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
}
.microsoft-365 .benefit .benefit-content ul li::before {
  content: '';
  position: absolute;
  background-color: #000768;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  left: 0px;
  top: 6px;
}
.microsoft-365 .benefit .benefit-info {
  margin-top: 2rem;
  height: 100%;
  width: 100%;
}
.microsoft-365 .benefit .benefit-info .image {
  display: flex;
  height: 100%;
  width: 100%;
}
.microsoft-365 .benefit .benefit-info .image img {
  width: 100%;
  height: 100%;
}
.microsoft-365 .client .client-container,
.microsoft-365 .client .client-list,
.microsoft-365 .client .client-info {
  display: flex;
  flex-direction: column;
}
.microsoft-365 .client .client-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000768;
  width: 95%;
  margin-right: auto;
  padding: 1.2rem;
}
.microsoft-365 .client .client-item img {
  width: 105px;
  height: 16px;
}
.microsoft-365 .client .client-item p {
  margin: 1rem 0;
  font-size: 13px;
}
.microsoft-365 .client .client-item span {
  display: flex;
  border: 6px solid #ffffff;
  box-shadow: 0 0px 0px 2px #000768;
  border-radius: 50px;
  width: 70px;
  height: 70px;
}
.microsoft-365 .client .client-item span img {
  width: 100%;
  height: 100%;
}
.microsoft-365 .client .client-item .client-info {
  width: calc(100% - 88px);
}
.microsoft-365 .client .client-item .client-info h3 {
  font-size: 15px;
  margin-bottom: 0.3rem;
}
.microsoft-365 .client .client-item .client-info h4 {
  font-weight: 500;
  font-size: 13px;
}
.microsoft-365 .client .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 105px;
  margin-top: 1.5rem;
}
.microsoft-365 .client .owl-nav .owl-prev,
.microsoft-365 .client .owl-nav .owl-next {
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  width: 42px;
  height: 42px;
  background-image: url(/_public/images/microsoft-365/nav-arrow.svg);
  border-radius: 50px;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15% 26%;
}
.microsoft-365 .client .owl-nav .owl-next {
  transform: rotate(180deg);
}
.microsoft-365 .client .owl-nav .btn-active {
  background-color: #F5F5F5;
}
.microsoft-365 .faq {
  padding-top: 0;
}
.microsoft-365 .faq .faq-container,
.microsoft-365 .faq .faq-list,
.microsoft-365 .faq .faq-item {
  display: flex;
  flex-direction: column;
}
.microsoft-365 .faq .faq-item {
  margin-top: 1rem;
}
.microsoft-365 .faq .faq-item .ques {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 0.8rem;
}
.microsoft-365 .faq .faq-item .ques h3 {
  font-size: 14px;
  width: calc(100% - 35px);
}
.microsoft-365 .faq .faq-item .ques img {
  width: 21px;
  height: 21px;
  transition: 1s all;
}
.microsoft-365 .faq .faq-item .ans {
  display: none;
  margin: 1rem 0px 0px 0.5rem;
}
.microsoft-365 .faq .faq-item .ans p {
  font-size: 13px;
}
.microsoft-365 .faq .faq-item .ans ul {
  padding-left: 1rem;
}
.microsoft-365 .faq .faq-item .ans ul li {
  font-size: 13px;
  margin-top: 0.5rem;
  list-style: disc;
}
.microsoft-365 .faq .active .ques {
  background-color: #F5F5F5;
  box-shadow: none;
}
.microsoft-365 .faq .active .ques img {
  transform: rotate(180deg);
}
.microsoft-365 .footer {
  background-color: #000768;
}
.microsoft-365 .footer .footer-container,
.microsoft-365 .footer .contact-list,
.microsoft-365 .footer .info {
  display: flex;
  flex-direction: column;
}
.microsoft-365 .footer .heading {
  margin-bottom: 0;
}
.microsoft-365 .footer .contact-item {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.microsoft-365 .footer .contact-item span {
  display: flex;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 0.5rem;
}
.microsoft-365 .footer .contact-item span img {
  width: 100%;
  height: 100%;
}
.microsoft-365 .footer .contact-item .info {
  width: calc(100% - 65px);
  align-self: center;
}
.microsoft-365 .footer .contact-item .info h3,
.microsoft-365 .footer .contact-item .info a {
  color: #ffffff;
}
.microsoft-365 .footer .contact-item .info h3 {
  font-size: 15px;
  margin-bottom: 0.2rem;
}
.microsoft-365 .footer .contact-item .info a {
  font-size: 12px;
  font-weight: 500;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .microsoft-365 .banner .banner-content h1 {
    background-image: none;
    color: #000768;
  }
}
@media (min-width : 768px) {
  section {
    padding: 3rem 2rem;
  }
  .microsoft-365 .banner .sticky {
    padding: 1rem 2rem !important;
  }
  .microsoft-365 .banner .menu.active + .menu-links {
    width: 50%;
  }
  .microsoft-365 .banner .banner-info {
    display: none;
  }
  .microsoft-365 .overview .overview-container {
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .microsoft-365 .overview .overview-content {
    width: 48%;
    align-items: flex-start;
    order: 3;
  }
  .microsoft-365 .overview .overview-content .heading h2 span {
    margin: 0.5rem auto 0 0;
  }
  .microsoft-365 .overview .overview-content h2,
  .microsoft-365 .overview .overview-content p {
    text-align: left;
  }
  .microsoft-365 .overview .overview-info {
    width: 45%;
    position: sticky;
    top: 60px;
  }
  .microsoft-365 .overview .way-content {
    width: 100%;
  }
  .microsoft-365 .overview .way-content .heading h2,
  .microsoft-365 .overview .way-content .heading p {
    text-align: center;
  }
  .microsoft-365 .overview .way-content .heading h2 span {
    margin: 0.5rem auto 0;
  }
  .microsoft-365 .overview .way-list {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .microsoft-365 .overview .item {
    width: 47%;
  }
  .microsoft-365 .course .course-container {
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .microsoft-365 .course .course-list {
    width: 47%;
  }
  .microsoft-365 .course .course-item {
    width: 100%;
  }
  .microsoft-365 .course .form {
    width: 46%;
    position: sticky;
    top: 60px;
  }
  .microsoft-365 .fact .heading {
    display: none;
  }
  .microsoft-365 .fact .fact-item {
    width: 21%;
    justify-content: space-between;
    margin-top: 0;
  }
  .microsoft-365 .fact .fact-item h3,
  .microsoft-365 .fact .fact-item span,
  .microsoft-365 .fact .fact-item p {
    text-align: left;
  }
  .microsoft-365 .fact .fact-item .fact-count {
    justify-content: flex-start;
    width: calc(100% - 60px);
  }
  .microsoft-365 .fact .fact-item p {
    width: 70%;
  }
  .microsoft-365 .difference .difference-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .microsoft-365 .difference .difference-content {
    width: 50%;
    align-items: flex-start;
  }
  .microsoft-365 .difference .difference-content .heading h2 span {
    margin: 0.5rem auto 0 0;
  }
  .microsoft-365 .difference .difference-content p,
  .microsoft-365 .difference .difference-content h2 {
    text-align: left;
  }
  .microsoft-365 .difference .difference-info {
    margin-top: 0;
    width: 42%;
    position: sticky;
    top: 60px;
  }
  .microsoft-365 .method .heading h2 span {
    margin: 0.5rem auto 0;
  }
  .microsoft-365 .method .heading h2,
  .microsoft-365 .method .heading p {
    text-align: center;
  }
  .microsoft-365 .method .method-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .microsoft-365 .method .method-item {
    width: 47%;
  }
  .microsoft-365 .method .method-item .method-info p {
    min-height: 63px;
  }
  .microsoft-365 .choose .choose-list,
  .microsoft-365 .choose .choose-container {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .microsoft-365 .choose .choose-list {
    width: 98%;
    margin: auto;
  }
  .microsoft-365 .choose .heading {
    width: 70%;
  }
  .microsoft-365 .choose .heading h2 {
    text-align: left;
  }
  .microsoft-365 .choose .heading h2 span {
    margin: 0.5rem auto 0 0;
  }
  .microsoft-365 .choose .buttons {
    display: flex;
    width: 27%;
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: 0;
  }
  .microsoft-365 .choose .choose-item {
    width: 46%;
  }
  .microsoft-365 .choose .choose-item p {
    min-height: 103px;
  }
  .microsoft-365 .benefit .benefit-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .microsoft-365 .benefit .benefit-content {
    width: 48%;
  }
  .microsoft-365 .benefit .benefit-info {
    margin-top: 0;
    position: sticky;
    top: 60px;
    width: 44%;
  }
  .microsoft-365 .client .client-item p {
    min-height: 250px;
  }
  .microsoft-365 .faq .faq-list {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .microsoft-365 .faq .faq-item {
    width: 48%;
  }
  .microsoft-365 .footer .contact-list {
    flex-direction: row;
    justify-content: space-between;
  }
  .microsoft-365 .footer .contact-item {
    width: 48%;
  }
}
@media (min-width : 1024px) {
  p {
    line-height: 1.8;
  }
  .microsoft-365 .heading h2 {
    font-size: 28px;
  }
  .microsoft-365 .buttons .btn-blue,
  .microsoft-365 .buttons .btn-white {
    font-size: 16px;
  }
  .microsoft-365 .banner {
    background-image: url(/_public/images/microsoft-365/banner-bg.png);
    background-size: 80% 100%;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    z-index: 2;
  }
  .microsoft-365 .banner::before {
    content: '';
    position: absolute;
    width: 265px;
    height: 130px;
    background-image: url(/_public/images/microsoft-365/banner-curve.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .microsoft-365 .banner .logo-container {
    border-bottom: none;
    padding-bottom: 0;
  }
  .microsoft-365 .banner .menu,
  .microsoft-365 .banner .menu-toggle {
    display: none;
  }
  .microsoft-365 .banner .menu-links {
    width: auto;
    position: relative;
    box-shadow: none;
    background-color: transparent;
  }
  .microsoft-365 .banner ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .microsoft-365 .banner ul .links-li {
    border-bottom: none;
    margin-right: 1.3rem;
    padding: 0;
    font-size: 14px;
    position: relative;
  }
  .microsoft-365 .banner ul .links-li::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #23DAFC;
    transform: scaleX(0);
    transition: transform 0.5s;
  }
  .microsoft-365 .banner ul .links-li::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #003483;
    transform: scaleX(0);
    transition: transform 0.5s;
  }
  .microsoft-365 .banner ul .links-li:hover::before,
  .microsoft-365 .banner ul .links-li:hover::after {
    transform: scaleX(1);
  }
  .microsoft-365 .banner ul .links-li:nth-child(4) {
    display: none;
  }
  .microsoft-365 .banner ul .links-li:last-child {
    display: flex;
    margin: 0;
  }
  .microsoft-365 .banner ul .links-li:last-child::before,
  .microsoft-365 .banner ul .links-li:last-child::after {
    content: none;
  }
  .microsoft-365 .banner ul .links-li:last-child .btn-white {
    margin-right: 1.3rem;
  }
  .microsoft-365 .banner ul .links-li:last-child .btn-blue,
  .microsoft-365 .banner ul .links-li:last-child .btn-white {
    min-width: 168px;
    height: 43px;
  }
  .microsoft-365 .banner .banner-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 3rem;
  }
  .microsoft-365 .banner .banner-content {
    width: 48%;
  }
  .microsoft-365 .banner .banner-content h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .microsoft-365 .banner .banner-content h1 span {
    font-size: 45px;
  }
  .microsoft-365 .banner .banner-content h1 img {
    width: 50px;
    height: 50px;
  }
  .microsoft-365 .banner .banner-content .buttons {
    margin-top: 2rem;
  }
  .microsoft-365 .banner .banner-info {
    display: flex;
    margin-top: 0;
    width: 45%;
  }
  .microsoft-365 .overview {
    margin-top: 3rem;
  }
  .microsoft-365 .overview .way-content .heading {
    width: 85%;
    align-self: center;
  }
  .microsoft-365 .overview .item {
    width: 23.2%;
  }
  .microsoft-365 .course .course-list {
    width: 55%;
    padding-left: 0.7rem;
  }
  .microsoft-365 .course .course-head {
    font-size: 18px;
  }
  .microsoft-365 .course .course-item {
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem 5rem;
    border-radius: 22px;
    background-image: url(/_public/images/microsoft-365/course-bg.png);
    background-size: 320px 200px;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .microsoft-365 .course .course-item .text {
    font-size: 17px;
  }
  .microsoft-365 .course .course-item span {
    position: absolute;
    left: -12px;
    top: -12px;
    transform: translate(0px, 0px);
  }
  .microsoft-365 .course .course-item .course-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .microsoft-365 .course .course-item .course-content .info {
    width: 58%;
  }
  .microsoft-365 .course .course-item .course-content .info h3 {
    font-size: 15px;
  }
  .microsoft-365 .course .course-item .course-content .buttons {
    margin-top: 0;
    width: 38%;
    justify-content: flex-end;
  }
  .microsoft-365 .course .form {
    padding: 1rem 2rem 2rem;
    width: 40%;
  }
  .microsoft-365 .method .heading {
    width: 88%;
    margin: auto;
  }
  .microsoft-365 .method .method-list {
    width: 90%;
    margin: auto;
  }
  .microsoft-365 .method .method-item .method-info p {
    min-height: auto;
  }
  .microsoft-365 .choose {
    background-color: transparent;
    background-image: url(/_public/images/microsoft-365/choose-bg.png);
    background-size: 100% 100%;
  }
  .microsoft-365 .choose .choose-item {
    width: 47%;
  }
  .microsoft-365 .choose .choose-item p {
    min-height: auto;
  }
  .microsoft-365 .choose .choose-item:nth-child(3) p {
    min-height: 84px;
  }
  .microsoft-365 .choose .choose-item::after {
    top: 9px;
    font-size: 70px;
  }
  .microsoft-365 .benefit {
    padding-bottom: 3rem;
  }
  .microsoft-365 .client {
    background-image: url(/_public/images/microsoft-365/client-bg.png);
    background-size: cover;
  }
  .microsoft-365 .client .client-list,
  .microsoft-365 .client .heading {
    width: 66%;
    margin-left: auto;
  }
  .microsoft-365 .client .client-list {
    position: relative;
  }
  .microsoft-365 .client .client-list::before {
    content: '';
    position: absolute;
    background-color: #ffffff;
    height: 90px;
    width: 90px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    background-image: url(/_public/images/microsoft-365/quotes.svg);
    background-position: center;
    background-size: 50% 43%;
    background-repeat: no-repeat;
    border-radius: 50px;
    left: -130px;
    top: 45px;
  }
  .microsoft-365 .client .heading {
    padding-left: 1rem;
  }
  .microsoft-365 .client .client-item {
    border: none;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    margin: 1rem auto 3rem;
    position: relative;
  }
  .microsoft-365 .client .client-item p {
    min-height: 142px;
  }
  .microsoft-365 .client .owl-nav {
    position: absolute;
    margin-top: 0;
    bottom: 28px;
    right: 97px;
  }
  .microsoft-365 .fact {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  .microsoft-365 .fact .fact-container {
    background-image: url(/_public/images/microsoft-365/fact-bg.png);
    background-size: 100% 100%;
    padding: 3rem;
    position: relative;
  }
  .microsoft-365 .fact .fact-container::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: url(/_public/images/microsoft-365/grid.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
  }
  .microsoft-365 .fact .fact-item .icon {
    width: 62px;
    height: 62px;
    padding: 0.5rem;
  }
  .microsoft-365 .fact .fact-item .fact-count {
    width: calc(100% - 80px);
  }
  .microsoft-365 .fact .fact-item .fact-count h3,
  .microsoft-365 .fact .fact-item .fact-count span {
    font-size: 38px;
  }
  .microsoft-365 .fact .fact-item p {
    width: 68%;
    font-size: 15px;
  }
  .microsoft-365 .footer {
    background-image: url(/_public/images/microsoft-365/footer-bg.png);
    background-size: 100% 100%;
  }
  .microsoft-365 .footer .heading,
  .microsoft-365 .footer .contact-list {
    width: 55%;
    margin-left: auto;
  }
  .microsoft-365 .footer .footer-container {
    position: relative;
  }
  .microsoft-365 .footer .footer-container::before {
    content: '';
    position: absolute;
    width: 37%;
    height: calc(100% + 40px);
    background-image: url(/_public/images/microsoft-365/notes.png);
    background-size: 100% 95%;
    background-repeat: no-repeat;
    bottom: -20px;
    left: 25px;
  }
  .microsoft-365 .footer .contact-item {
    width: 30%;
  }
  .microsoft-365 .footer .contact-item .info a {
    font-size: 13px;
  }
  .microsoft-365 .footer .contact-item:last-child {
    width: 60%;
  }
}
@media (min-width : 1366px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  section {
    padding: 4rem 0rem;
  }
  .microsoft-365 .heading h2 {
    font-size: 32px;
  }
  .microsoft-365 .banner {
    background-size: 75% 100%;
  }
  .microsoft-365 .banner::before {
    width: 375px;
    height: 140px;
  }
  .microsoft-365 .banner ul .links-li:nth-child(4) {
    display: flex;
  }
  .microsoft-365 .banner .sticky {
    padding: 1rem 0 !important;
  }
  .microsoft-365 .banner .banner-container {
    padding-top: 5rem;
  }
  .microsoft-365 .banner .banner-content h1 {
    font-size: 45px;
  }
  .microsoft-365 .banner .banner-content h1 img {
    width: 65px;
    height: 65px;
    transform: translateY(10px);
  }
  .microsoft-365 .banner .banner-content h1 span {
    font-size: 62px;
  }
  .microsoft-365 .overview {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 6rem;
    position: relative;
    background-color: transparent;
    background-image: url(/_public/images/microsoft-365/overview-bg.png), linear-gradient(0deg, #ffffff 19%, #000768 19%);
    background-size: 58% 65%, 100% 100%;
    background-position: right, left;
    background-repeat: no-repeat;
  }
  .microsoft-365 .overview::before {
    content: 'Services';
    position: absolute;
    font-size: 50px;
    font-weight: 600;
    color: #003483;
    opacity: 0.1;
    transform: rotate(-90deg);
    left: -5%;
    top: 18%;
    z-index: 1;
  }
  .microsoft-365 .overview .overview-container {
    justify-content: flex-end;
  }
  .microsoft-365 .overview .overview-info {
    position: absolute;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 48%;
    padding: 2rem 1rem 3rem 5rem;
    border-bottom-right-radius: 35px;
    height: auto;
  }
  .microsoft-365 .overview .overview-content {
    order: 1;
  }
  .microsoft-365 .overview .way-content {
    order: 2;
    margin-top: 4rem;
  }
  .microsoft-365 .overview .item {
    width: 20%;
    position: relative;
    z-index: 1;
    margin-top: 2.5rem;
  }
  .microsoft-365 .overview .item p {
    min-height: 142px;
  }
  .microsoft-365 .overview .item::before {
    content: '';
    position: absolute;
    width: calc(100% + 28px);
    height: calc(100% + 28px);
    left: -14px;
    top: -14px;
    border: 1px solid #ffffff;
    border-radius: 15px;
    z-index: -1;
    opacity: 0.5;
  }
  .microsoft-365 .course .course-list {
    width: 50%;
    align-items: flex-start;
  }
  .microsoft-365 .course .course-list .course-head::before {
    width: 68px;
    left: -76px;
  }
  .microsoft-365 .fact .fact-container {
    padding: 4rem 3rem;
  }
  .microsoft-365 .fact .fact-item {
    width: 17%;
  }
  .microsoft-365 .difference .difference-content {
    width: 53%;
  }
  .microsoft-365 .difference .difference-info {
    width: 40%;
    position: static;
    align-self: center;
  }
  .microsoft-365 .method .method-list {
    width: 100%;
  }
  .microsoft-365 .method .method-item {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .microsoft-365 .method .method-item span {
    margin-bottom: 0;
  }
  .microsoft-365 .method .method-item .method-info {
    width: calc(100% - 285px);
  }
  .microsoft-365 .choose .choose-item {
    width: 22%;
  }
  .microsoft-365 .choose .choose-item h3 {
    min-height: 42px;
  }
  .microsoft-365 .choose .choose-item p {
    min-height: 146px !important;
  }
  .microsoft-365 .choose .buttons {
    width: 18%;
  }
  .microsoft-365 .benefit .benefit-container {
    align-items: center;
  }
  .microsoft-365 .benefit .benefit-content {
    width: 55%;
  }
  .microsoft-365 .benefit .benefit-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .microsoft-365 .benefit .benefit-content ul li {
    width: 48%;
  }
  .microsoft-365 .benefit .benefit-info {
    width: 40%;
    position: static;
  }
  .microsoft-365 .client {
    padding: 4rem 0 7rem;
  }
  .microsoft-365 .client .client-list,
  .microsoft-365 .client .heading {
    width: 73%;
  }
  .microsoft-365 .client .client-list::before {
    left: -118px;
  }
  .microsoft-365 .client .heading {
    padding-left: 1.3rem;
  }
  .microsoft-365 .client .client-item p {
    min-height: auto;
  }
  .microsoft-365 .faq .faq-list {
    counter-reset: counter;
  }
  .microsoft-365 .faq .faq-item .ques {
    padding: 0 1rem 0 0;
    position: relative;
    border-radius: 35px;
    align-items: center;
  }
  .microsoft-365 .faq .faq-item .ques::before {
    content: counter(counter, decimal-leading-zero);
    counter-increment: counter;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    border-radius: 100%;
    background-color: #D3D3D3;
    border: 6px solid #F5F5F5;
    left: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
  }
  .microsoft-365 .faq .faq-item .ques h3 {
    display: flex;
    align-items: center;
    width: calc(100% - 116px);
  }
  .microsoft-365 .faq .active .ques::before {
    background-color: #003483;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-color: #ffffff;
  }
  .microsoft-365 .footer .footer-container::before {
    background-size: 100% 100%;
    width: 31%;
  }
  .microsoft-365 .footer .heading,
  .microsoft-365 .footer .contact-list {
    width: 62%;
  }
}
@media (min-width : 1500px) {
  .microsoft-365 .banner::before {
    content: none;
  }
  .microsoft-365 .overview {
    background-size: 0 0, 100% 100%;
  }
  .microsoft-365 .overview .overview-container {
    justify-content: space-between;
    align-items: center;
  }
  .microsoft-365 .overview .overview-info {
    position: static;
    order: 1;
    padding: 2rem;
  }
  .microsoft-365 .overview .overview-content {
    order: 2;
  }
  .microsoft-365 .overview .way-content {
    order: 3;
  }
  .microsoft-365 .client {
    background-image: none;
  }
  .microsoft-365 .client .heading,
  .microsoft-365 .client .client-list {
    margin: auto;
  }
  .microsoft-365 .client .client-list::before {
    content: none;
  }
}
