.logo {
    width: 300px;
}
.bs-16 {
    border-radius: 16px;
}
.text-md-justify {
    text-align: justify;
}
.section-bg {
background: linear-gradient(135deg, #3BB34A 0%, #1C75BC 100%);
}
.section-bg-2 {
background: linear-gradient(120deg, #A8E063 0%, #56AB2F 50%, #1E90FF 100%);
}

@media(max-width:578px) {

.logo {
    width: 200px;
}
}

@media(max-width:768px) {
.text-md-justify {
    text-align: unset;
}
.logo {
    width: 250px;
}
}
