*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
@font-face {
    font-family: FuturaPT;
    src: url('../Font/FuturaPTLight_0.otf');
}

@font-face {
    font-family: Basker;
    src: url('../Font/BASKERVILLEOLDFACE.TTF');
}


@font-face {
    font-family: GreatVibes;
    src: url('../Font/GreatVibes-Regular.otf');
}


.sg_content .col-4 ul {
    min-width: 200px;
    font-family:FuturaPT; 
}

.sg_content .col-4 ul li span {
    font-size: 14px;
    color: white;
    font-family: sans-serif;
    font-weight: 100;
    font-family:FuturaPT; 
}

.sg_content .col-4 ul li img {
    width: 18px;
    height: 18px;
    margin-right: 9px;
    font-family:FuturaPT; 
}

.sg_content .col-4 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-family:FuturaPT; 
}

.sg_title {
    color: #BAA256;
    margin-top: 73px;
    margin-bottom: 90px;
   font-family:  Basker;
   font-size: 55px;
}

.sg_title hr {
    width: 154px;
    border-color: #BAA256;
    display: block;
    margin: 15px auto;
}
.sg_title h4 {
    font-size: 32px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    font-family:  Basker;
    font-size: 30px;
    color: white;
}


body{
    background: #222222;
}
.sg_slide {
    background: url('../img/GallaryImages/026fc151ffaa8d8d6d8f3d48cba68708');
  width: 100%;
  background-size: 100% 100%;
    height: 400px;
  position: relative;
  font-family: GreatVibes;
}
.sg_slide::after {
    content: '';
    position: absolute;
    top: 0; 
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}
.sg_slide h2{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 85px;
    color: #fff;
    z-index: 20;
}
.col-4 {
    width: 33.333333%;
    display: flex;
    justify-content: center;
}
.row {
    display: flex;
    width: 100%;
}
@media(max-width: 600px) {
    .col-4 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom:  25px;
    }
    .row {
        display: block;
    }
}