.covid-siguranta {
    color: #30302f;
    font-size: 16px;
}

.covid-siguranta img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.covid-siguranta-header {
    text-align: center;
}

.covid-siguranta-menu {
    display: flex;
    width: 100%;
    list-style-type: none;
    margin: 2px 0 30px 0;
}

.covid-siguranta-menu li {
    width: 25%;
    border: 2px solid #fff;
}

.covid-siguranta-menu li:first-child {
    border-left: 0;
}

.covid-siguranta-menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    color: #30302f;
    background: #e5e5e6;
}
.covid-siguranta-menu li a:hover {
    background: linear-gradient(to right, #f3d31c, #f0ad37);
}

.covid-siguranta-video {
    background: #000;
    padding: 40px 0;
    margin: 40px 0;
}

.covid-siguranta-recomandari {
    background: linear-gradient(to right, #f3d31c, #f0ad37);
    padding: 40px 0;
    margin: 40px 0;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reccomendation-items {
    list-style-position: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    font-size: 14px;
    line-height: 1.2;
}

.reccomendation-items li {
    background: #000;
    width: calc(50% - 4px);
    color: #fff;
    margin: 2px;
    border-radius: 0 100px 100px 0;
    padding: 15px 30px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.reccomendation-items svg {
    flex-shrink: 0;
    display: block;
    width: 60px;
    height: 50px;
    margin-left: 20px;
    object-fit: cover;
}

.reccomendation-items li:nth-child(1) {
    background: #19857d;
}
.reccomendation-items li:nth-child(2) {
    background: #f26e3f;
}
.reccomendation-items li:nth-child(3) {
    background: #22b154;
}
.reccomendation-items li:nth-child(4) {
    background: #a33792;
}
.reccomendation-items li:nth-child(5) {
    background: #e91f4d;
}
.reccomendation-items li:nth-child(6) {
    background: #22b154;
}
.reccomendation-items li:nth-child(7) {
    background: #d81375;
}
.reccomendation-items li:nth-child(8) {
    background: #ef4d4b;
}
.reccomendation-items li:nth-child(9) {
    background: #22b154;
}
.reccomendation-items li:nth-child(10) {
    background: #0c9cd8;
}
.reccomendation-items li:nth-child(11) {
    background: #de5c26;
}
.reccomendation-items li:nth-child(12) {
    background: #107763;
}

.reccomendation-items li:nth-child(odd) {
    border-radius: 100px 0 0 100px;
    flex-direction: row;
}

.reccomendation-items li:nth-child(odd) svg {
    margin-right: 20px;
    margin-left: 0;
}

@media (max-width: 768px) {
    .reccomendation-items li {
        width: 100%;
        border-radius: 100px !important;
    }

    .covid-siguranta-menu {
        flex-wrap: wrap;
    }
    .covid-siguranta-menu li {
        width: 100%;
        border: 2px solid #fff;
    }
}
