body {
    min-height: 100%;
    color: #333;
    background-color: #fff;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.section-2 {
    max-height: 1048px;
}
.da-logo-wrapper {
    z-index: 2;
    justify-content: center;
    display: flex;
    position: relative;
}
.image-5 {
    z-index: 1;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

img {
    border: 0;
}
.columns-wrapper {
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
}
.col-da {
    width: 50%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(Assets/Bg-da.png);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    display: flex;
}
.col-switch {
    width: 50%;
    height: 100%;
    object-fit: fill;
    background-color: #373b3e;
    background-image: url(Assets/Bg-switch.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}
.content-wrapper {
    z-index: 2;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: relative;
}
.overlay-bg {
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.paragraph {
    max-width: 561px;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Archia, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}
.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}
.button-da {
    color: #373b3e;
    background-color: #fff;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
    position: static;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.paragraph._2 {
    max-width: 518px;
}
.image-6 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
@media screen and (max-width: 479px) {
    .div-block-3 {
            height: auto;
            position: relative;
        }
        .da-logo-wrapper {
            background-color: #1c1c1c;
            padding-top: 20px;
            padding-bottom: 20px;
            position: relative;
        }
        .image-5 {
            position: static;
        }
    .columns-wrapper {
            height: auto;
            flex-direction: column;
        }
    .col-da {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.content-wrapper {
    height: 500px;
    justify-content: space-between;
}
.col-switch {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.image-6 {
    width: 100%;
}
}