.infosection .content {
  min-height: 600px; }
  .infosection .content .row {
    padding: 20px 0; }
    @media only screen and (max-width: 1000px) {
      .infosection .content .row {
        flex-direction: column; }
        .infosection .content .row.s_row2 {
          flex-direction: column-reverse; } }
    .infosection .content .row.s_row4 .in {
      background: #000; }
      .infosection .content .row.s_row4 .in .in2 {
        max-width: 1000px;
        margin: 0 auto; }
  .infosection .content .sphoto {
    width: 90%;
    margin: 0 auto;
    max-width: 250px;
    height: 350px;
    border-radius: 65px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .infosection .content .sdesc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px; }
    .infosection .content .sdesc h4 {
      text-align: center;
      letter-spacing: 2px;
      color: #777;
      font-size: 26px; }
    .infosection .content .sdesc .info {
      text-align: justify;
      font-size: 16px;
      line-height: 1.6;
      padding: 20px 30px; }
      @media only screen and (max-width: 700px) {
        .infosection .content .sdesc .info {
          padding: 20px 0px; } }
    .infosection .content .sdesc .btns {
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 10px; }
      .infosection .content .sdesc .btns .one, .infosection .content .sdesc .btns .one2 {
        font-size: 22px;
        font-weight: bold;
        display: block;
        padding: 10px 15px;
        color: #fff;
        background: #d42427;
        border: 2px solid #d42427;
        border-radius: 5px;
        cursor: pointer;
        margin: 10px; }
      .infosection .content .sdesc .btns .one2 {
        background: #fff;
        color: #d42427; }

/*# sourceMappingURL=good_to_know.css.map */
