.section{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 4rem 0;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.section-img{
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-img svg{
    width: 90%;
    height: 100%;
}

.image-primary{
	height: 330px;
	width: 460px;
	border-radius: 20px;
}

.section-text{
    width: 55%;
    color: #ffffff !important;
}

.text-margin{
    margin: 1rem 0;
    color: #ffffff !important;
}

.text-small-margin{
    margin: 0.5rem 0;
    color: #ffffff !important;
}

.section-text ul{
    font-size: 1.3rem;
    margin: 10px;
    padding-left: 1.5rem;
    color: #ffffff !important;
}

.section-text ul li {
    margin: 10px 0;
    color: #ffffff !important;
}

.section-text p,
.section-text strong,
.section-text em,
.section-text span {
    color: #ffffff !important;
}

@media(max-width:600px){
    .image-primary {
        height: 270px;
        width: 350px;
    }
    
    .section{
        flex-direction: column;
        background-color: #000000 !important;
        color: #ffffff !important;
    }    
    
    .section-text {
        width: 100%;
        margin: 3rem 0;
        color: #ffffff !important;
    }
    
    .big-text {
        font-size: 1.5rem;
        color: #ffffff !important;
    }
}