body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  background-image: url("../images/BG.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.content {
  text-align: center;
}

.Logo {
  margin: 60px 0;
}

.Logo img {
  width: auto;
  height: auto;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 40%;
  margin: auto;
  margin-bottom: 40px;
}
.list li {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}
.list li a {
  color: #fff;
  text-decoration: underline;
}

.title h4 {
  color: #19305c;
  font-weight: 600;
  font-size: 24px;
  padding: 20px 40px;
  background-color: #fff;
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 10px;
}

.desc {
  width: 50%;
  margin: auto;
}

.desc p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
  color: #cacaca;
}

@media only screen and (max-width: 600px) {
  .Logo {
    margin: 30px 0;
  }
  .Logo img {
    width: auto;
    height: 90px;
  }
  .desc {
    width: 100%;
  }
  .list {
    width: 90%;
  }
  .title h4 {
    font-size: 16px;
  }
  .desc p,
  .list li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .Logo {
    margin: 30px 0;
  }
  .desc {
    width: 70%;
  }
  .list {
    width: 70%;
  }
  .title h4 {
    font-size: 16px;
  }
  .desc p,
  .list li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Logo {
    margin: 30px 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
