@charset "utf-8";
/* CSS Document */

@import url('../../fonts.googleapis.com/css2/index.html');
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.container {
    max-width: 768px;
    margin: auto;
}

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

body p {
    font-size: 20px;
    /*line-height:40px;*/
    margin-bottom: 15px;
}

header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #15803d;
    border-bottom: 5px solid #0c642d;
}

.section-one {
    background: #fff;
    max-width: 1170px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;
}

.dis {
    display: flex;
    column-gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url("../../d141qqe8qqokhd.cloudfront.net/bc9aa8493200b6e514dd32819d828e1f.png") no-repeat;
    background-size: 30%;
    background-position: bottom 0 left 0;
}

.button-section {
    text-align: center;
}

.btn {
    background: #15803d;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    cursor: pointer;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 2rem;
    text-decoration: none;
}

.button-section p {
    width: 100%;
}

.main-img img {
    width: 100%;
}

.midd-footer {
    background: #152b75;
    color: #fff;
    padding: 10px;
}

.main-section {
    background: #fff;
    padding-top: 10px;
}

.mid-footer {
    display: flex;
    gap: 45px;
}

.mid-footer div:last-child {
    width: 50%;
}

.mid-footer div a {
    color: #fff;
    text-decoration: none;
}

footer {
    /*line-height: 30px;*/
    /*text-align: center;*/
    padding: 10px;
    color: #000;
}

footer p,
footer p a {
    font-size: 14px;
    color: #000;
}

.logo {
    padding: 10px;
}

.masa {
    text-align: center;
    margin: auto;
}

.masa h1,
.masa h2 {
    color: #019901;
}

.masa a {
    margin: auto;
}

.main-images {
    width: 100%;
}

.main-images img {
    max-width: 100%;
}

.dis1 {
    display: flex;
    column-gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cn {
    width: 50%;
    line-height: 50px;
}

.main-images-mon {
    display: none;
}

.dis h1 {
    color: #be0b31;
    padding-bottom: 10px;
    font-size: 3.3rem;
}

.dis h2 {
    text-align: center;
    font-size: 2.1rem;
}

.dis1 p span {
    color: #be0b31;
}

.mySlides {
    display: none
}

.dsdf {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
}

.dsdf a {
    color: #fff;
}

/* Fading animation */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    img {
        max-width: 100%;
    }
    .dis {
        display: block;
        column-gap: 15px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .dis1 {
        display: block;
        column-gap: 15px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .cn {
        width: 100%;
        line-height: 30px;
    }
    .mid-footer {
        display: block;
        gap: 45px;
    }
    .mid-footer div:last-child {
        width: 100%;
    }
    .section-one {
        margin: 10px;
    }
    h1 {
        font-size: 1.4rem;
    }
    h2 {
        font-size: 1.2rem;
    }
    .mid-footer div {
        margin-top: 10px;
    }
    .logo {
        text-align: center;
    }
    .masa a {
        margin: auto;
        width: 100%;
    }
    body p {
        font-size: 16px;
    }
    .dis1 .main-images {
        display: none;
    }
    .dis h2 {
        text-align: center;
        font-size: 20px;
    }
    .dis h1 {
        text-align: center;
        font-size: 18px;
    }
}