﻿
.sc-1 p, .sc-1 span, .sc-1 a, .sc-1 li {
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #333436;
}
h1, h2, h3, h4, h5, h6 {
    font-family: playfairdisplay;
}
h4{
    text-decoration:underline;
}
h1 {
    font-size: 35px;
    font-weight: bold;
    color: #ff4a07;
}
.h1 {

    font-size: 2.0rem;
}
h2 {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
}
h4 {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
}
.li {
    text-align:justify;
}
.sc-1:after {
    content: "";
    background-image: url(../Images/circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 170px;
    height: 245px;
    position: absolute;
    left: -35px;
    opacity: 0.3;
    top: 0;
}

.sc-1:before {
    content: "";
    background-image: url(../Images/circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 180px;
    height: 245px;
    position: absolute;
    right: 0;
    opacity: 0.2;
    top: -20px;
}
/*=====Media Queries=====*/
/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 510px) {
     h1 {
        font-size: 1.5rem;
    }
    .sc-1:after {
        content: "";
        background-image: url(../Images/circle.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 148px;
        height: 180px;
        position: absolute;
        left: -35px;
        opacity: 0.3;
        top: 49px;
    }
    .sc-1:before {
        content: "";
        background-image: url(../Images/circle.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 148px;
        height: 180px;
        position: absolute;
        right: 0;
        opacity: 0.2;
        top: 21px;
    }
}
