.about-block{
  margin-top: 150px;
}

.about-row{
  margin: -20px;
}

.about-title{
  padding: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}

.about-content{
  padding: 20px;
  font-size: 1rem;
}

.about-what-is-iamas{
  position: relative;
  margin-top: 30px;
  padding-left: 30px;
  font-size: 0.9rem;
}

.about-what-is-iamas-title{
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: bold;
}

.about-what-is-iamas-title::before{
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  background-color: #000000;
}

.about-title-image{
  max-width: 300px;
  margin-bottom: 30px;
}

.about-access-map{
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid #cccccc;
}

.about-access-block{
  width: 100%;
  border-radius: 10px;
  /* border: 1px solid #cccccc; */
  margin-bottom: 30px;
  padding: 30px;
  background-color: rgba(255,255,255,0.6);
}

.about-access-title{
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-access-row{
  margin: -15px -30px;
}

.about-access-col{
  padding: 15px 30px;
}

.about-access-wrap{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.about-access-info-title{
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

.about-access-wrap ul{
  list-style: none;
  margin: 0;
  padding: 0 0 0 1rem;
  margin-bottom: 5px;
}

.about-access-wrap :first-child{
  margin-top: 0px;
}

.about-access-wrap :last-child{
  margin-bottom: 0px;
}

.about-access-wrap ul li{
  position:relative;
}

.list-disc:before{
  position:absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 0.65rem;
  left: -0.65rem;
}

.list-num{
  padding: 0 !important;
}
