body {
    background: #fbfbfb;
}

.container {
    background-color: white;
    box-shadow: 0px 12px 46px 0px rgba(0, 0, 0, 0.1) !important;
    padding: 0;
    margin: 1rem auto;
    border-radius: 10px;
}

.logo {
    background: url(../images/bg.jpg);
    background-size: 100%;
    background-position: bottom;
    padding: 2rem;
    text-align: center;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 12px 46px 0px rgba(0, 0, 0, 0.1) !important;
}

.logo img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
}

.content {
    padding: 1rem;
}

.iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 12px 46px 0px rgba(0, 0, 0, 0.1) !important;
}

.iframe iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

li {
    padding-top: 0.5rem;
    border-bottom: 1px solid lightgrey;
}

li p {
    margin-bottom: 0.5rem;
}

li b {
    margin-top: 0.5rem;
}

h2 {
    position: relative;
    margin-bottom: 1rem;
}

h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 5px;
    background: #2c8faa;
    width: 70px;
}

.ver {
    margin-top: 1rem;
}

.ver p {
    margin: 0;
}

.lst p {
    display: flex;
}

.lst img{
    max-width: 35%;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 12px 46px 0px rgb(0 0 0 / 10%) !important;
    display: inline-block;
    margin-right: 10px;
}

.lst span {
    display: inline-block;
}

img {
    max-width: 100%;
}