.sec_news #name {
    font-size: 2.5em;
    font-family: 'Rancho', cursive;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
}

.sec_news h2 {
    font-size: 2.5em;
}


.content {
    background-color: none;
    padding: 15px;
    font-family: 'Indie Flower';
}

.content img{
    width:100%;
    max-height: auto;
    position: center;
}

.content iframe{
    width:100%;
    max-height: auto;
    position: center;
}

