/* Small devices (landscape phones) */
/* Medium devices (tablets) */
/* Large devices (desktops) */
/* less than 1200px */
@media (max-width: 1199.98px) {
    /* right image size */
    section#legacy .right .rounded-circle {
        width: 180px;
    }
}

/* All screens */
section#legacy .duotone-tout {
    background-color: #538ACE;
    height: auto;
    padding: 0px !important;
}

/* Title */
section#legacy .duotone-tout .title {
    font-size: 42px;
    color: #FFFFFF;
    line-height: 48px;
}

/* Subtitle */
section#legacy .duotone-tout .subtitle {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
}

section#legacy .duotone-tout button {
    margin-top: 25px;
    text-transform: uppercase;
}

section#legacy .duotone-tout .right {
    padding-top: 30px;
    padding-bottom: 35px;
}

section#legacy .duotone-tout .right .rounded-circle {
    min-width: 180px;
    /*width: 32.15%;*/
    width: 16.07vw;
    height: auto;
}

section#legacy .duotone-tout .right .rectangle {
  min-height: 150px;
  width: auto;
  height: 32.15%;
}


section#legacy .title{
    display: block;
    font-size: calc(1.375rem + 1.5vw);
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

section#legacy .subtitle {
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: calc(1.325rem + 0.9vw);
}


@media (min-width: 1200px){
    section#legacy .title {
        font-size: 2.5rem;
    }
    section#legacy .subtitle {
        font-size: 2rem;
    }
}

section#legacy .simpleParallax {
    width: 100% !important;
}
