/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 4, 2022, 10:04:28 AM
    Author     : Dell
*/

.yellow-content-section {
    background-color: #ffaf50;
}

.yellow-content-row {
    padding: 3%;
}

.yellow-content-row p a {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 18.7px;
    line-height: 27.2px;
    font-family: Lato;
    font-weight: 400;
}

@media(max-width:767px) {
    .yellow-content-row p a {
        font-size: 16px;
        line-height: 26px;
    }
}
