.cards__list {
    width: 100% !important;
    margin: 0 auto;
}

@media (min-width: 960px) {
    .cards__list {
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .cards__list {
        margin-bottom: 60px !important;
        justify-content: space-between;
    }
}

p.baobab {
    font-size: 1.17em; 
    font-weight: bold; 
    margin: 1em 0; 
    line-height: 1.2;
    font-family: inherit;
    display: block; 
    color: inherit;
}

.cards__list--card {
    position: relative;
    width: 260px !important;
    height: 350px !important;
    border-radius: 40px;
    padding: 30px 20px;
    text-align: left;
}

@media (min-width: 1024px) {
    .cards__list--card {
        margin: 0 !important;
        padding:  0 !important;
        width: 380px !important;
        height: 520px !important;
        border-radius: 40px;
    }
}

.cards__list--card-first {
    background-color: #0BA6F5;
}

.cards__list--card-second {
    background-color: #fff;
}

.cards__list--card-third {
    background-color: #1E2337;
}

.cards__list--card h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 15px;
}

@media (min-width: 1024px) {
    .cards__list--card h3 {
        font-size: 22px;
        margin-top: 40px;
        margin-left: 30px;
    }
}

.cards__list--card h3 span {
    color: #277ce3;
}

.cards__list--card-first h3 {
    color: #fff;
}

.cards__list--card-second h3 {
    position: absolute;
	left: 0;
	right: 0;
    bottom: 0;
	margin-left: auto;
	margin-right: auto;
    width: max-content;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .cards__list--card-second h3 {
        margin-top: 10px;
        margin-bottom: 40px;
    }
}

.cards__list--card-third h3 {
    color: #fff;
}

.cards__list--card p {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 15px;
}

@media (min-width: 1024px) {
    .cards__list--card p {
        font-size: 22px;
        margin-top: 40px;
        margin-left: 30px;
    }
}

.cards__list--card p span {
    color: #277ce3;
}

.cards__list--card-first p {
    color: #fff;
}

.cards__list--card-second p {
    position: absolute;
	left: 0;
	right: 0;
    bottom: 0;
	margin-left: auto;
	margin-right: auto;
    width: max-content;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .cards__list--card-second p {
        margin-top: 10px;
        margin-bottom: 40px;
    }
}

.cards__list--card-third p {
    color: #fff;
}

.cards__list--card img, .cards__list--card video {
    width: 180px;
    position: absolute;
    left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1024px) {
    .cards__list--card img, .cards__list--card video {
        width: 300px;
        max-height: 400px;
        object-fit: contain;
    }
}

.cards__list--card-first img, .cards__list--card-first video {
    bottom: 0;
}

.cards__list--card-second img, .cards__list--card-second video {

}

.cards__list--card-third img,  .cards__list--card-third video{
    bottom: 0;
}