.location-content{
    margin-top:40px
}

.content-location-container{
    padding: 20px 0 50px 0px;
}
.content-location-inner{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 20px;
    border-radius: var(--siteRadius);
}
.content-location-inner img{
    border-radius: var(--siteRadius);
}

.content-location-title {
    position: relative;
    font-size: 1.6666666667rem;
    line-height: 2.2rem;
    font-family: montserrat-bold;
    color: #1e1e1e;
    text-align: center;
}

.content-location-title::after {
    width: 75px;
    height: 5px;
    background-color: #E27006;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }


@media screen and (min-width:1240px) {
    .location{
        height: 35vh;
        background-image: linear-gradient(
            35deg,
            hsl(0deg 0% 12%) 0%,
            hsl(344deg 0% 31%) 9%,
            hsl(344deg 0% 54%) 18%,
            hsl(344deg 0% 78%) 27%,
            hsl(344deg 0% 95%) 36%,
            hsl(344deg 0% 95%) 45%,
            hsl(344deg 0% 95%) 54%,
            hsl(344deg 0% 95%) 63%,
            hsl(344deg 0% 78%) 73%,
            hsl(344deg 0% 54%) 82%,
            hsl(344deg 0% 31%) 91%,
            hsl(0deg 0% 12%) 100%
          );
    }
 }


