﻿
.resources-box{
    padding: 70px 0;
}
.resources-btxt p{
    font-size: 18px;
    line-height: 38px;
    text-align: left;
}

.resources-ul li{
    margin-top: 60px;
    border: 1px solid #eeeeee;
    display: flex;
    flex-wrap: wrap;
}




.resources-utxt{
    width: 50%;
    padding: 40px;
}

.resources-utxt h3{
    font-size: 24px;
    padding-bottom: 25px;
    position: relative;
}
.resources-utxt h3::after{
    content: "";
    width: 40px;
    height: 3px;
    background-color: #1ba1e6;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.resources-utxt p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.resources-uimg{
    width: 50%;
}
.resources-uimg img{
    width: 100%;
    height: auto;
}


.a-fadeinB3{
	overflow: hidden;
}





@media only screen and (max-width:1440px) {
    .resources-box {
        padding: 60px 0;
    }
    .resources-btxt p {
        font-size: 16px !important;
        line-height: 30px;
        padding: 5px 0;
    }

    .resources-ul li {
        margin-top: 50px;
    }
    .resources-utxt {
        padding: 30px;
    }
    .resources-utxt h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .resources-utxt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }

    
}

@media only screen and (max-width:769px) {
    .resources-box {
        padding: .6rem .1rem;
    }
    .resources-btxt p {
        font-size: 16px;
        line-height: 26px;
        padding: .1rem 0;
    }

    .resources-ul li {
        margin-top: .5rem;
    }
    .resources-utxt {
        width: 100%;
        padding: .3rem;
    }

    .resources-utxt h3 {
        font-size: 16px;
        padding-bottom: .2rem;
    }
    .resources-utxt h3::after {
        width: 30px;
        height: 2px;
        bottom: .1rem;
    }
    .resources-utxt p {
        font-size: 12px;
        line-height: 20px;
        margin-top: .1rem;
    }

    .resources-uimg {
        width: 100%;
    }


}
