@import url('//fonts.googleapis.com/css?family=Playfair+Display:700,700i|Raleway&display=swap');
.wc-snippet-welcome {
    background: #f7f7f7 none repeat scroll 0 0;
    padding-bottom: 50px;
    padding-top: 110px;
}
.wc-snippet-welcome .container {
    width: auto;
    max-width: 1170px;
}
.wc-snippet-welcome h2 {
    color: #ccb48e;
    font-family: "Raleway",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}
.wc-snippet-welcome .main-title {
    color: #1e1a4f;
    font-family: "Playfair Display",serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 35px;
    text-align: left;
}
.wc-snippet-welcome .main-title .bold-text {
    font-weight: bold;
}
.wc-snippet-welcome .main-title .italic-text {
    color: #ccb48e;
    text-decoration: underline;
    font-style: italic;
}
.wc-snippet-welcome .number .bold-text {
    color: #ccb48e;
    font-family: "Playfair Display",serif;
    font-size: 41px;
    font-style: italic;
    font-weight: 400;
    margin-right: 25px;
    margin-top: 10px;
    line-height: 1.468;
}
.wc-snippet-welcome .number .quote {
    font-family: 'Raleway', sans-serif;
    color: #1e1a4f;
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 1.6;
    max-width: 375px;
    font-style: italic;
}
.wc-snippet-welcome .number {
    display: flex;
    margin-top: 34px;
}
.wc-snippet-welcome a.read-more,
.wc-snippet-welcome a.read-more:visited,
.wc-snippet-welcome a.read-more:active,
.wc-snippet-welcome a.read-more:focus,
.wc-snippet-welcome a.read-more:hover {
    font-family: "Playfair Display",serif;
    font-size: 13px;
    line-height: 1.468;
    color: #ccb48e;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ccb48e;
    border-radius: 41px;
    display: inline-block;
    font-weight: 400;
    margin-top: 43px;
    padding: 14px 36px 14px 36px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.wc-snippet-welcome a.read-more::after {
    content: "\f18e ";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}
.widget .wc-snippet-welcome a.read-more:focus,
.widget .wc-snippet-welcome a.read-more:hover {
    background: #1e1a4f none repeat scroll 0 0;
    border-color: #1e1a4f;
    color: #fff;
    outline: none;
}
body.widget-snippet .wc-snippet-welcome a.read-more:hover {
    outline: 2px #f26522 dashed;
}
.wc-snippet-welcome img {
    max-height: 604px;
}
.wc-snippet-welcome p {
    color: #555555;
    font-family: "Playfair Display",serif;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .wc-snippet-welcome .main-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .wc-snippet-welcome {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .wc-snippet-welcome .main-title {
        font-size: 30px;
    }
    .wc-snippet-welcome .text-wrap {
        margin-top: 25px;
    }
    .wc-snippet-welcome .instractor-image-wrap {
        padding-bottom: 15px;
    }

    .wc-snippet-welcome {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}
