body {
    color: #1A2B48;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    line-height: 1.5;
}

hr {
    margin: 4rem 0;
    border-top: 1px solid #ebebeb;
}

.content {
    position: absolute !important;
    width: 100%;
    top: 90px;
    left: 0;
    padding: 20px;
    margin-bottom: 50px;
}

.main-content  {
    margin: 1rem 7rem;
    padding-bottom: 7rem;
}

.main-content .main-header {
    display: inline;
    text-align: center;
}

.main-content .main-header h2{
    font-size: 40px;
    text-align: center;
    font-family: Open Sans;
    font-weight: 800;
    font-style: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-content .main-body .custom-heading{
    font-size: 28px;
    text-align: left;
    font-family: Open Sans;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 2rem;
}
.main-content .main-body .custom-text {
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    font-family: Open Sans;
    font-weight: 600;
    font-style: normal;
}

.main-content .main-body .custom-rb-footer h2{
    margin-top: 7rem;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    font-family: Open Sans;
    font-weight: 600;
    font-style: normal;
}
.custom-img {
    display: flex;
    height: auto;
    max-width: 100%;
    overflow: hidden;
}
.custom-img img{
    max-width: 100%;
    max-height: 100%;
}

/*ADJUST IMAGE - Kenth 04/07/2022*/
@media only screen and (max-width: 600px){ 
    .main-content .main-header img {
        width: 70%;
    }

    .main-content {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 400px){ 
    .main-content .main-header h2 {
        font-size: 24px;
    }
}