.custom-row{
    display: flex;
    width: 100% !important;
    flex-wrap: wrap
}
.custom-col8{
width: 60% !important;
}
.custom-col4{
width: 40% !important;
}
.custom-btn{
    cursor: pointer;
    font-size: 16px;
    font-family: calibri, Arial, sans-serif;
    color: #ffffff!important;
    text-decoration: none !important;
    background-color: rgb(22, 68, 105);
    border-radius: 3px;
    padding: 12px 18px;
    border: 3px solid #5fbadd;
    display: inline-block;
    text-align: center;
	margin-top:20px;
	margin-bottom:20px
}
p{font-size:14px !important}

.custom-bg1{
    background: linear-gradient(90deg, rgb(136, 166, 32) 0%, rgb(135, 166, 34) 7.69%, rgb(132, 166, 38) 15.38%, rgb(125, 167, 47) 23.07%, rgb(116, 168, 60) 30.76%, rgb(101, 169, 80) 38.45%, rgb(80, 171, 107) 46.14%, rgb(56, 174, 141) 53.83%, rgb(35, 176, 168) 61.52%, rgb(20, 177, 188) 69.21%, rgb(11, 178, 201) 76.9%, rgb(4, 179, 210) 84.59%, rgb(1, 179, 214) 92.28%, rgb(0, 179, 216) 100%);
    padding: 0px;
    margin: 0px auto;
    visibility: visible;
    overflow: visible;
	object-fit:cover;
}