@import url('//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body.widget-snippet {
    padding: 40px;
}
.snippet-about-us {
    max-width: 1170px;
    margin: 0 auto;
}
.snippet-about-us .col-md-5 img {
    max-height: 1200px;
}
.snippet-about-us .title {
    color: #000;
    font-family: "Poppins",sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 0;
    text-transform: uppercase;
    line-height: 1.8;
}
.snippet-about-us .underline {
    background-color: #dc4b6d;
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    margin: 0 0 30px;
}
.snippet-about-us p {
    color: #333;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin: 14px 0;
}
.snippet-about-us .readMoreWrap {
    margin-top: 30px;
}
.snippet-about-us a.read-more {
    border: 2px solid #000;
    color: #000;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: all 300ms ease-out 0s;
}
.snippet-about-us a.read-more:hover {
    border: 2px solid #dc4b6d;
    color: #dc4b6d;
    text-decoration: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++ sm device +++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 991px) {
    .snippet-about-us .col-md-5 {
        padding-bottom: 15px;
    }

}
