body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    color:#fff;
}

.main {
    width: 100%;
    float: left;
}

.main img {
    width: 100vw;
    object-position: top;
}
.content {
    position: absolute;
    z-index: 99;
    bottom: 5%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    left: 5%;
    right: 5%;
}

h3 {
    margin: 0 0 10px 0;
    font-size: 25px;
    line-height: 30px;
    color: #bd9a5c;
    letter-spacing: 1px;
    font-weight: bold;
}

p {
    margin: 0;
    font-size: 19px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    color:#fff;
}
a[href^=tel] {
text-decoration:inherit;
color: inherit;
}
.contentleft {
    width: 25%;
}
.desktop-show{
    display:block;
}
.mobile-show{
    display:none;
}
@media (max-width: 1440px) {
    h3 {
    font-size: 20px;
    line-height: 26px;
}

p {
    font-size: 17px;
    line-height: 26px;
}

.contentleft {
    width: 30%;
}
}
@media (max-width: 780px) {
 
.desktop-show{
    display:none;
}
.mobile-show{
    display:block;
}   
.contentleft {
    width: 100%;
    margin-bottom: 10px;
}

.content {
    flex-wrap: wrap;
    text-align: center;
    bottom: 3%;
}

.contentright {
    width: 100%;
}

h3 {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.5px;
}

p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
}
}