section.best-projectors {
    background:white;
    margin-top:20px;
    padding:3%;
}

.overview .child-overview h2{
    margin-top:40px;
    color:black;
    margin-bottom:40px;
}

.overview .child-overview h2:after{
    background-color: #000000;
    content: "";
    display: block;
    height: 5px;
    margin: 10px 0 0;
    width: 100px;
}
.overview .child-overview .row{
    align-items:center;
    border-bottom:1px solid lightgray;
    padding-bottom: 20px;
}
.overview .child-overview .row div:nth-child(1) img
{
   border:1px solid lightgray !important;
}

.overview .child-overview .row div:nth-child(2) h1
{
    margin-top:15px !important;
    font-size:18px;
    margin:1px;
}
.overview .child-overview .row div:nth-child(2) p
{
    font-size:16px;
    color:#ff9933;
    font-weight:600
}
.overview .child-overview .row div:nth-child(3) h1
{
    
    font-size:16px;
    margin:0px;
}
.overview .child-overview .row div:nth-child(3) p
{
    font-weight:500;
    font-size:14px;
}
.overview .child-overview .row div:nth-child(4) a
{
    margin-top:15px !important;
    text-decoration:none;
    background:#ff9933;
    color:white;
    padding:10px 20px;
    border-radius:10px;
    font-weight:500;
    
    
}

section.container.best-projectors .Experts{
    padding:30px 0px;
    margin:30px 0px;
    border-top:3px solid  #FF9933;
     border-bottom:3px solid  #FF9933;
}

section.container.best-projectors .Experts h1{

    font-size:22px;
}

.page-template-Cities-php p {
    font-size:18px;
    line-height: 1.6;
}

.child-overview .single-product {

    border-top:3px solid #ff9933;
    padding:30px 0px
}

.child-overview .single-product .row div:nth-child(2) h1{
    font-size:30px;
}

.child-overview .single-product .row div:nth-child(2) p{
    font-size:20px;
}

.child-overview .single-product .content {

    padding:30px 0px;
}