main {
  margin-top: 89px;
  padding: 0 15px;

  background-color: #808080;
 /* background-color: rgb(42, 52, 165);*/
}
.cont-top {
  border: 1px solid #000000;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: normal;
  justify-content: space-between;
  
}

.ros1 {
  display: flex;
  border: 1px solid #000000;
  width: 500px;
  padding: 5px;
}

.ros1-L {
  width: 80%;

  margin: 5px;
  padding: 5px;
  border: 1px solid #000000;
}

.ros1-L h2 {
  margin-bottom: 0;
  font-size: 38px;
}

.ros1-L h3 {
  margin-top: 0;
  font-size: 17px;
}

.ros1-L address {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-style: normal;

}
.ros1-R {
  width: 50%;
  margin: 5px;
  padding: 5px;
  border: 1px solid #000000;

  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.ros1-R img {
  padding: 3px;
  border-radius: 50%;
  transform: scale(1, 1);

  position: relative;
  animation: myframes 2.7s ease-in-out 0s infinite;
}
@keyframes myframes {
  0%,
  1% {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    transform: rotateY(180deg);
    transition: 0.45s;
    transform: scale(0, 1, 0, 1);
  }

  50% {
    background-color: #979797;
    border: 1px solid #ffffff;
    transition: 0.9s;
    transform: scale(0.7, 0.7);
  }

  100% {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    transition: 1.35s;
    transform: scale(1, 1);
  }
}
.ros2 {
  border: 1px solid rgb(0, 0, 0);

  padding: 5px;

  width: 500px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.ros2 h2 {
  display: flex;
  justify-content: center;
}

.ros3 {
  padding: 5px;
  border: 1px solid #000000;
}
.ros3 img {
  display: flex;
  margin: 5px;
  height: 500px;
}

.cont-middle {
  display: flex;
  justify-content: center;
  border: 1px solid #000000;
  padding: 10px;
}
.cont-middle img {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
}

.cont-bottom {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;

  margin-top: 5px;
}
.cont-bottom h2 {
  font-size: 18px;
  text-align: center;

  padding: 10px;
  margin-bottom: 0;
}

.cont-bottom iframe {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .cont-top {
    border: 1px solid #000000;
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
    align-items: normal;
    justify-content: center;
 
  }

  .ros1 {
    border: 1px solid #000000;
    padding: 5px;
    display: flex;
    box-sizing: content-box;
    width: 100%;
 
  }

  .ros1-L {
    padding: 10px;

    border: 1px solid #000000;
  }

  .ros1-L h2 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .ros1-L h3 {
    margin-top: 0;
    font-size: 12px;
  }

  .ros1-L address {
    font-size: 14px;
    
  }

  .ros3 {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .ros3 img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
}
