.content {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.title {
    color: rgb(38, 99, 191);
    border: 3px solid;
    border-top-style: none;
    border-radius: 0px 0px 20px 20px;
    width: fit-content;
    padding: 0px 15px;
    display: flex;
}

img {
    width: 100%;
}