body {
    margin: 0;
    overflow: hidden;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
}

#content {
    margin: 0 auto;
    position: relative;
}

.text-wrapper {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 70%);
    padding: 4rem;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    text-align: center;
}

img {
    width: 100%;
}

.video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

h1 {
    color: #0b779f;
    text-transform: uppercase;
    display: none;
}

a {
    color: #0b779f;
}

p {
    color: #3e4047;
    width: 100%;
}

.wrapper {
    margin: 3.5rem 0;
}

.button-wrapper {
    width: 100%;
}

.button {
    background-color: #0b779f;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 200;
}

.button:hover {
    transform: scale(1.1);
}

h2 {
    color: #fff;
    position: absolute;
    font-size: 12vw;
    top: 11.5%;
    left: 0;
    opacity: 0.5;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.partner{
    text-align: left;
    position: absolute;
    background-color: #3e4047;
    padding: 1rem;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -12rem;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
}
.partner a{
    color: #fff;
    text-decoration: none;
}
.partner a:hover{
    text-decoration: underline;
}
.partner p{
    margin: 0;
    color: #fff;
}

@media(max-width: 580px){
    .partner{
        position: relative;
        bottom: 0;
        transform: none;
        right: auto;
        top: auto;
        text-align: center;
    }
}