.partners-hero{
    background-image: url("../images/partnership/aws-partner-hero.jpg");
    background-size: cover;
}
.partners-head{
    padding: 5rem 0;
}
.partners-head h1{
    color: #fff;
    max-width: unset;
    font-size: 350%;
    font-weight: 900;
    width: 32%;
    position: relative;
    display: inline-block;
    transition: 0.4s ease;
}
.partners-head h1:hover{
    color: #ea831f;
}
.partners-head h2{
    font-size: 200%;
    color: #fff;
    text-align: left;
}
.partners-head p{
    color: #fff;
}

.aws-text{
    position: relative;
    display: inline-block;
    padding-bottom: 22px;
}

.aws-arrow{
    position: absolute;
    left: 0px;
    bottom: -12px;
    width: 140px;
    height: 45px;
    overflow: visible;
}

/* Shared styles */
.arrow-line,
.arrow-head{
    fill: none;
    stroke: #ea831f;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Animate line */
.arrow-line{
    stroke-dasharray: 260;
    stroke-dashoffset: 260;
}

/* Animate head */
.arrow-head{
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
}


@media (min-width: 2000px) and (max-width: 2400px) {
}
@media (min-width: 1601px) and (max-width: 2000px) {
}
@media (min-width: 1024px) and (max-width: 1199px) {
    /* ipad-pro */
}
@media (min-width: 820px) and (max-width: 1023px) {
}
@media (min-width: 768px) and (max-width: 819px) {
}
@media (min-width: 320px) and (max-width: 767px) {
}