#strategic {
    background: #ff2c69;
    position: relative;
}

#strategic .wrapper {
    padding: 150px 15px;
    position: relative;
}

#strategic .wrapper .icon {
    color: #fff;
    font-size: 3rem;
}

#strategic .wrapper .title {
    text-align: center;
    margin-top: 30px;
}

#strategic .wrapper h1 {
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
}

#strategic .wrapper img.line {
}

#strategic .wrapper .bg_content {
    width: 100%;
    height: 100%;
    margin-top: 50px;
}

#strategic .wrapper .btn {
    padding: 15px 30px;
    letter-spacing: 0.65rem;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

#strategic .wrapper .btn:hover {
    background: #1e1e4f;
    border: 1px solid #1e1e4f;
}

#strategic .wrapper .btn .icon {
    font-size: 0.8rem;
    margin-left: 10px;
}

@media (orientation: portrait) {
    #strategic .wrapper {
        padding: 75px 0 150px;
    }

    #strategic .wrapper .icon {
        font-size: 1.5rem;
    }

    #strategic .wrapper .title {
        margin-top: 15px;
    }

    #strategic .wrapper h1 {
        font-size: 1.5rem;
    }

    #strategic .wrapper img.line {
        width: 50%;
    }

    #strategic .wrapper .bg_content {
        margin-top: 30px;
    }

    #strategic .wrapper .btn {
        font-size: 0.6rem;
        letter-spacing: 0.2rem;
        border-radius: 30px;
        padding: 15px;
    }
}
