body{
    line-height: 25px;
}
h1, h2, h3, h4, h5{
    font-weight: 700;
}
h1{
    font-size: 26px;
}
h2{
    margin-top: 30px;
    font-size: 22px;
}
.atom-main-content p, .atom-btn, .ars-btn-1, .atom-li{
    font-size: 18px;
    font-weight: 500;
}
.atom-main-content p{
    padding-bottom: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}donate-screen
.atom-main-content *{
    font-family:Arial, Helvetica, sans-serif;
    box-sizing:border-box;
}

.atom-main-content {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing:border-box;
/*    padding:15px;*/
}
.atom-main-content-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width:1150px;
}
.atom-content-inner *{
    /*margin:20px 0;*/
}
.atom-inner-content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-basis:60%;
    padding-top:10px;
}
.atom-inner-content-right {
    display: flex;
    flex-basis: 40%;
    height: 100%;
}
.atom-content.first > .atom-content-inner > a.atom-btn, 
.atom-content.first > .atom-content-inner > a.ars-btn-1, 
.atom-btn, 
.ars-btn-1{
    /* display:none; */
    margin-bottom:20px;
}
.atom-content.mobile-image img.atom-mobile-hero-image{
    display:none;
}
.atom-content.second ul {
    /*width: 80%;*/
}
.atom-content.third{
    display:flex;
    padding-top:10px;
}
.atom-content.mobile-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    display:none;
}
.atom-btn, .ars-btn-1 {
    display:block;
    width:fit-content;
    text-decoration: none;
    background: #4E9ADF;
    color: white;
    padding: 13px 30px;
    border-radius: 10px;
    transition:all .3s;
}
    .atom-btn:hover, .ars-btn-1:hover{
        background: #79acdc;
    }

.atom-inner-content-right img.atom-hero-image {
    width: 100%;
    max-height: 65vh;
    object-fit: contain;
    /* padding:20px; */
    box-sizing: border-box;
}
.atom-content-inner {
    display: flex;
    flex-direction: column;
    gap:20px;
}
.atom-content.first p:first-of-type{
    /*margin-top:-5px;*/
}


@media screen and (max-width:1250px) {
    .atom-inner-content-left{
        flex-basis:50%;
        padding-top:10px;
    }
    .atom-inner-content-right{
        flex-basis:50%;
    }
}
@media screen and (max-width:768px) {
    .atom-main-content-inner{
        flex-direction:column;
    }
    /* .atom-content.first > .atom-content-inner > a.atom-btn{
        display:inline;
    } */
    .atom-content.mobile-image{
        display:flex;
        padding-top:10px;
    }
    .atom-content.mobile-image img.atom-mobile-hero-image{
        display:block;
        /*height:50vh;*/
    }
    .atom-hero-image{
        display:none;
    }
}