.frame-fullwidth-colorbelt{
    background: linear-gradient(0deg, rgba(227,10,23,1) 0%, rgba(238,73,83,1) 100%);
    margin-top: 30px;
}

.frame-fullwidth-colorbelt .row{
    display: flex;
    justify-content: center;
    align-items: self-start;
    padding-top: 30px;
    padding-bottom: 30px;
}

.frame-fullwidth-colorbelt .row > div{
    flex: 0 0 50%;
}

.frame-fullwidth-colorbelt .row > div:first-child{
    padding-left: 60px;
}

.frame-fullwidth-colorbelt .row > div:last-child{
    text-align: right;
    padding-right: 60px;
}
.frame-fullwidth-colorbelt img{
    width: 200px !important;
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 50%;
}

.frame-fullwidth-colorbelt header h1, .frame-fullwidth-colorbelt header h2{
    font-size: 1.5rem !important;

    color: #fff;
}

.frame-fullwidth-colorbelt p, .frame-fullwidth-colorbelt, .frame-fullwidth-colorbelt a{
    color:#fff;
}

.frame-fullwidth-colorbelt a{
    text-decoration: underline;
}

.frame-fullwidth-colorbelt .btn-primary{
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-bottom: 0;
}

@media screen and (max-width: 768px){
    .frame-fullwidth-colorbelt .row > div{
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .frame-fullwidth-colorbelt .row{
        flex-direction: column;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .frame-fullwidth-colorbelt .row > div:last-child{
        text-align: center;
        padding-right: 15px;
        padding-top: 15px;
    }

    .frame-fullwidth-colorbelt .row > div:first-child{
        padding-left: 15px;
    }
}