@import url("index.css");

.hero-text-collab {
    margin-top: 20px;
    margin-bottom: 40px;
}
.hero-text-collab h2 {
    text-align: center;
    font-weight: 500;
    font-size: 50px;
}

.hero-text-collab h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: -30px;
}

.info-section-custom {
    margin-bottom: 0;
}

@media screen and (max-width:760px) {

    .hero-text-collab h2 {
        font-size: 35px;
    }

    .hero-text-collab h3 {
        font-size: 20px;
    }
}