* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
}

img {
  display: block;
}

.prim-head {
  font-size: 2rem;
  font-weight: 600;
}

.sec-head {
  font-size: 1.8rem;
}

.text {
  font-size: 1.6rem;
}

.full-img {
  width: 100%;
}

.logo {
  width: 5rem;
  border-radius: 12px;
  padding: 0.5rem;
  background-color: white;
}

.logo2 {
  width: 8rem;
  border-radius: 12px;
  padding: 0.5rem;
  background-color: white;
}

.logo3 {
  width: 6rem;
  border-radius: 12px;
  padding: 0.5rem;
  background-color: white;
}

.cont {
  position: relative;
}

.cont-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
}

.adw {
  color: white;
}

.adwlogo {
  filter: invert(100%);
}

.right-center {
  top: 50%;
  transform: translate(0, -50%);
  width: 35%;
  right: 3rem;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: end;
}

.left-center {
  top: 50%;
  transform: translate(0, -50%);
  width: 30%;
  left: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cont-grid {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.center-bottom {
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 3rem;
  align-items: center;
  text-align: center;
}

.center-top {
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0);
  top: 3rem;
  align-items: center;
  text-align: center;
}

.bottom-left {
  left: 3rem;
  bottom: 3rem;
  width: 40%;
}

.top-right {
  top: 3rem;
  right: 4rem;
  width: 30%;
  text-align: right;
  align-items: end;
}

.top-left {
  top: 3rem;
  left: 4rem;
  width: 30%;
}

@media (max-width: 992px) {
  .right-center,
  .center-bottom,
  .bottom-left,
  .left-center,
  .top-right,
  .top-left,
  .center-top {
    position: relative;
    width: 90% !important;
    margin: 5rem auto;
    align-items: center;
    text-align: center;
    transform: translate(0, 0);
    color: black;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }

  .adwlogo {
    filter: invert(0);
  }
}

@media (max-width: 600px) {
  .right-center,
  .center-bottom,
  .bottom-left,
  .left-center,
  .top-right,
  .top-left,
  .center-top {
    text-align: left;
    align-items: start;
  }
}
