body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.logo
{
    max-width: 300px;
    margin: 25px 0;
}
a {
    text-decoration: none;
}
p
{
    color: #838383;
    margin: 0;
    padding: 20px 0;
    position: relative;
}
.slogan
{
    margin-bottom: 30px;
}
.slogan:after
{
    content: '';
    width: 135px;
    height: 4px;
    background: #00990d;
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0px auto;
    left: 0;
    right: 0;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px;
    padding: 12px 20px;
    font-size: 1em;
    border: 1px solid #8d8d8d;
}
[type='submit']
{
    display: inline-block;
    margin: 20px 0;
    padding: 15px 65px;
    border: 1px solid transparent;
    border-radius: 500px;
    font-size: 1.375em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #00990d;
    color: #fff;
}

.gray-section 
{
    background: #e2e2e2;
    padding: 40px 0;
}

.text-center
{
    text-align: center;
}
ul, li, figure {
    list-style: none;
    margin: 0;
    padding: 0;
}
.videos h1 {
    margin: 0 0 50px;
    color: rgba(0, 0, 0, 0.7);
}
.list {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 80px;
}
.list li {
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    align-items: center;
    gap: 50px;
    font-size: 24px;
    font-weight: 600;
}
.list h2 {
    font-size: 26px;
    margin-bottom: 22px;
    font-weight: 600;
}
.list h2 a {
    color: currentColor;
}
.list img {
    width: 100%;
}
.list p {
    color: #646363;
    margin: 0;
    padding: 0;
}
.btn-help {
    border: 1px solid rgba(58, 57, 57, 0.64);
    border-radius: 10px;
    color: #3A3939;
    font-size: 20px;
    font-weight: 600;
    display: inline-flex;
    padding: 7px 15px;
    gap: 18px;
    align-items: center;
}
.btn-help .icon {
    width: 37px;
    height: 34px;
    border-radius: 6px;
    background: #00990C;
    display: grid;
    place-items: center;
}
@media (min-width: 620px) {
    .list li {
        display: flex;
    }
    .list img {
        width: auto;
    }
    footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
        text-align: left;
        padding: 40px 0;
    }
}