#tco-hero {
    height: 140vh;
    background-color: #1F5382;
    width: 100%;
    padding-top: 3.66vw;
}

#tco-hero .container {
    position: relative;
    height: 100%;
    display: flex;
    padding-right: 6.66vw;
    padding-left: 5.66vw;
}

#tco-hero .container .col-left {
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#tco-hero .container .col-left .top {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    position: relative;
}

#tco-hero .container .col-left .top h1 {
    padding-left: 11.33vw;
}

#tco-hero .container .col-left .top>svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15.33vw;
    height: 14.13vw;
}

#tco-hero .container .col-left .bot {
    width: 100%;
    height: 70%;
}

#tco-hero .container .col-left .bot .img-container {
    width: 100%;
    height: 100%;
}

#tco-hero .container .col-left .bot .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#tco-hero .container .col-right {
    width: 65%;
    display: flex;
    flex-direction: column;
    padding-top: 40vh;
    padding-left: 4.66vw;
    padding-right: 5.66vw;
    position: relative;
}

#tco-hero .container .col-right h2 {
    margin-bottom: 2.66vw;
}

#tco-hero .container .col-right>p {
    max-width: 60%;
    margin-bottom: 1vw;
}

#tco-hero .container .col-right>p:last-of-type {
    margin-bottom: 2.66vw;
}

#tco-infos {
    padding-left: 5.66vw;
    padding-bottom: 5.66vw;
    width: 100%;
}

#tco-infos .container {
    background-color: #CC482E;
    padding: 6.66vw 11vw;
    display: flex;
}

#tco-infos .container .col-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
}

#tco-infos .container .col-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
}

#tco-infos .container p {
    margin-bottom: 2vw;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {
    #tco-hero .container .col-right>p:last-of-type {
        margin-bottom: 50px !important;
    }
    #tco-infos {
        padding-left: 0;
        padding-bottom: 60px;
    }
    #tco-infos .container {
        flex-direction: column;
        padding: 50px 4.66vw;
    }
    #tco-infos .container .col-left {
        width: 100%;
        margin-bottom: 50px;
    }
    #tco-infos .container .col-right {
        width: 100%;
    }
    .form-container .form-row-col .form-input,
    .form-container .form-row-col .form-input:last-of-type {
        margin-bottom: 25px !important;
    }
    #tco-hero .form-container textarea,
    tco-hero .form-container input {
        height: 50px;
    }
}