@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Montserrat:wght@400;700&display=swap");

body {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  position: relative;
  background-color: #fff;
  min-height: 100vh;
  overflow-anchor: none;
}

body,
body a {
  color: #000;
}

body.scroll-off {
  overflow: hidden;
}

strong,
b {
  font-weight: 700;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

header {
  padding: 24px 0;
  box-shadow: 0px 5px 10px 3px rgb(0 0 0 / 15%);
}

/* logo */
#logo {
	margin-right: auto;
	padding: 0 20px;
	max-width: 200px;
}
#logo svg,
#logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-height: 50px;
}
/* /logo */

.note {
  background: #fc9a40;
  border-radius: 5px;
  position: absolute;
  left: 15px;
  top: -28px;
  z-index: 10;
  font-weight: 500;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  padding: 7px 15px 19px;
  text-transform: uppercase;
}

.info_img__box {
  max-width: 300px;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.info_img__box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50%;
}

/* content */

#content .items {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 10px 5px;
}

#content .item {
  position: relative;
  background: none;
  width: 100%;
  margin: 43px 0 5px;
  border-radius: 30px;
}

#content .item:last-child {
  margin-bottom: 20px;
}

#content .item .info {
  position: relative;
  z-index: 20;
  background: #fff;
  padding: 20px 30px 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 5px 10px 3px rgb(0 0 0 / 15%);
  border-radius: 20px;
  width: 100%;
}

#content .item .text {
  flex-direction: column;
  width: 100%;
  flex-direction: column;
  margin: 25px 0 20px;
}

#content .item .text .td {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  font-size: 16px;
}

#content .item .text .td p span {
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  color: #282828;
  flex-grow: 1;
  align-self: center;
  padding: 5px 0;
  margin: 0 auto;
  white-space: nowrap;
}

#content .item .text .td:first-child p {
  border-top: 0;
  font-weight: 700;
  margin-top: 0;
}

#content .item .text .td p {
  margin-top: 10px;
}

#content .item .item-btn {
  width: 230px;
  height: 40px;
  background: #7eb3ff;
  border-radius: 30px;
  border: none;
  color: #fff;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
}

#content .item .item-btn .btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content .item .item-btn:hover {
  background-color: #0351c1;
}

#content .item .link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

/* /content */

/* footer */
footer {
  padding: 20px;
  background-color: #000000;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}

/* title */
#title {
  padding: 0 20px;
}
#title h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0 20px;
}
#title p {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
}
/* /title */

@media (min-width: 640px) {
  #content .item {
    width: calc(50% - 10px);
    margin: 43px 0 10px;
  }

  #content .items {
    justify-content: space-between;
  }
}

@media (min-width: 900px) {
  .inner {
    width: auto;
    margin: 0 50px;
  }
  #title h1 {
    font-size: 40px;
  }
  #title p {
    font-size: 20px;
  }
  #content .items {
    padding: 20px 0;
  }
  .note {
    top: -43px;
    padding: 12px 20px 18px;
    font-size: 16px;
    line-height: 20px;
    left: 20px;
  }
  #content .item {
    width: 100%;
    margin: 63px 0 5px;
  }

  #content .item .text {
    flex-direction: row;
    /* flex-wrap: wrap; */
    margin: 0 20px;
    align-items: flex-start;
  }

  #content .item .text .td {
    font-size: 16px;
    flex-direction: column;
    width: calc(50% - 10px);
  }

  #content .item .text td p {
    margin: 0 auto;
  }
  #content .item .text .td p {
    /* text-align: left; */
    margin-right: auto;
  }
  #content .item .text .td p:nth-child(2) {
    margin-top: 0;
    width: 110px;
  }
  #content .item .text .td p {
    margin-top: 0;
  }
  

  #content .item .info {
    flex-direction: row;
    padding: 20px;
    border-radius: 30px;
  }
  .info_img__box {
    width: 200px;
    flex-shrink: 0;
  }
  #content .item .item-btn {
    width: 190px;
    height: 60px;
  }
  #content .item .item-btn .btn {
    /* font-size: 18px; */
  }
}
@media (min-width: 1300px) {
  .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .info_img__box {
    width: 250px;
    height: 85px;
    max-height: 85px;
  }
  #content .item .info {
    padding: 18px 30px;
  }
  #content .item .text {
    margin: 0 45px;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  #content .item .text .td {
    width: auto;
    margin: 0 20px;
  }
  #content .item .text .td p {
    margin-top: 0;
  }
  #content .item .item-btn {
    width: 210px;
  }
  #content .item .item-btn .btn {
    font-size: 18px;
  }
}
