.mottel_tx_blog {
  line-height: 1.75;
  font-size: 1.1em;
}

#summery{
  width: 80%;
}

#topimg{
  width: 100%;
  max-width: 640px;
}

#graybox{
width: 350px;
border: solid 1px;padding: 20px;
background-color: #F9F9FA
}

.max640{
  max-width:640px;
}

.cta_btn_35742 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
#cta1{
    width: 40%!important;
  }
#cta2{
  display: block;
}
#cta3{
    width:60%!important;
  }

#cta4{
  display: block;
  text-align: center;
}

#link1{
    background: #0057b8;
    border-radius: 50px;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    margin-right: 30px;
    border: 2px solid #0057b8;
    text-decoration: none;
    letter-spacing: 1px
}
@media screen and (max-width:768px) {
    #link1 {
        color: #FFF!important;
        border-radius: 50px;
        margin: 30px auto 0 !important;
        font-size: 16px;
        line-height: 150%;
        font-weight: 400;
        text-align: center;
        margin-right:0;
    }
}

#link1:hover {
    background: #fff;
    color: #0057b8;
    border: #0057b8 2px solid
}

#link2{
    color: #FFF!important;
    border-radius: 50px;
    background: #f60;
    border-radius: 50px;
    padding: 10px 50px;
    display: inline-block;
    margin-left: 50px;
    border: 2px solid #f60;
    text-decoration: none;
    letter-spacing: 1px
}
@media screen and (max-width:768px) {
    #link2{
        color: #FFF!important;
        border-radius: 50px;
        margin: 30px auto 0 !important;
        font-size: 16px;
        line-height: 150%;
        font-weight: 400;
        text-align: center;
        margin-left: 0
    }
}

#link2:hover {
    background: #fff;
    color: #f60 !important;
    border: #f60 2px solid
}
